From krics at linuxforum.hu Tue Aug 1 00:22:07 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 00:22:09 2006 Subject: [Frugalware-darcs] frugalware-current: nvidia-1.0_8762-3-x86_64 Message-ID: <20060731222207.2512EFB43DA@genesis.frugalware.org> [nvidia-1.0_8762-3-x86_64 Christian Hamar alias krix **20060731221957 * Release bump * Replaced provides=('opengl') to -> provides libgl to avoid pacman bug ] { hunk ./source/x11-extra/nvidia/FrugalBuild 1 -# Last Modified: Fri, 30 Jun 2006 16:36:19 +0100 +# Last Modified: Tue, 01 Aug 2006 00:14:49 +0200 hunk ./source/x11-extra/nvidia/FrugalBuild 9 -pkgrel=2 +pkgrel=3 hunk ./source/x11-extra/nvidia/FrugalBuild 14 -provides=('opengl') +provides=('libgl') } From krics at linuxforum.hu Tue Aug 1 00:52:09 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 00:52:14 2006 Subject: [Frugalware-darcs] frugalware-current: fglrx-8.27.10-2-x86_64 Message-ID: <20060731225209.E6A98FB43DA@genesis.frugalware.org> [fglrx-8.27.10-2-x86_64 Christian Hamar alias krix **20060731225044 * Release bump * Provides opengl -> libgl ] { hunk ./source/x11-extra/fglrx/FrugalBuild 1 -# Last modified: Sat, 29 Jul 2006 14:37:02 +0200 +# Last modified: Tue, 01 Aug 2006 00:42:03 +0200 hunk ./source/x11-extra/fglrx/FrugalBuild 8 -pkgrel=1 +pkgrel=2 hunk ./source/x11-extra/fglrx/FrugalBuild 16 -provides=('opengl') +provides=('libgl') } From krics at linuxforum.hu Tue Aug 1 01:08:09 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 01:08:13 2006 Subject: [Frugalware-darcs] frugalware-current: mesa-6.5-1 Message-ID: <20060731230809.6A0DDFB43DA@genesis.frugalware.org> [mesa-6.5-1 Christian Hamar alias krix **20060731230644 * Added subconflicts=('fglrx nvidia') * opengl provides stays in for now. ] { hunk ./source/x11/mesa/FrugalBuild 9 -pkgrel=1 +pkgrel=2 hunk ./source/x11/mesa/FrugalBuild 30 +subconflicts=('fglrx nvidia') hunk ./source/x11/mesa/FrugalBuild 38 -build() -{ +build() { } From vmiklos at frugalware.org Tue Aug 1 01:55:43 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 01:55:53 2006 Subject: [Frugalware-darcs] pacman-tools: genchangelog: drop -extra support Message-ID: <20060731235543.860A7FB43DA@genesis.frugalware.org> [genchangelog: drop -extra support VMiklos **20060731225637] { hunk ./genchangelog 31 - # where are we? - if [ "`pwd|sed 's|.*/\([^/]*\)/[^/]*|\1|'`" != "extra" ]; then - ../tools/fdb2db -b ../source/ -r frugalware -e $fwver -a $arch -h $dbhost -u $dbuser -d $dbname -t $dbtable -D -c $2 - else - ../../tools/fdb2db -b ../source/ -r extra -e $fwver -a $arch -h $dbhost -u $dbuser -d $dbname -t $dbtable -D -c $2 - fi + ../tools/fdb2db -b ../source/ -r frugalware -e $fwver -a $arch -h $dbhost -u $dbuser -d $dbname -t $dbtable -D -c $2 hunk ./genchangelog 47 -repo=`pwd|sed 's|.*/\(.*\)/.*/.*/.*|\1|'` -if [ "$repo" != "extra" ]; then - repo="frugalware" -fi hunk ./genchangelog 67 -if [ "$repo" == "frugalware" ]; then - cd ../../../frugalware-$arch - ../tools/fdb2db -b ../source/ -r frugalware -e $fwver -f frugalware$reposuffix.fdb -a $arch -h $dbhost -u $dbuser -d $dbname -t $dbtable -c $pkgname -l $uploader -else - cd ../../../frugalware-$arch - ../../tools/fdb2db -b ../source/ -r extra -e $fwver -f extra$reposuffix.fdb -a $arch -h $dbhost -u $dbuser -d $dbname -t $dbtable -c $pkgname -l $uploader -fi +cd ../../../frugalware-$arch +../tools/fdb2db -b ../source/ -r frugalware -e $fwver -f frugalware$reposuffix.fdb -a $arch -h $dbhost -u $dbuser -d $dbname -t $dbtable -c $pkgname -l $uploader hunk ./genchangelog 76 - if [ "$repo" = "frugalware" ] && echo $groups|sed 's/^\([^ ]*\) .*/\1/'|grep -q -- -extra$; then - # special case: the subpkg is in extra while the main pkg is in frugalware - cd ../../../extra/frugalware-$arch - ../../tools/fdb2db -b ../../source/ -r extra -e $fwver -f extra$reposuffix.fdb -a $arch -h $dbhost -u $dbuser -d $dbname -t $dbtable -c "$subpkg" -s -n $pkgname -l $uploader - else - # the subpkg is in the same repo as the main one - if [ "$repo" == "frugalware" ]; then - cd ../../../frugalware-$arch - ../tools/fdb2db -b ../source/ -r frugalware -e $fwver -f frugalware$reposuffix.fdb -a $arch -h $dbhost -u $dbuser -d $dbname -t $dbtable -c "$subpkg" -s -n $pkgname -l $uploader - else - cd ../../../frugalware-$arch - ../../tools/fdb2db -b ../source/ -r extra -e $fwver -f extra$reposuffix.fdb -a $arch -h $dbhost -u $dbuser -d $dbname -t $dbtable -c $subpkg -s -n $pkgname -l $uploader - fi - fi + cd ../../../frugalware-$arch + ../tools/fdb2db -b ../source/ -r frugalware -e $fwver -f frugalware$reposuffix.fdb -a $arch -h $dbhost -u $dbuser -d $dbname -t $dbtable -c "$subpkg" -s -n $pkgname -l $uploader } From vmiklos at frugalware.org Tue Aug 1 01:55:43 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 01:55:55 2006 Subject: [Frugalware-darcs] pacman-tools: chkdep.pl: drop the libgl->opengl replace Message-ID: <20060731235543.D17AD2E0005@genesis.frugalware.org> [chkdep.pl: drop the libgl->opengl replace VMiklos **20060731225154 needed by krix's updates ] { hunk ./chkdep.pl 78 -my %alias = ( 'xorg' => 'x', - 'libgl' => 'opengl'); +my %alias = ( 'xorg' => 'x'); } From vmiklos at frugalware.org Tue Aug 1 01:55:44 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 01:55:56 2006 Subject: [Frugalware-darcs] pacman-tools: rf: drop -extra support Message-ID: <20060731235544.A34072E0070@genesis.frugalware.org> [rf: drop -extra support VMiklos **20060731224137] { hunk ./rf 649 - my $repo_ = "extra" if(qx/LANG= LC_ALL= pacman -Qi -p $pkgfile/ =~ /Groups.*-extra/); - $ev = apply "repoman -t $version up $pkgfile $repo_/$repodir/" if $pkgfile; + #my $repo_ = "extra" if(qx/LANG= LC_ALL= pacman -Qi -p $pkgfile/ =~ /Groups.*-extra/); + $ev = apply "repoman -t $version up $pkgfile /$repodir/" if $pkgfile; } From vmiklos at frugalware.org Tue Aug 1 01:55:44 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 01:55:57 2006 Subject: [Frugalware-darcs] pacman-tools: syncpkg: drop -extra support Message-ID: <20060731235544.521DF2E006D@genesis.frugalware.org> [syncpkg: drop -extra support VMiklos **20060731235521] { hunk ./syncpkg 89 - # 4 will find pkgs from extra, but not under _darcs - cd `find . -type d -maxdepth 4 -name $pkg 2>/dev/null` + cd `find source -maxdepth 2 -type d -name $pkg` } From vmiklos at frugalware.org Tue Aug 1 01:55:45 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 01:55:57 2006 Subject: [Frugalware-darcs] pacman-tools: pacman-source: drop -extra support Message-ID: <20060731235545.414AF2E0074@genesis.frugalware.org> [pacman-source: drop -extra support VMiklos **20060731233550] { hunk ./pacman-source 46 -cat=`pacman -Si $1 |grep ^G |sed 's/.* : \([^ ]*\) .*/\1/; s/-extra$//'` +cat=`pacman -Si $1 |grep ^G |sed 's/.* : \([^ ]*\) .*/\1/'` } From vmiklos at frugalware.org Tue Aug 1 01:55:44 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 01:55:58 2006 Subject: [Frugalware-darcs] pacman-tools: repoman: drop -extra support Message-ID: <20060731235544.E79492E0072@genesis.frugalware.org> [repoman: drop -extra support VMiklos **20060731235123] { hunk ./repoman 90 -split_repo_group_pkgname_dir() +split_group_pkgname() hunk ./repoman 92 - if echo $1 |grep -q '^[^/]\+/[^/]\+/[^/]\+$'; then - repo=`echo $1 |sed 's|\([^/]\+\)/[^/]\+/[^/]\+|\1|'` - group=`echo $1 |sed 's|[^/]\+/\([^/]\+\)/[^/]\+|\1|'` - pkgname=`echo $1 |sed 's|[^/]\+/[^/]\+/\([^/]\+\)|\1|'` - elif echo $1 |grep -q '^[^/]\+/[^/]\+$'; then - repo="frugalware" + if echo $1 |grep -q '^[^/]\+/[^/]\+$'; then hunk ./repoman 100 - if [ "$repo" == "frugalware" ]; then - dir="source" - elif [ "$repo" == "extra" ]; then - dir="extra/source" - else - echo "No such repo!" - exit 1 - fi - hunk ./repoman 105 - split_repo_group_pkgname_dir $1 + split_group_pkgname $1 hunk ./repoman 107 - ssh $lopts $host "cd $path_to_repo/$dir/../frugalware-${arch:-`arch`} && arch=${arch:-`arch`} sudo -u $sudouser updatesync del $repo$reposuffix.fdb $pkgname && genchangelog --repo $reponame --clean $pkgname" + ssh $lopts $host "cd $path_to_repo/frugalware-${arch:-`arch`} && arch=${arch:-`arch`} sudo -u $sudouser updatesync del $repo$reposuffix.fdb $pkgname && genchangelog --repo $reponame --clean $pkgname" hunk ./repoman 113 - split_repo_group_pkgname_dir $1 + split_group_pkgname $1 hunk ./repoman 121 - ssh $lopts $host "cd $path_to_repo; if [ ! -e _darcs/rlock ]; then touch _darcs/rlock; cd $dir/../frugalware-${arch:-`arch`} && arch=${arch:-`arch`} sudo -u $sudouser updatesync upd $repo$reposuffix.fdb ../source/$group/$pkgname/FrugalBuild && if [ -d $path_to_repo/extra/source/subpkgs/$pkgname ]; then cd $path_to_repo/extra/frugalware-${arch:-`arch`} && arch=${arch:-`arch`} sudo -u $sudouser updatesync upd extra$reposuffix.fdb ../source/subpkgs/$pkgname/FrugalBuild; fi; cd $path_to_repo && rm _darcs/rlock && cd $path_to_repo/$dir/$group/$pkgname && arch=${arch:-`arch`} sudo -u $sudouser genchangelog --repo $reponame; $catcmd; else echo \"Couldn't get lock.\"; fi" + ssh $lopts $host "cd $path_to_repo; if [ ! -e _darcs/rlock ]; then touch _darcs/rlock; frugalware-${arch:-`arch`} && arch=${arch:-`arch`} sudo -u $sudouser updatesync upd $repo$reposuffix.fdb ../source/$group/$pkgname/FrugalBuild && cd .. && rm _darcs/rlock && cd $path_to_repo/source/$group/$pkgname && arch=${arch:-`arch`} sudo -u $sudouser genchangelog --repo $reponame; $catcmd; else echo \"Couldn't get lock.\"; fi" hunk ./repoman 172 - eval "find $fst_root/$reponame/{source,extra/source} -name FrugalBuild |xargs grep '\(options=(.*nobuild.*)\|^nobuild=\)' |sed 's|$fst_root/$reponame/\(.*\)/source/\(.*\)/FrugalBuild:.*|\1/\2|' $grepcmd" + eval "find $fst_root/$reponame/source -name FrugalBuild |xargs grep '\(options=(.*nobuild.*)\|^nobuild=\)' |sed 's|$fst_root/$reponame/source/\(.*\)/FrugalBuild:.*|\1|' $grepcmd" } From vmiklos at frugalware.org Tue Aug 1 02:07:39 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 02:07:43 2006 Subject: [Frugalware-darcs] pacman-tools: updates for 0.7.8 Message-ID: <20060801000739.93258FB43DA@genesis.frugalware.org> [updates for 0.7.8 VMiklos **20060801000724] { hunk ./Makefile 19 -VERSION = 0.7.7 +VERSION = 0.7.8 hunk ./NEWS 3 +0.7.8 - fwcpan: many bugfixes, thanks crazy for pointing them out + - added support for having no separate "extra" repo } From vmiklos at frugalware.org Tue Aug 1 02:28:49 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 02:28:53 2006 Subject: [Frugalware-darcs] frugalware-current: pacman-tools-0.7.8-1-i686 Message-ID: <20060801002849.7DF46FB43E0@genesis.frugalware.org> [pacman-tools-0.7.8-1-i686 VMiklos **20060801002301 version bump updated pkgdesc ] { hunk ./source/devel/pacman-tools/FrugalBuild 1 -# Last Modified: Fri, 14 Jul 2006 13:13:32 +0200 +# Last Modified: Tue, 01 Aug 2006 02:17:46 +0200 hunk ./source/devel/pacman-tools/FrugalBuild 6 -pkgver=0.7.7 +pkgver=0.7.8 hunk ./source/devel/pacman-tools/FrugalBuild 8 -pkgdesc="Tools for pacman" +pkgdesc="Tools for developers for managing packages" } From vmiklos at frugalware.org Tue Aug 1 02:56:06 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 02:56:11 2006 Subject: [Frugalware-darcs] pacman: updates for 3.3.4 Message-ID: <20060801005607.13903FB43DE@genesis.frugalware.org> [updates for 3.3.4 VMiklos **20060801005157] { hunk ./NEWS 3 -3.3.4 - handle the case properly when the user hits ^C during a +3.3.4 - the old extra repo is now merged to the frugalware one + - handle the case properly when the user hits ^C during a hunk ./configure.ac 5 -AC_INIT([Pacman package manager], 3.3.3, [frugalware-devel@frugalware.org], pacman) +AC_INIT([Pacman package manager], 3.3.4, [frugalware-devel@frugalware.org], pacman) hunk ./configure.ac 24 -PM_MICRO_VERSION_SUFFIX=.3 +PM_MICRO_VERSION_SUFFIX=.4 } From vmiklos at frugalware.org Tue Aug 1 02:56:07 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 02:56:12 2006 Subject: [Frugalware-darcs] pacman: update manpages for the extra removal Message-ID: <20060801005607.CAD1DFB43E0@genesis.frugalware.org> [update manpages for the extra removal VMiklos **20060801005104] { hunk ./doc/FrugalBuild.8 79 -The groups() array's first element can't be omitted, and it should be a -valid "first group". This means it should be in a foo or bar-extra format, -where foo is a dir under /source or bar is a dir under /extra/source in the -FST. +The groups() array's first element can't be omitted, and it should be a valid +"first group". This means it should be in a foo or foo-extra format, where foo +or foo-extra is a dir under /source in the FST. hunk ./doc/FrugalBuild.8 447 -Special case: subpkgs in other repos. - -The situation is the following: you have a package which is in the frugalware -repo, but you want its subpackage to be in extra. It's a but tricky, but still -possible. - -The trick is to create a fake FrugalBuild in the other repo. You could place -it whereever you want, but to use repoman you need to place it under -$fst/extra/source/subpkgs/pkgname, where pkgname is the name of the original -main package. - -How to create that fake FrugalBuild? - -Copy the original one, but remove everything except the subfoo directives, -pkgver and pkgrel. The next step is to clarify which subpackage have to be -in which repo. This is done by removing the architectures from the subarchs() -array. - -Example: -.nf - -The old main: - -subpkgs=('foo' 'bar') -subarchs=('i686 x86_64' 'i686 x86_64') - -The new main: -subpkgs=('foo' 'bar') -subarchs=('i686 x86_64' '') - -The new fake: -subpkgs=('foo' 'bar') -subarchs=('' 'i686 x86_64') - -.fi -This means that bar is expected to be uploaded to extra, while foo is still in -the frugalware repo. If you move all the subpackages to extra, then of course -you can remove the whole subarchs() array from the main FrugalBuild. - } From vmiklos at frugalware.org Tue Aug 1 02:56:08 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 02:56:13 2006 Subject: [Frugalware-darcs] pacman: remove the /etc/pacman.d/extra* config files Message-ID: <20060801005608.99DBF2E006F@genesis.frugalware.org> [remove the /etc/pacman.d/extra* config files VMiklos **20060801004601] { hunk ./configure.ac 285 -etc/pacman.d/extra-current -etc/pacman.d/extra hunk ./etc/pacman.conf.in 20 -Include = /etc/pacman.d/extra-current hunk ./etc/pacman.conf.in 23 -#Include = /etc/pacman.d/extra hunk ./etc/pacman.d/Makefile.am 1 -EXTRA_DIST = frugalware extra frugalware-current extra-current +EXTRA_DIST = frugalware frugalware-current hunk ./etc/pacman.d/extra-current.in 1 -# -# extra-current repository -# - -[extra-current] - -Server = ftp://ftp5.frugalware.org/packages/frugalware/pub/frugalware/frugalware-current/extra/frugalware-@CARCH@ -Server = ftp://ftp10.frugalware.org/pub/linux/frugalware/frugalware-current/extra/frugalware-@CARCH@ -Server = ftp://ftp4.frugalware.org/pub/linux/distributions/frugalware/frugalware-current/extra/frugalware-@CARCH@ -Server = http://www7.frugalware.org/pub/frugalware/frugalware-current/extra/frugalware-@CARCH@ -Server = ftp://ftp9.frugalware.org/pub/frugalware/frugalware-current/extra/frugalware-@CARCH@ -Server = ftp://ftp3.frugalware.org/mirrors/frugalware/frugalware/frugalware-current/extra/frugalware-@CARCH@ rmfile ./etc/pacman.d/extra-current.in hunk ./etc/pacman.d/extra.in 1 -# -# extra-stable repository -# - -[extra] - -Server = ftp://ftp5.frugalware.org/packages/frugalware/pub/frugalware/frugalware-stable/extra/frugalware-@CARCH@ -Server = ftp://ftp10.frugalware.org/pub/linux/frugalware/frugalware-stable/extra/frugalware-@CARCH@ -Server = ftp://ftp4.frugalware.org/pub/linux/distributions/frugalware/frugalware-stable/extra/frugalware-@CARCH@ -Server = http://www7.frugalware.org/pub/frugalware/frugalware-stable/extra/frugalware-@CARCH@ -Server = ftp://ftp9.frugalware.org/pub/frugalware/frugalware-stable/extra/frugalware-@CARCH@ -Server = ftp://ftp3.frugalware.org/mirrors/frugalware/frugalware/frugalware-stable/extra/frugalware-@CARCH@ rmfile ./etc/pacman.d/extra.in } From vmiklos at frugalware.org Tue Aug 1 02:56:09 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 02:56:18 2006 Subject: [Frugalware-darcs] pacman: update buildsystem for the extra removal Message-ID: <20060801005609.988112E006F@genesis.frugalware.org> [update buildsystem for the extra removal VMiklos **20060801005120] { hunk ./autoclean.sh 39 -rm -rf etc/pacman.d/extra -rm -rf etc/pacman.d/extra-current hunk ./dist/FrugalBuild.in 10 -backup=(etc/{makepkg,pacman}.conf etc/pacman.d/{frugalware,frugalware-current,extra,extra-current}) +backup=(etc/{makepkg,pacman}.conf etc/pacman.d/{frugalware,frugalware-current}) } From vmiklos at frugalware.org Tue Aug 1 11:52:55 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 11:52:58 2006 Subject: [Frugalware-darcs] pacman-tools: repoman: typo fix in the "drop extra support" update Message-ID: <20060801095255.9055CFB4037@genesis.frugalware.org> [repoman: typo fix in the "drop extra support" update VMiklos **20060801095227] { hunk ./repoman 107 - ssh $lopts $host "cd $path_to_repo/frugalware-${arch:-`arch`} && arch=${arch:-`arch`} sudo -u $sudouser updatesync del $repo$reposuffix.fdb $pkgname && genchangelog --repo $reponame --clean $pkgname" + ssh $lopts $host "cd $path_to_repo/frugalware-${arch:-`arch`} && arch=${arch:-`arch`} sudo -u $sudouser updatesync del frugalware$reposuffix.fdb $pkgname && genchangelog --repo $reponame --clean $pkgname" hunk ./repoman 121 - ssh $lopts $host "cd $path_to_repo; if [ ! -e _darcs/rlock ]; then touch _darcs/rlock; frugalware-${arch:-`arch`} && arch=${arch:-`arch`} sudo -u $sudouser updatesync upd $repo$reposuffix.fdb ../source/$group/$pkgname/FrugalBuild && cd .. && rm _darcs/rlock && cd $path_to_repo/source/$group/$pkgname && arch=${arch:-`arch`} sudo -u $sudouser genchangelog --repo $reponame; $catcmd; else echo \"Couldn't get lock.\"; fi" + ssh $lopts $host "cd $path_to_repo; if [ ! -e _darcs/rlock ]; then touch _darcs/rlock; cd frugalware-${arch:-`arch`}; arch=${arch:-`arch`} sudo -u $sudouser updatesync upd frugalware$reposuffix.fdb ../source/$group/$pkgname/FrugalBuild; cd $path_to_repo; rm _darcs/rlock; cd $path_to_repo/source/$group/$pkgname; arch=${arch:-`arch`} sudo -u $sudouser genchangelog --repo $reponame; $catcmd; else echo \"Couldn't get lock.\"; fi" } From vmiklos at frugalware.org Tue Aug 1 13:07:50 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 13:07:53 2006 Subject: [Frugalware-darcs] frugalware-current: pacman-tools-0.7.8-2-i686 Message-ID: <20060801110750.9F627FB4037@genesis.frugalware.org> [pacman-tools-0.7.8-2-i686 VMiklos **20060801110520 added patch from darcs to fix a typo in repoman cl|clean ] { hunk ./source/devel/pacman-tools/FrugalBuild 1 -# Last Modified: Tue, 01 Aug 2006 02:17:46 +0200 +# Last Modified: Tue, 01 Aug 2006 13:05:11 +0200 hunk ./source/devel/pacman-tools/FrugalBuild 7 -pkgrel=1 +pkgrel=2 hunk ./source/devel/pacman-tools/FrugalBuild 15 -source=($url/$pkgname-$pkgver.tar.gz) -signatures=(${source[0]}.asc) +source=($url/$pkgname-$pkgver.tar.gz \ + http://darcs.frugalware.org/patches/pacman-tools/20060801095227-e2957-ff2e64961139b678fa110aba2899f14dcfc2a2e0.patch) +signatures=(${source[0]}.asc '') } From krics at linuxforum.hu Tue Aug 1 13:37:23 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 13:37:26 2006 Subject: [Frugalware-darcs] frugalware-current: xscreensaver-5.00-2 Message-ID: <20060801113723.979DCFB4037@genesis.frugalware.org> [xscreensaver-5.00-2 Christian Hamar alias krix **20060801113439 * Replaced opengl -> libgl (no rebuild, just repocl, pls do it on i686 :P) ] { hunk ./source/xlib/xscreensaver/FrugalBuild 23 -subdepends=('opengl libxxf86misc libxpm libx11 libxdmcp libxau') +subdepends=('libgl libxxf86misc libxpm libx11 libxdmcp libxau') } From vmiklos at frugalware.org Tue Aug 1 13:40:37 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 13:40:47 2006 Subject: [Frugalware-darcs] frugalware-current: pacman-3.3.4-1-i686 Message-ID: <20060801114037.F3DDD2E00AB@genesis.frugalware.org> [pacman-3.3.4-1-i686 VMiklos **20060801112927 version bump updated backup(), added scriptlet to update pacman.conf (comment out the extra repo) ] { hunk ./source/base/pacman/FrugalBuild 1 -# Last Modified: Sun, 09 Jul 2006 14:58:56 +0200 +# Last Modified: Tue, 01 Aug 2006 13:29:20 +0200 hunk ./source/base/pacman/FrugalBuild 6 -pkgver=3.3.3 -pkgrel=2 +pkgver=3.3.4 +pkgrel=1 hunk ./source/base/pacman/FrugalBuild 10 -backup=(etc/{makepkg,pacman}.conf etc/pacman.d/{frugalware,frugalware-current,extra,extra-current}) +backup=(etc/{makepkg,pacman}.conf etc/pacman.d/{frugalware,frugalware-current}) hunk ./source/base/pacman/FrugalBuild 16 -source=($url/releases/$pkgname-$pkgver.tar.gz \ - http://darcs.frugalware.org/patches/pacman/20060709123355-e2957-3438991bac2796765319cf9d1037a187ee6b85e9.patch) -signatures=("$source.asc" '') +source=($url/releases/$pkgname-$pkgver.tar.gz) +signatures=("$source.asc") addfile ./source/base/pacman/pacman.install hunk ./source/base/pacman/pacman.install 1 +# arg 1: the new package version +# arg 2: the old package version +post_upgrade() +{ + if [ `vercmp $2 3.3.4` == -1 ] ; then + sed -i 's/^\([^#].*extra.*\)/#\1/' /etc/pacman.conf + fi +} + +op=$1 +shift +$op $* } From crazy at frugalware.org Tue Aug 1 13:53:25 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 13:53:28 2006 Subject: [Frugalware-darcs] frugalware-current: mesa-6.5-1-i686 Message-ID: <20060801115325.A971DFB4037@genesis.frugalware.org> [mesa-6.5-1-i686 crazy **20060801114942 * back to 1 :) ] { hunk ./source/x11/mesa/FrugalBuild 9 -pkgrel=2 +pkgrel=1 } From vmiklos at frugalware.org Tue Aug 1 13:55:19 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 13:55:22 2006 Subject: [Frugalware-darcs] frugalware-current: tools/genpkgdbs: cleanup "cd"s Message-ID: <20060801115519.EAA6D2E00AD@genesis.frugalware.org> [tools/genpkgdbs: cleanup "cd"s VMiklos **20060801115325] { hunk ./tools/genpkgdbs 9 +cd `dirname $0`/.. + hunk ./tools/genpkgdbs 13 -(cd .. && darcs changes --from-tag "0.4$" >ChangeLog.txt) +darcs changes --from-tag "0.4$" >ChangeLog.txt hunk ./tools/genpkgdbs 18 -(cd .. && genauthors docs/xml/authors.xml >AUTHORS) +genauthors docs/xml/authors.xml >AUTHORS hunk ./tools/genpkgdbs 23 -( cd .. - echo -e "Last Modified: `LANG= LC_ALL= date`\n\nFrugalware Source Tree">Filelist.txt - tree|grep -v ^\.$>>Filelist.txt ) +echo -e "Last Modified: `LANG= LC_ALL= date`\n\nFrugalware Source Tree">Filelist.txt +tree|grep -v ^\.$>>Filelist.txt hunk ./tools/genpkgdbs 27 -# .fdbs -( cd ../ +# .fdb hunk ./tools/genpkgdbs 31 -done ) +done hunk ./tools/genpkgdbs 35 +cd - >/dev/null } From krics at linuxforum.hu Tue Aug 1 14:08:56 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 14:09:09 2006 Subject: [Frugalware-darcs] frugalware-current: gtk-doc-1.7-1-x86_64 Message-ID: <20060801120856.4287FFB4037@genesis.frugalware.org> [gtk-doc-1.7-1-x86_64 Christian Hamar alias krix **20060801120825 * Version bump * Migrated to gnome-scriptlet ] { hunk ./source/gnome/gtk-doc/FrugalBuild 1 -# Last Modified: Mon, 10 Apr 2006 03:33:06 +0000 -# Compiling Time: 0.01 SBU +# Last Modified: Tue, 01 Aug 2006 14:07:04 +0200 +# Compiling Time: 0.02 SBU hunk ./source/gnome/gtk-doc/FrugalBuild 7 -pkgver=1.6 +pkgver=1.7 hunk ./source/gnome/gtk-doc/FrugalBuild 15 -Finclude gnome +_F_gnome_scrollkeeper="y" +Finclude gnome gnome-scriptlet hunk ./source/gnome/gtk-doc/FrugalBuild 18 - -build() { - Fcd - find . -name Makefile.in -exec sed -i -e 's/-scrollkeeper-update.*//' {} \; - if [ -f omf.make ]; then - sed -i -e 's/-scrollkeeper-update.*//' omf.make - fi - Fmake - Fmakeinstall -} -sha1sums=('f42a5517eb2317b3bf0f3d77caf40e5dad78bdf8') +sha1sums=('e864c8a76c6213a70e1429e087ba402872ba6345') } From crazy at frugalware.org Tue Aug 1 14:12:38 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 14:12:40 2006 Subject: [Frugalware-darcs] frugalware-current: bscommander-2.25-1-i686 Message-ID: <20060801121238.7A114FB43E0@genesis.frugalware.org> [bscommander-2.25-1-i686 crazy **20060801121034 * Version bump ] { hunk ./source/kde-extra/bscommander/FrugalBuild 1 -# Last Modified: Wed, 19 Jul 2006 10:54:37 +0200 +# Last Modified: Tue, 01 Aug 2006 14:10:01 +0200 hunk ./source/kde-extra/bscommander/FrugalBuild 6 -pkgver=2.24 +pkgver=2.25 hunk ./source/kde-extra/bscommander/FrugalBuild 16 -sha1sums=('8fde3324b15d6f7154e41ff1a5885132d84f06e0') +sha1sums=('0f9727da76ee6b1732e0a2daab1196cde5373665') } From krics at linuxforum.hu Tue Aug 1 14:26:26 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 14:26:41 2006 Subject: [Frugalware-darcs] frugalware-current: pango-1.13.5-1-x86_64 Message-ID: <20060801122626.9E8E9FB4037@genesis.frugalware.org> [pango-1.13.5-1-x86_64 Christian Hamar alias krix **20060801122552 * Version bump ] { hunk ./source/gnome/pango/FrugalBuild 1 -# Last modified: Tue, 25 Jul 2006 22:28:51 +0200 +# Last modified: Tue, 01 Aug 2006 14:21:13 +0200 hunk ./source/gnome/pango/FrugalBuild 7 -pkgver=1.13.4 +pkgver=1.13.5 hunk ./source/gnome/pango/FrugalBuild 18 -sha1sums=('b636cb1b02615338ab26f4b452ed2ac21276ef73') - -build() { - Fbuild --enable-gtk-doc --enable-debug=minimum -} +Fconfopts="$Fconfopts --enable-gtk-doc --enable-debug=minimum" +sha1sums=('1672a3d47fb0625f21360507e05fe1bb3001d045') } From crazy at frugalware.org Tue Aug 1 14:31:51 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 14:31:53 2006 Subject: [Frugalware-darcs] frugalware-current: amule-2.1.3-2-i686 Message-ID: <20060801123151.4250AFB4037@genesis.frugalware.org> [amule-2.1.3-2-i686 crazy **20060801122753 * relbump ( someone forgot to rebuild :-P) * s/build/_F_cd_path/ * closes #997 ] { hunk ./source/xapps-extra/amule/FrugalBuild 1 -# Last Modified: Mon, 26 Jun 2006 01:59:52 +0200 +# Last Modified: Tue, 01 Aug 2006 14:26:32 +0200 hunk ./source/xapps-extra/amule/FrugalBuild 7 -pkgrel=1 +pkgrel=2 hunk ./source/xapps-extra/amule/FrugalBuild 18 +_F_cd_path="aMule-$pkgver" hunk ./source/xapps-extra/amule/FrugalBuild 20 - -build() -{ - export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing -Wno-deprecated" - Fcd aMule-$pkgver - Fbuild -} +export CXXFLAGS="$CXXFLAGS -fno-strict-aliasing -Wno-deprecated" } From crazy at frugalware.org Tue Aug 1 14:48:40 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 14:48:43 2006 Subject: [Frugalware-darcs] frugalware-current: perl-sys-syslog-0.17-1-i686 Message-ID: <20060801124840.D7481FB4037@genesis.frugalware.org> [perl-sys-syslog-0.17-1-i686 crazy **20060801124547 * Version bump * moved again to devel-extra ] { move ./source/devel/perl-sys-syslog ./source/devel-extra/perl-sys-syslog hunk ./source/devel-extra/perl-sys-syslog/FrugalBuild 1 -# Last Modified: Tue, 18 Jul 2006 15:51:00 +0200 +# Last Modified: Tue, 01 Aug 2006 14:44:53 +0200 hunk ./source/devel-extra/perl-sys-syslog/FrugalBuild 7 -pkgver=0.16 +pkgver=0.17 hunk ./source/devel-extra/perl-sys-syslog/FrugalBuild 12 -sha1sums=('e47c5c9d333c2835a25aa7be89b2c4086a27272f') +sha1sums=('39f243ad9f76d4f296509eab7b4691ee6a697bb9') } From crazy at frugalware.org Tue Aug 1 14:53:55 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 14:53:58 2006 Subject: [Frugalware-darcs] frugalware-current: perl-version-0.662-1-i686 Message-ID: <20060801125355.E8A13FB4037@genesis.frugalware.org> [perl-version-0.662-1-i686 crazy **20060801125154 * Version bump * moved back to devel-extra ] { move ./source/devel/perl-version ./source/devel-extra/perl-version hunk ./source/devel-extra/perl-version/FrugalBuild 1 -# Last Modified: Thu, 27 Jul 2006 01:28:12 +0200 +# Last Modified: Tue, 01 Aug 2006 14:51:40 +0200 hunk ./source/devel-extra/perl-version/FrugalBuild 7 -pkgver=0.661 +pkgver=0.662 hunk ./source/devel-extra/perl-version/FrugalBuild 12 -sha1sums=('d014c08c363892271c975bfb123a626d985c53b6') +sha1sums=('c5f7a2d4055df95c271a2efee1fbd032950e57a9') } From vmiklos at frugalware.org Tue Aug 1 15:03:12 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 15:03:15 2006 Subject: [Frugalware-darcs] frugalware-current: include/util.sh: Fdoc{, rel}: handle the case when the parameter is a dir Message-ID: <20060801130312.C56ADFB43E0@genesis.frugalware.org> [include/util.sh: Fdoc{,rel}: handle the case when the parameter is a dir VMiklos **20060801130103] { hunk ./source/include/util.sh 245 + if [ -d "$i" ]; then + Fcpr "$Fsrcdir/$i" "/usr/share/doc/$pkgname-$pkgver/" + else hunk ./source/include/util.sh 254 + fi hunk ./source/include/util.sh 269 + if [ -d "$i" ]; then + Fcpr "$i" "/usr/share/doc/$pkgname-$pkgver/" + else hunk ./source/include/util.sh 278 + fi } From krics at linuxforum.hu Tue Aug 1 15:04:07 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 15:04:07 2006 Subject: [Frugalware-darcs] frugalware-current: scew-0.4.0-1-x86_64 Message-ID: <20060801130407.2F50FFB43E0@genesis.frugalware.org> [scew-0.4.0-1-x86_64 Christian Hamar alias krix **20060801130314 * New package / Initial import ] { adddir ./source/lib-extra/scew addfile ./source/lib-extra/scew/FrugalBuild hunk ./source/lib-extra/scew/FrugalBuild 1 +# Last Modified: Tue, 01 Aug 2006 15:01:41 +0200 +# Compiling Time: 0.04 SBU +# Maintainer: Christian Hamar alias krix + +pkgname=scew +pkgver=0.4.0 +pkgrel=1 +pkgdesc="SCEW - Simple C Expat Wrapper" +url="http://www.nongnu.org/scew/" +depends=('expat') +makedepends=('doxygen') +groups=('lib-extra') +archs=('i686' 'x86_64') +up2date="lynx -dump 'http://savannah.nongnu.org/download/scew/?C=M;O=D'|grep scew-[0-9\.]*tar.gz$|sed -n -e 's/.*scew-\(.*\)\.tar\.gz$/\1/' -e '1 p'" +source=(http://savannah.nongnu.org/download/scew/$pkgname-$pkgver.tar.gz) +sha1sums=('28e9c2d4ebbd7e0db66f0f8ac32985a82024f39e') + +build() { + Fcd + Fmake --enable-doxygen + make doc || Fdie + Fmakeinstall + Fmkdir /usr/share/doc/$pkgname-$pkgver/ + cp -a $Fsrcdir/$pkgname-$pkgver/doc/api $Fdestdir/usr/share/doc/$pkgname-$pkgver/ || Fdie +} + +# optimization OK } From crazy at frugalware.org Tue Aug 1 15:05:16 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 15:05:17 2006 Subject: [Frugalware-darcs] frugalware-current: anthy-7929-1-i686 Message-ID: <20060801130516.57CFCFB43E0@genesis.frugalware.org> [anthy-7929-1-i686 crazy **20060801130238 * Version bump ] { hunk ./source/lib/anthy/FrugalBuild 1 -# Last Modified: Tue, 18 Jul 2006 16:01:26 +0200 +# Last Modified: Tue, 01 Aug 2006 15:01:52 +0200 hunk ./source/lib/anthy/FrugalBuild 6 -pkgver=7917 +pkgver=7929 hunk ./source/lib/anthy/FrugalBuild 16 -source=(http://osdn.dl.sourceforge.jp/$pkgname/20981/$pkgname-$pkgver.tar.gz) -sha1sums=('0adec8276c7708dae3b5afd815514a51acb97e01') +source=(http://osdn.dl.sourceforge.jp/$pkgname/21164/$pkgname-$pkgver.tar.gz) +sha1sums=('04cd72f474962e2a3ec03c19b8feab6844548c4c') } From iron at frugalware.org Tue Aug 1 15:23:42 2006 From: iron at frugalware.org (Krisztian VASAS) Date: Tue Aug 1 15:23:44 2006 Subject: [Frugalware-darcs] homepage-ng: fwng: recent update fix rolled back - wasn't good for Lord Message-ID: <20060801132342.4A989FB4037@genesis.frugalware.org> [fwng: recent update fix rolled back - wasn't good for Lord Krisztian VASAS **20060801132114] { hunk ./frugalware/header.php 51 - fwrite($fp, $writeout."
\n" . - "${i['pkgver']}-${i['pkgrel']}-${i['arch']}
\n"); + fwrite($fp, "$writeout
\n"); } From crazy at frugalware.org Tue Aug 1 15:26:23 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 15:26:24 2006 Subject: [Frugalware-darcs] frugalware-current: scim-anthy-1.2.0-1-i686 Message-ID: <20060801132623.1B765FB4037@genesis.frugalware.org> [scim-anthy-1.2.0-1-i686 crazy **20060801132256 * Version bump ] { hunk ./source/xapps/scim-anthy/FrugalBuild 1 -# Last Modified: Wed, 07 Jun 2006 22:23:14 +0200 +# Last Modified: Tue, 01 Aug 2006 15:21:28 +0200 hunk ./source/xapps/scim-anthy/FrugalBuild 6 -pkgver=1.0.0 +pkgver=1.2.0 hunk ./source/xapps/scim-anthy/FrugalBuild 16 -source=(http://qgpop.dl.sourceforge.jp/scim-imengine/19544/$pkgname-$pkgver.tar.gz) -sha1sums=('a9f72807f7bdde413723340fc8bb67479ff01f28') +source=(http://osdn.dl.sourceforge.jp/scim-imengine/21166/$pkgname-$pkgver.tar.gz) +sha1sums=('0587e34e70533a385bdf8dd27c65c713a17d9f8c') } From krics at linuxforum.hu Tue Aug 1 15:28:03 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 15:28:05 2006 Subject: [Frugalware-darcs] frugalware-current: librsvg-2.15.90-1-x86_64 Message-ID: <20060801132803.2F45F2E00AB@genesis.frugalware.org> [librsvg-2.15.90-1-x86_64 Christian Hamar alias krix **20060801132658 * Version bump ] { hunk ./source/gnome/librsvg/FrugalBuild 1 -# Last modified: Mon, 03 Jul 2006 22:04:53 +0200 +# Last modified: Tue, 01 Aug 2006 15:22:42 +0200 hunk ./source/gnome/librsvg/FrugalBuild 7 -pkgver=2.15.0 +pkgver=2.15.90 hunk ./source/gnome/librsvg/FrugalBuild 12 -makedepends=('firefox' 'gtk-doc') +makedepends=('firefox>=1.5.0.5' 'gtk-doc') hunk ./source/gnome/librsvg/FrugalBuild 18 -sha1sums=('f298a2541a77e0a68e8b23de59fce2a6dc22e34c') +sha1sums=('1fcfc624fdbc24260d3401f1e12eb99bcea1566a') hunk ./source/gnome/librsvg/FrugalBuild 20 -build() -{ +build() { } From crazy at frugalware.org Tue Aug 1 15:40:55 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 15:40:56 2006 Subject: [Frugalware-darcs] frugalware-current: scim-bridge-0.2.7-1-i686 Message-ID: <20060801134055.713EFFB4037@genesis.frugalware.org> [scim-bridge-0.2.7-1-i686 crazy **20060801133659 * version bump ] { hunk ./source/xapps/scim-bridge/FrugalBuild 1 -# Last Modified: Mon, 24 Jul 2006 20:36:17 +0200 +# Last Modified: Tue, 01 Aug 2006 15:31:53 +0200 hunk ./source/xapps/scim-bridge/FrugalBuild 6 -pkgver=0.2.6 +pkgver=0.2.7 hunk ./source/xapps/scim-bridge/FrugalBuild 17 -sha1sums=('eb24d3902d537e550f8ef612954a0d063f466509') +sha1sums=('f9457c5758d379a238ca47abc56f1818c6295531') } From krics at linuxforum.hu Tue Aug 1 15:41:41 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 15:41:42 2006 Subject: [Frugalware-darcs] frugalware-current: libgtop-2.14.2-1-x86_64 Message-ID: <20060801134141.7A471FB43E0@genesis.frugalware.org> [libgtop-2.14.2-1-x86_64 Christian Hamar alias krix **20060801134108 * Version bump ] { hunk ./source/gnome/libgtop/FrugalBuild 1 -# Last modified: Tue, 11 Apr 2006 14:22:55 +0200 -# Compiling time: 0.33 SBU +# Last modified: Tue, 01 Aug 2006 15:38:46 +0200 +# Compiling time: 0.73 SBU hunk ./source/gnome/libgtop/FrugalBuild 4 -# Old Maintainer: Laszlo Dvornik hunk ./source/gnome/libgtop/FrugalBuild 6 -pkgver=2.14.1 +pkgver=2.14.2 hunk ./source/gnome/libgtop/FrugalBuild 11 -makedepends=('libxt') +makedepends=('libxt' 'perl-xml') hunk ./source/gnome/libgtop/FrugalBuild 14 -install=$pkgname.install hunk ./source/gnome/libgtop/FrugalBuild 15 -sha1sums=('9d2c995eff38827a584c74982eabfb55dd97a8b5') +sha1sums=('20e79a58c08e06e5f5e68d8ebbd575471f754e96') } From crazy at frugalware.org Tue Aug 1 15:51:57 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 15:51:59 2006 Subject: [Frugalware-darcs] frugalware-current: tastymenu-0.5-1-i686 Message-ID: <20060801135157.3A175FB4037@genesis.frugalware.org> [tastymenu-0.5-1-i686 crazy **20060801134923 * Version bump ] { hunk ./source/kde-extra/tastymenu/FrugalBuild 1 -# Last Modified: Tue, 25 Jul 2006 02:46:58 +0200 +# Last Modified: Tue, 01 Aug 2006 15:48:12 +0200 hunk ./source/kde-extra/tastymenu/FrugalBuild 6 -pkgver=0.4.1 +pkgver=0.5 hunk ./source/kde-extra/tastymenu/FrugalBuild 15 -sha1sums=('231fce8f7c815ed58e3e66392844eeedd97ef25e') +sha1sums=('9dde870dd51b36a5cd2a918c1a4db5c1afcae54b') } From vmiklos at frugalware.org Tue Aug 1 16:00:35 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 16:00:37 2006 Subject: [Frugalware-darcs] frugalware-current: gcc-4.1.1-2-i686 Message-ID: <20060801140035.862D5FB4037@genesis.frugalware.org> [gcc-4.1.1-2-i686 VMiklos **20060731141857 added -jartool.diff secfix #941 ] { hunk ./source/devel/gcc/FrugalBuild 1 -# Last Modified: Thu, 25 May 2006 17:53:03 +0200 +# Last Modified: Sun, 30 Jul 2006 00:54:37 +0200 hunk ./source/devel/gcc/FrugalBuild 7 -shortpkgver=4.1 -pkgrel=1 +pkgrel=2 hunk ./source/devel/gcc/FrugalBuild 18 + gcc-4.1.1-jartool.diff \ hunk ./source/devel/gcc/FrugalBuild 20 -sha1sums=('ad6d56ddc419d464bf8ee28f5a7ac730b97ab59c' \ - '3dd2f55a0d9c33dba0a9293cd0db17e785588957' \ - '27cc00050d9b88b6e2649c406243769dc66593f5') hunk ./source/devel/gcc/FrugalBuild 58 + Fpatchall hunk ./source/devel/gcc/FrugalBuild 96 - Fmv usr/lib/gcc/$CHOST/$pkgver/adalib/libgnarl-$shortpkgver.so /usr/lib - Fmv usr/lib/gcc/$CHOST/$pkgver/adalib/libgnat-$shortpkgver.so /usr/lib + Fmv usr/lib/gcc/$CHOST/$pkgver/adalib/libgnarl-${pkgver%.*}.so /usr/lib + Fmv usr/lib/gcc/$CHOST/$pkgver/adalib/libgnat-${pkgver%.*}.so /usr/lib hunk ./source/devel/gcc/FrugalBuild 99 - Fln libgnarl-$shortpkgver.so /usr/lib/libgnarl.so - Fln libgnat-$shortpkgver.so /usr/lib/libgnat.so - Fln ../../../../libgnarl-$shortpkgver.so /usr/lib/gcc/$CHOST/$pkgver/adalib/libgnarl.so - Fln ../../../../libgnarl-$shortpkgver.so /usr/lib/gcc/$CHOST/$pkgver/adalib/libgnarl-$shortpkgver.so - Fln ../../../../libgnat-$shortpkgver.so /usr/lib/gcc/$CHOST/$pkgver/adalib/libgnat.so - Fln ../../../../libgnat-$shortpkgver.so /usr/lib/gcc/$CHOST/$pkgver/adalib/libgnat-$shortpkgver.so + Fln libgnarl-${pkgver%.*}.so /usr/lib/libgnarl.so + Fln libgnat-${pkgver%.*}.so /usr/lib/libgnat.so + Fln ../../../../libgnarl-${pkgver%.*}.so /usr/lib/gcc/$CHOST/$pkgver/adalib/libgnarl.so + Fln ../../../../libgnarl-${pkgver%.*}.so /usr/lib/gcc/$CHOST/$pkgver/adalib/libgnarl-${pkgver%.*}.so + Fln ../../../../libgnat-${pkgver%.*}.so /usr/lib/gcc/$CHOST/$pkgver/adalib/libgnat.so + Fln ../../../../libgnat-${pkgver%.*}.so /usr/lib/gcc/$CHOST/$pkgver/adalib/libgnat-${pkgver%.*}.so hunk ./source/devel/gcc/FrugalBuild 174 + '72098ccac4f22540cb871767aae576e02fe38b3d' \ addfile ./source/devel/gcc/gcc-4.1.1-jartool.diff hunk ./source/devel/gcc/gcc-4.1.1-jartool.diff 1 +--- gcc-4.1.1/fastjar/jartool.c.orig 2006-07-29 22:30:30.000000000 +0200 ++++ gcc-4.1.1/fastjar/jartool.c 2006-07-29 22:30:58.000000000 +0200 +@@ -1736,6 +1736,7 @@ + const ub1 *start = filename; + char *tmp_buff; + struct stat sbuf; ++ int depth = 0; + + tmp_buff = malloc(sizeof(char) * strlen((const char *)filename)); + +@@ -1756,7 +1757,14 @@ + #ifdef DEBUG + printf("checking the existance of %s\n", tmp_buff); + #endif +- ++ if(strcmp(tmp_buff, "..") == 0){ ++ --depth; ++ if (depth < 0){ ++ fprintf(stderr, "Traversal to parent directories during unpacking!\n"); ++ exit(1); ++ } ++ } else if (strcmp(tmp_buff, ".") != 0) ++ ++depth; + if(stat(tmp_buff, &sbuf) < 0){ + if(errno != ENOENT){ + perror("stat"); } From crazy at frugalware.org Tue Aug 1 16:00:45 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 16:00:47 2006 Subject: [Frugalware-darcs] frugalware-current: fltk2-r5272-1-i686 Message-ID: <20060801140046.2C620FB4038@genesis.frugalware.org> [fltk2-r5272-1-i686 crazy **20060801135834 * Version bump ] { hunk ./source/xlib/fltk2/FrugalBuild 1 -# Last modified: Sat, 15 Jul 2006 19:21:03 +0200 +# Last modified: Tue, 01 Aug 2006 15:58:13 +0200 hunk ./source/xlib/fltk2/FrugalBuild 6 -pkgver=r5256 +pkgver=r5272 hunk ./source/xlib/fltk2/FrugalBuild 19 -sha1sums=('9bca8e72f177a4729228a52fddef3831a4292564' \ +sha1sums=('6d79968f7068c3191841dc2ea300e2ed771ac667' \ } From krics at linuxforum.hu Tue Aug 1 16:04:33 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 16:04:46 2006 Subject: [Frugalware-darcs] frugalware-current: gnome-volume-manager-2.15.0-1-x86_64 Message-ID: <20060801140433.4D285FB4037@genesis.frugalware.org> [gnome-volume-manager-2.15.0-1-x86_64 Christian Hamar alias krix **20060801140342 * Version bump ] { hunk ./source/gnome/gnome-volume-manager/FrugalBuild 1 -# Last modified: Tue, 11 Jul 2006 00:04:28 +0200 +# Last modified: Tue, 01 Aug 2006 15:59:45 +0200 hunk ./source/gnome/gnome-volume-manager/FrugalBuild 6 -pkgver=1.5.15 +pkgver=2.15.0 hunk ./source/gnome/gnome-volume-manager/FrugalBuild 20 -sha1sums=('bfc0beeab74cf1091bab99628a6751ee1f1ae196' \ +sha1sums=('e08386dc08650df25980d48fd1cfd8b314e71618' \ } From krics at linuxforum.hu Tue Aug 1 16:13:20 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 16:13:21 2006 Subject: [Frugalware-darcs] frugalware-current: libdc1394-2.0.0_rc2-1-x86_64 Message-ID: <20060801141320.67D80FB4037@genesis.frugalware.org> [libdc1394-2.0.0_rc2-1-x86_64 Christian Hamar alias krix **20060801141217 * Version bump ] { hunk ./source/lib/libdc1394/FrugalBuild 1 -# Last Modified: Sun, 23 Jul 2006 15:42:00 +0200 +# Last Modified: Tue, 01 Aug 2006 16:11:23 +0200 hunk ./source/lib/libdc1394/FrugalBuild 6 -pkgver=2.0.0_rc1 +pkgver=2.0.0_rc2 hunk ./source/lib/libdc1394/FrugalBuild 15 -sha1sums=('5e4db74082457843eaa05a24443bbe0faa85beef') +sha1sums=('71360f303b04c6a1003656543820615f4eb3b847') } From crazy at frugalware.org Tue Aug 1 16:28:53 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 16:28:56 2006 Subject: [Frugalware-darcs] frugalware-current: noip2-2.1.3-1-i686 Message-ID: <20060801142853.AAC89FB4037@genesis.frugalware.org> [noip2-2.1.3-1-i686 crazy **20060801142526 * Version bump * FB cleanup * added noip2.de and an makefile.patch * removed the hacks from FB * who is PasiC ? :) ] { addfile ./source/network-extra/noip2/messages/noip2.de addfile ./source/network-extra/noip2/makefile.patch hunk ./source/network-extra/noip2/FrugalBuild 1 -# Last Modified: Sun, 21 Aug 2005 10:55:36 +0200 +# Last Modified: Tue, 01 Aug 2006 16:22:47 +0200 hunk ./source/network-extra/noip2/FrugalBuild 6 -pkgver=2.1.1 -pkgrel=3 -pkgdesc="a client program to auto-update dynamic DNS on www.no-ip.com" +pkgver=2.1.3 +pkgrel=1 +pkgdesc="A client program to auto-update dynamic DNS on www.no-ip.com" hunk ./source/network-extra/noip2/FrugalBuild 14 -source=($url/client/linux/noip-duc-linux.tar.gz rc.$pkgname) -sha1sums=('1ffe0362801d09e332d57d02b29f4ebb372583b8' \ - '6ac4a3a529433765c0649c3dbe3a0815e58e42df') +source=($url/client/linux/noip-duc-linux.tar.gz rc.$pkgname makefile.patch) +_F_cd_path="noip-$pkgver" +sha1sums=('8e7fb6e0465cc48c26b561cc629300e87ee5889e' \ + '6ac4a3a529433765c0649c3dbe3a0815e58e42df' \ + '168570b22166b9a4005d6fa94cd818c1ab890639') + hunk ./source/network-extra/noip2/FrugalBuild 22 - Fcd noip-${pkgver} - Fsed '-Wall -g -O2' "$CFLAGS" Makefile - Fmake - Fexerel /usr/bin/noip2 + Fbuild hunk ./source/network-extra/noip2/FrugalBuild 26 -# optimalization OK - -# vim: ft=sh - hunk ./source/network-extra/noip2/makefile.patch 1 +diff -Naur noip-2.1.3/Makefile noip-2.1.3-p/Makefile +--- noip-2.1.3/Makefile 2006-02-24 17:45:51.000000000 +0100 ++++ noip-2.1.3-p/Makefile 2006-08-01 16:19:07.273136270 +0200 +@@ -1,8 +1,8 @@ + TGT=noip2 + CC=gcc + +-PREFIX=/usr/local +-CONFDIR=${PREFIX}/etc ++PREFIX=/usr ++CONFDIR=/etc + BINDIR=${PREFIX}/bin + + # these defines are for Linux +@@ -21,14 +21,12 @@ + # ARCH=sun + + ${TGT}: Makefile ${TGT}.c +- ${CC} -Wall -g -O2 -D${ARCH} -DPREFIX=\"${PREFIX}\" ${TGT}.c -o ${TGT} ${LIBS} ++ ${CC} -Wall -g $(CFLAGS) -D${ARCH} -DPREFIX=\"${PREFIX}\" ${TGT}.c -o ${TGT} ${LIBS} + + install: ${TGT} +- if [ ! -d ${BINDIR} ]; then mkdir -p ${BINDIR};fi +- if [ ! -d ${CONFDIR} ]; then mkdir -p ${CONFDIR};fi +- cp ${TGT} ${BINDIR}/${TGT} +- ${BINDIR}/${TGT} -C -c /tmp/no-ip2.conf +- mv /tmp/no-ip2.conf ${CONFDIR}/no-ip2.conf ++ mkdir -p $(DESTDIR)$(BINDIR) ++ cp $(TGT) $(DESTDIR)$(BINDIR)/$(TGT) ++ + + package: ${TGT} + rm -f *.bak hunk ./source/network-extra/noip2/messages/noip2.de 1 +stopnoip2="Stoppe noip2 Daemon" +startnoip2="Starte noip2 Daemon" } From crazy at frugalware.org Tue Aug 1 16:36:31 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 16:36:33 2006 Subject: [Frugalware-darcs] frugalware-current: limewire-4.12.4-1-i686 Message-ID: <20060801143631.7B8E1FB4037@genesis.frugalware.org> [limewire-4.12.4-1-i686 crazy **20060801143406 * Version bump ] { hunk ./source/xapps-extra/limewire/FrugalBuild 1 -# Last Modified: Mon, 26 Jun 2006 02:15:52 +0200 +# Last Modified: Tue, 01 Aug 2006 16:33:15 +0200 hunk ./source/xapps-extra/limewire/FrugalBuild 6 -pkgver=4.12.3 +pkgver=4.12.4 hunk ./source/xapps-extra/limewire/FrugalBuild 17 -sha1sums=('0cabab762bf27971eb577b7b1f16dba29c777bff') +sha1sums=('b864551d76ac76dbb25e58fcd1e9105b7448d428') } From crazy at frugalware.org Tue Aug 1 16:49:19 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 16:49:22 2006 Subject: [Frugalware-darcs] frugalware-current: liferea-1.0.19-1-i686 Message-ID: <20060801144919.6BA17FB4037@genesis.frugalware.org> [liferea-1.0.19-1-i686 crazy **20060801144644 * Version bump ] { hunk ./source/gnome-extra/liferea/FrugalBuild 1 -# Last Modified: Sat, 22 Jul 2006 16:30:06 +0200 +# Last Modified: Tue, 01 Aug 2006 16:45:52 +0200 hunk ./source/gnome-extra/liferea/FrugalBuild 6 -pkgver=1.0.18 +pkgver=1.0.19 hunk ./source/gnome-extra/liferea/FrugalBuild 17 -sha1sums=('068789e9bb119a2b18310245e091aba677f39b73') +sha1sums=('50f8481a1cf8bee5dd8f11f88663f43ee3959c12') } From crazy at frugalware.org Tue Aug 1 16:56:36 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 16:56:39 2006 Subject: [Frugalware-darcs] frugalware-current: fish-1.21.10-1-i686 Message-ID: <20060801145636.B309DFB4037@genesis.frugalware.org> [fish-1.21.10-1-i686 crazy **20060801145426 * Version bump ] { hunk ./source/apps-extra/fish/FrugalBuild 1 -# Last Modified: Sat, 15 Jul 2006 19:03:01 +0200 +# Last Modified: Tue, 01 Aug 2006 16:53:59 +0200 hunk ./source/apps-extra/fish/FrugalBuild 6 -pkgver=1.21.9 +pkgver=1.21.10 hunk ./source/apps-extra/fish/FrugalBuild 17 -sha1sums=('289cf8e9a0583f60e5eea76cc194dbc16e9b6ac7') +sha1sums=('977ebcb7de1b2568d8f04aeb7e96ec1148a6f6da') } From crazy at frugalware.org Tue Aug 1 17:09:14 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 17:09:16 2006 Subject: [Frugalware-darcs] frugalware-current: paco-1.10.10-1-i686 Message-ID: <20060801150914.4E031FB4037@genesis.frugalware.org> [paco-1.10.10-1-i686 crazy **20060801150612 * Version bump ] { hunk ./source/apps-extra/paco/FrugalBuild 1 -# Last Modified: Tue, 30 May 2006 20:19:33 +0200 +# Last Modified: Tue, 01 Aug 2006 17:05:43 +0200 hunk ./source/apps-extra/paco/FrugalBuild 6 -pkgver=1.10.8 +pkgver=1.10.10 hunk ./source/apps-extra/paco/FrugalBuild 13 -sha1sums=('7916151bc6b6f3944867d2f33173ca35984575a5') hunk ./source/apps-extra/paco/FrugalBuild 17 +options=('scriptlet') +sha1sums=('991653962cdcea54c13638fcf648f0d17d8a220b') hunk ./source/apps-extra/paco/FrugalBuild 37 -# vim: ft=sh - } From vmiklos at frugalware.org Tue Aug 1 17:20:24 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 17:20:27 2006 Subject: [Frugalware-darcs] frugalware-current: distcc-2.18.3-3-i686 Message-ID: <20060801152024.3A2D9FB4037@genesis.frugalware.org> [distcc-2.18.3-3-i686 VMiklos **20060801151822 depends() for .install, thx boobaa fixed a typo in distccd.hu ] { hunk ./source/devel-extra/distcc/FrugalBuild 1 -# Last Modified: Fri, 25 Nov 2005 21:05:43 +0100 +# Last Modified: Tue, 01 Aug 2006 17:12:52 +0200 hunk ./source/devel-extra/distcc/FrugalBuild 8 -pkgrel=2 +pkgrel=3 hunk ./source/devel-extra/distcc/FrugalBuild 12 +rodepends=('shadow') hunk ./source/devel-extra/distcc/FrugalBuild 30 - for i in cc c++ gcc g++ $CARCH-pc-linux-gnu-c++ $CARCH-pc-linux-gnu-gcc $CARCH-pc-linux-gnu-g++ ; do + for i in {$CARCH-pc-linux-gnu-,}{cc,c++,gcc,g++} + do hunk ./source/devel-extra/distcc/FrugalBuild 38 -# vim: ft=sh +# optimization OK hunk ./source/devel-extra/distcc/distcc.install 36 -# vim: ft=sh - hunk ./source/devel-extra/distcc/messages/distccd.hu 2 -stopdistccd="A distccd indítása" +startdistccd="A distccd indítása" } From boobaa at frugalware.org Tue Aug 1 17:51:58 2006 From: boobaa at frugalware.org (CSÉCSY László) Date: Tue Aug 1 17:52:01 2006 Subject: [Frugalware-darcs] frugalware-current: texinfo-4.8-5-i686 Message-ID: <20060801155158.2ABD7FB4037@genesis.frugalware.org> [texinfo-4.8-5-i686 CSÉCSY László **20060801154856 added grep to depends ] { hunk ./source/apps/texinfo/FrugalBuild 1 -# Last modified: Wed, 12 Jul 2006 13:44:32 +0200 +# Last modified: Tue, 01 Aug 2006 17:43:37 +0200 hunk ./source/apps/texinfo/FrugalBuild 8 -pkgrel=4 +pkgrel=5 hunk ./source/apps/texinfo/FrugalBuild 11 -depends=('ncurses' 'net-tools') +depends=('ncurses' 'net-tools' 'grep') } From slinky at rei.keni.hu Tue Aug 1 18:00:20 2006 From: slinky at rei.keni.hu (Karoly CZOVEK) Date: Tue Aug 1 18:00:23 2006 Subject: [Frugalware-darcs] frugalware-current: postfix-2.3.2-2-i686 Message-ID: <20060801160020.269A32E0093@genesis.frugalware.org> [postfix-2.3.2-2-i686 Karoly CZOVEK **20060801155741 version bump ] { hunk ./source/network/postfix/FrugalBuild 1 -# Last Modified: Mon, 17 Jul 2006 21:46:17 +0200 +# Last Modified: Tue, 01 Aug 2006 16:14:24 +0200 hunk ./source/network/postfix/FrugalBuild 7 -pkgver=2.3.0 +pkgver=2.3.2 hunk ./source/network/postfix/FrugalBuild 9 -vdaver=2.3.0 +vdaver=2.3.1 hunk ./source/network/postfix/FrugalBuild 25 -sha1sums=('fd29896f054c530c6e19a60b3379a277ce90c9b2' \ +sha1sums=('cb56e7f8f0d4335cc8beb572ab7aa0423aab2dcf' \ hunk ./source/network/postfix/FrugalBuild 27 - 'd53226d05ab3c78002f9d410191aa6043712b4c8') + 'c006d2d0c2c1d221c183fb8c78bb7eba19adcda4') } From vmiklos at frugalware.org Tue Aug 1 18:06:48 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 18:06:51 2006 Subject: [Frugalware-darcs] frugalware-current: distcc-2.18.3-3-i686 Message-ID: <20060801160648.ED390FB4037@genesis.frugalware.org> [distcc-2.18.3-3-i686 VMiklos **20060801160345 a few fixes for the scriptlet: don't enable the service by default since it needs additional configuration don't restart the service on upgrade in chroot ] { hunk ./source/devel-extra/distcc/distcc.install 10 - /usr/sbin/chkconfig --add rc.distccd hunk ./source/devel-extra/distcc/distcc.install 14 - /sbin/service distccd stop + [ -e /etc/rc.d/rc.functions ] && /sbin/service distccd stop hunk ./source/devel-extra/distcc/distcc.install 20 - /sbin/service distccd start + [ -e /etc/rc.d/rc.functions ] && /sbin/service distccd start hunk ./source/devel-extra/distcc/distcc.install 27 - /usr/sbin/chkconfig --del rc.distccd } From boobaa at frugalware.org Tue Aug 1 18:24:40 2006 From: boobaa at frugalware.org (CSÉCSY László) Date: Tue Aug 1 18:24:43 2006 Subject: [Frugalware-darcs] frugalware-current: texinfo-4.8-6-i686 Message-ID: <20060801162440.37EC02E00A2@genesis.frugalware.org> [texinfo-4.8-6-i686 CSÉCSY László **20060801162155 adding sed as depend, too - grr ] { hunk ./source/apps/texinfo/FrugalBuild 1 -# Last modified: Tue, 01 Aug 2006 17:43:37 +0200 +# Last modified: Tue, 01 Aug 2006 18:11:37 +0200 hunk ./source/apps/texinfo/FrugalBuild 8 -pkgrel=5 +pkgrel=6 hunk ./source/apps/texinfo/FrugalBuild 11 -depends=('ncurses' 'net-tools' 'grep') +depends=('ncurses' 'net-tools' 'grep' 'sed') } From vmiklos at frugalware.org Tue Aug 1 18:58:32 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 18:58:35 2006 Subject: [Frugalware-darcs] frugalwareutils: updates for 0.6.3 Message-ID: <20060801165832.E40BEFB4037@genesis.frugalware.org> [updates for 0.6.3 VMiklos **20060801165818] { hunk ./Makefile.inc 19 -VERSION = 0.6.2 +VERSION = 0.6.3 hunk ./NEWS 3 +0.6.3 - netconfig: custom dhcp clients / dhclient improvements + - install header files by default } From vmiklos at frugalware.org Tue Aug 1 19:05:22 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 19:05:35 2006 Subject: [Frugalware-darcs] frugalware-current: frugalwareutils-0.6.3-1-i686 Message-ID: <20060801170525.E7D2AFB43F7@genesis.frugalware.org> [frugalwareutils-0.6.3-1-i686 VMiklos **20060801170225 version bump ] { hunk ./source/base/frugalwareutils/FrugalBuild 1 -# Last Modified: Sat, 15 Jul 2006 23:26:57 +0200 +# Last Modified: Tue, 01 Aug 2006 19:01:10 +0200 hunk ./source/base/frugalwareutils/FrugalBuild 6 -pkgver=0.6.2 -pkgrel=3 +pkgver=0.6.3 +pkgrel=1 hunk ./source/base/frugalwareutils/FrugalBuild 15 -source=($url/$pkgname-$pkgver.tar.gz \ -http://darcs.frugalware.org/patches/frugalwareutils/20060715181542-e2957-5473f41a04bf4f441ac45d59dcabddf57dca364e.patch \ -http://darcs.frugalware.org/patches/frugalwareutils/20060715211916-e2957-3f40142367d1c354d89f188e1d0c2a2355531c67.patch) -signatures=(${source[0]}.asc '' '') +source=($url/$pkgname-$pkgver.tar.gz) +signatures=(${source[0]}.asc) } From vmiklos at frugalware.org Tue Aug 1 19:11:38 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 19:11:40 2006 Subject: [Frugalware-darcs] pacman-tools: mkiso Message-ID: <20060801171138.88EFBFB43E0@genesis.frugalware.org> [mkiso VMiklos **20060801171043 - use getopt for parameter parsing - support for -stable repos - drop support for the extra repo ] { hunk ./mkiso/mkiso.c 30 +#include + hunk ./mkiso/mkiso.c 248 -int mkiso(volume_t *volume, int countonly) +int mkiso(volume_t *volume, int countonly, int stable) hunk ./mkiso/mkiso.c 285 + if(stable) + iso_add(fp, "frugalware-%s/frugalware.fdb", volume->arch); + else hunk ./mkiso/mkiso.c 289 - iso_add(fp, "extra/frugalware-%s/extra-current.fdb", volume->arch); hunk ./mkiso/mkiso.c 306 - // XXX: a separate function could determine the right - // path without any hardcoded number.. - if(detect_priority(pkg)>50) - ptr = strdup("frugalware-%s/%s-%s-%s%s"); - else - ptr = strdup("extra/frugalware-%s/%s-%s-%s%s"); + ptr = strdup("frugalware-%s/%s-%s-%s%s"); hunk ./mkiso/mkiso.c 367 - if(!strcmp(treename, "frugalware-current")) - ptr = g_strdup_printf("%s/frugalware-%s/%s.fdb", fst_root, volume->arch, treename); - else - ptr = g_strdup_printf("%s/extra/frugalware-%s/%s.fdb", fst_root, volume->arch, treename); + ptr = g_strdup_printf("%s/frugalware-%s/%s.fdb", fst_root, volume->arch, treename); hunk ./mkiso/mkiso.c 421 -int prepare(volume_t *volume, char *tmproot, int countonly) +int prepare(volume_t *volume, char *tmproot, int countonly, int stable) hunk ./mkiso/mkiso.c 424 - PM_DB *db_local, *db_fwcurr, *db_fwextra; + PM_DB *db_local, *db_sync; hunk ./mkiso/mkiso.c 432 - db_fwcurr = db_register(volume, "frugalware-current"); - db_fwextra = db_register(volume, "extra-current"); + if(stable) + db_sync = db_register(volume, "frugalware"); + else + db_sync = db_register(volume, "frugalware-current"); hunk ./mkiso/mkiso.c 442 - for(i=alpm_db_getpkgcache(db_fwcurr); i; i=alpm_list_next(i)) - { - PM_PKG *pkg=alpm_list_getdata(i); - isopkg_t *isopkg; - - if((isopkg = (isopkg_t *)malloc(sizeof(isopkg_t)))==NULL) - { - fprintf(stderr, "out of memory!\n"); - return(1); - } - isopkg->pkg = pkg; - isopkg->priority = detect_priority(pkg); - isopkgs = g_list_append(isopkgs, isopkg); - } - for(i=alpm_db_getpkgcache(db_fwextra); i; i=alpm_list_next(i)) + for(i=alpm_db_getpkgcache(db_sync); i; i=alpm_list_next(i)) hunk ./mkiso/mkiso.c 484 - mkiso(volume, countonly); + mkiso(volume, countonly, stable); hunk ./mkiso/mkiso.c 498 - int i, countonly=0; + int i, countonly=0, stable=0; hunk ./mkiso/mkiso.c 500 + int opt; + int option_index; + static struct option opts[] = + { + {"help", no_argument, 0, 'h'}, + {"count", no_argument, 0, 'c'}, + {"stable", no_argument, 0, 's'}, + {"file", required_argument, 0, 'f'}, + {0, 0, 0, 0} + }; hunk ./mkiso/mkiso.c 513 - if(!strcmp(argv[1], "-h") || !strcmp(argv[1], "--help")) + while((opt = getopt_long(argc, argv, "hcsf:", opts, &option_index))) hunk ./mkiso/mkiso.c 515 - printf("usage: %s [ -h ] [ -c | volumes.xml ]\n", argv[0]); - free(xmlfile); - return(0); - } - if(strcmp(argv[1], "-c")) - { - free(xmlfile); - xmlfile = strdup(argv[1]); - } - else - { - countonly=1; + if(opt < 0) + break; + switch(opt) + { + case 'h': + printf("usage: %s [ options ]\n", argv[0]); + printf(" -h | --help this help\n"); + printf(" -c | --count count the possible number of images only\n"); + printf(" -s | --stable indicate that the source repo is a -stable one\n"); + printf(" -f | --file use some other source instead of volumes.xml\n"); + free(xmlfile); + return(0); + break; + case 'c': countonly=1; break; + case 's': stable=1; break; + case 'f': + free(xmlfile); + xmlfile = strdup(optarg); + break; + } hunk ./mkiso/mkiso.c 546 - if(prepare(g_list_nth_data(volumes, i), tmproot, countonly)) + if(prepare(g_list_nth_data(volumes, i), tmproot, countonly, stable)) hunk ./mkiso/mkiso.h 23 -#define DVD_SIZE 4812800 +#define DVD_SIZE 4360350 } From crazy at frugalware.org Tue Aug 1 19:29:35 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 19:29:37 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-1.5.0.5-1-i686 Message-ID: <20060801172935.68D15FB4037@genesis.frugalware.org> [thunderbird-1.5.0.5-1-i686 crazy **20060801171830 * Version bump * changed m8r to myself ( ok from iron ) * Tons changes : - added 2 new patches one for system nss onde for pangocairo - comiped with system cairo,nss,nspr - added pango,canvas support - added missing mailmove - fixed the $pkgname-$pkgver problem ( symlinks now ) - added missing --enable-optimize="$CFLAGS" =) - some other FB and build cleanups see the diff :P ] { addfile ./source/xapps/thunderbird/20-use-pangocairo.patch hunk ./source/xapps/thunderbird/20-use-pangocairo.patch 1 +--- mozilla/gfx/src/gtk/mozilla-decoder.cpp.noxft 2005-08-18 22:41:26.000000000 -0400 ++++ mozilla/gfx/src/gtk/mozilla-decoder.cpp 2005-08-18 22:38:01.000000000 -0400 +@@ -40,7 +40,7 @@ + #define PANGO_ENABLE_ENGINE + + #include "mozilla-decoder.h" +-#include ++#include + #include + #include + #include +@@ -208,7 +208,7 @@ + } + } + +- pango_fc_font_map_add_decoder_find_func(PANGO_FC_FONT_MAP(pango_xft_get_font_map(GDK_DISPLAY(),gdk_x11_get_default_screen())), ++ pango_fc_font_map_add_decoder_find_func(PANGO_FC_FONT_MAP(pango_cairo_font_map_get_default()), + mozilla_find_decoder, + NULL, + NULL); addfile ./source/xapps/thunderbird/21-use-system-nss.patch hunk ./source/xapps/thunderbird/21-use-system-nss.patch 1 +Index: mozilla/configure.in +=================================================================== +RCS file: /cvsroot/mozilla/configure.in,v +retrieving revision 1.1503.2.15 +diff -u -r1.1503.2.15 configure.in +--- mozilla/configure.in 4 Oct 2005 05:53:49 -0000 1.1503.2.15 ++++ mozilla/configure.in 15 Dec 2005 05:40:40 -0000 +@@ -86,6 +86,7 @@ + MOZPNG=10207 + MOZZLIB=1.2.3 + NSPR_VERSION=4 ++NSS_VERSION=3 + + dnl Set the minimum version of toolkit libs used by mozilla + dnl ======================================================== +@@ -3472,6 +3473,19 @@ + fi + fi + ++dnl ======================================================== ++dnl = If NSS was not detected in the system, ++dnl = use the one in the source tree (mozilla/security/nss) ++dnl ======================================================== ++ ++MOZ_ARG_WITH_BOOL(system-nss, ++[ --with-system-nss Use system installed NSS], ++ _USE_SYSTEM_NSS=1 ) ++ ++if test -n "$_USE_SYSTEM_NSS"; then ++ AM_PATH_NSS(3.0.0, [MOZ_NATIVE_NSS=1], [MOZ_NATIVE_NSS=]) ++fi ++ + if test -z "$SKIP_LIBRARY_CHECKS"; then + dnl system JPEG support + dnl ======================================================== +@@ -6698,6 +6712,10 @@ + AC_SUBST(NSPR_LIBS) + AC_SUBST(MOZ_NATIVE_NSPR) + ++AC_SUBST(NSS_CFLAGS) ++AC_SUBST(NSS_LIBS) ++AC_SUBST(MOZ_NATIVE_NSS) ++ + AC_SUBST(CFLAGS) + AC_SUBST(CXXFLAGS) + AC_SUBST(CPPFLAGS) +Index: mozilla/configure +=================================================================== +RCS file: /cvsroot/mozilla/configure,v +retrieving revision 1.1492.2.17 +diff -u -r1.1492.2.17 configure +--- mozilla/configure 4 Oct 2005 06:01:48 -0000 1.1492.2.17 ++++ mozilla/configure 15 Dec 2005 05:40:53 -0000 +@@ -44,6 +44,13 @@ + --with-nspr-exec-prefix=PFX + Exec prefix where NSPR is installed" + ac_help="$ac_help ++ --with-system-nss Use system installed NSS" ++ac_help="$ac_help ++ --with-nss-prefix=PFX Prefix where NSS is installed" ++ac_help="$ac_help ++ --with-nss-exec-prefix=PFX ++ Exec prefix where NSS is installed" ++ac_help="$ac_help + --with-system-jpeg[=PFX] + Use system libjpeg [installed at prefix PFX]" + ac_help="$ac_help +@@ -1020,6 +1027,7 @@ + MOZPNG=10207 + MOZZLIB=1.2.3 + NSPR_VERSION=4 ++NSS_VERSION=3 + + GLIB_VERSION=1.2.0 + GTK_VERSION=1.2.0 +@@ -11300,6 +11308,123 @@ + fi + fi + ++ ++# Check whether --with-system-nss or --without-system-nss was given. ++if test "${with_system_nss+set}" = set; then ++ withval="$with_system_nss" ++ if test "$withval" = "yes"; then ++ _USE_SYSTEM_NSS=1 ++ elif test "$withval" = "no"; then ++ : ++ else ++ { echo "configure: error: Option, system-nss, does not take an argument ($withval)." 1>&2; exit 1; } ++ fi ++fi ++ ++ ++if test -n "$_USE_SYSTEM_NSS"; then ++ ++# Check whether --with-nss-prefix or --without-nss-prefix was given. ++if test "${with_nss_prefix+set}" = set; then ++ withval="$with_nss_prefix" ++ nss_config_prefix="$withval" ++else ++ nss_config_prefix="" ++fi ++ ++ ++# Check whether --with-nss-exec-prefix or --without-nss-exec-prefix was given. ++if test "${with_nss_exec_prefix+set}" = set; then ++ withval="$with_nss_exec_prefix" ++ nss_config_exec_prefix="$withval" ++else ++ nss_config_exec_prefix="" ++fi ++ ++ ++ if test -n "$nss_config_exec_prefix"; then ++ nss_config_args="$nss_config_args --exec-prefix=$nss_config_exec_prefix" ++ if test -z "$NSS_CONFIG"; then ++ NSS_CONFIG=$nss_config_exec_prefix/bin/nss-config ++ fi ++ fi ++ if test -n "$nss_config_prefix"; then ++ nss_config_args="$nss_config_args --prefix=$nss_config_prefix" ++ if test -z "$NSS_CONFIG"; then ++ NSS_CONFIG=$nss_config_prefix/bin/nss-config ++ fi ++ fi ++ ++ unset ac_cv_path_NSS_CONFIG ++ # Extract the first word of "nss-config", so it can be a program name with args. ++set dummy nss-config; ac_word=$2 ++echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 ++echo "configure:11363: checking for $ac_word" >&5 ++if eval "test \"`echo '$''{'ac_cv_path_NSS_CONFIG'+set}'`\" = set"; then ++ echo $ac_n "(cached) $ac_c" 1>&6 ++else ++ case "$NSS_CONFIG" in ++ /*) ++ ac_cv_path_NSS_CONFIG="$NSS_CONFIG" # Let the user override the test with a path. ++ ;; ++ ?:/*) ++ ac_cv_path_NSS_CONFIG="$NSS_CONFIG" # Let the user override the test with a dos path. ++ ;; ++ *) ++ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" ++ ac_dummy="$PATH" ++ for ac_dir in $ac_dummy; do ++ test -z "$ac_dir" && ac_dir=. ++ if test -f $ac_dir/$ac_word; then ++ ac_cv_path_NSS_CONFIG="$ac_dir/$ac_word" ++ break ++ fi ++ done ++ IFS="$ac_save_ifs" ++ test -z "$ac_cv_path_NSS_CONFIG" && ac_cv_path_NSS_CONFIG="no" ++ ;; ++esac ++fi ++NSS_CONFIG="$ac_cv_path_NSS_CONFIG" ++if test -n "$NSS_CONFIG"; then ++ echo "$ac_t""$NSS_CONFIG" 1>&6 ++else ++ echo "$ac_t""no" 1>&6 ++fi ++ ++ min_nss_version=3.0.0 ++ echo $ac_n "checking for NSS - version >= $min_nss_version (skipping)""... $ac_c" 1>&6 ++echo "configure:11398: checking for NSS - version >= $min_nss_version (skipping)" >&5 ++ ++ no_nss="" ++ if test "$NSS_CONFIG" = "no"; then ++ no_nss="yes" ++ else ++ NSS_CFLAGS=`$NSS_CONFIG $nss_config_args --cflags` ++ NSS_LIBS=`$NSS_CONFIG $nss_config_args --libs` ++ ++ nss_config_major_version=`$NSS_CONFIG $nss_config_args --version | \ ++ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` ++ nss_config_minor_version=`$NSS_CONFIG $nss_config_args --version | \ ++ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` ++ nss_config_micro_version=`$NSS_CONFIG $nss_config_args --version | \ ++ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` ++ fi ++ ++ if test -z "$no_nss"; then ++ echo "$ac_t""yes" 1>&6 ++ MOZ_NATIVE_NSS=1 ++ else ++ echo "$ac_t""no" 1>&6 ++ fi ++ ++ ++ ++ ++ ++ ++fi ++ + if test -z "$SKIP_LIBRARY_CHECKS"; then + # Check whether --with-system-jpeg or --without-system-jpeg was given. + if test "${with_system_jpeg+set}" = set; then +@@ -19473,6 +19602,9 @@ + s%@NSPR_CONFIG@%$NSPR_CONFIG%g + s%@NSPR_CFLAGS@%$NSPR_CFLAGS%g + s%@NSPR_LIBS@%$NSPR_LIBS%g ++s%@NSS_CONFIG@%$NSS_CONFIG%g ++s%@NSS_CFLAGS@%$NSS_CFLAGS%g ++s%@NSS_LIBS@%$NSS_LIBS%g + s%@GTK_CONFIG@%$GTK_CONFIG%g + s%@GTK_CFLAGS@%$GTK_CFLAGS%g + s%@GTK_LIBS@%$GTK_LIBS%g +@@ -19753,6 +19885,7 @@ + s%@MOZ_PNG_CFLAGS@%$MOZ_PNG_CFLAGS%g + s%@MOZ_PNG_LIBS@%$MOZ_PNG_LIBS%g + s%@MOZ_NATIVE_NSPR@%$MOZ_NATIVE_NSPR%g ++s%@MOZ_NATIVE_NSS@%$MOZ_NATIVE_NSS%g + s%@COMPILE_CFLAGS@%$COMPILE_CFLAGS%g + s%@COMPILE_CXXFLAGS@%$COMPILE_CXXFLAGS%g + s%@CROSS_COMPILE@%$CROSS_COMPILE%g +Index: mozilla/aclocal.m4 +=================================================================== +RCS file: /cvsroot/mozilla/aclocal.m4,v +retrieving revision 1.14 +diff -u -r1.14 aclocal.m4 +--- mozilla/aclocal.m4 13 May 2004 03:12:47 -0000 1.14 ++++ mozilla/aclocal.m4 15 Dec 2005 05:40:53 -0000 +@@ -8,6 +8,7 @@ + builtin(include, build/autoconf/libIDL.m4)dnl + builtin(include, build/autoconf/libIDL-2.m4)dnl + builtin(include, build/autoconf/nspr.m4)dnl ++builtin(include, build/autoconf/nss.m4)dnl + builtin(include, build/autoconf/libart.m4)dnl + builtin(include, build/autoconf/pkg.m4)dnl + builtin(include, build/autoconf/freetype2.m4)dnl +Index: mozilla/config/autoconf.mk.in +=================================================================== +RCS file: /cvsroot/mozilla/config/autoconf.mk.in,v +retrieving revision 3.363.2.1 +diff -u -r3.363.2.1 autoconf.mk.in +--- mozilla/config/autoconf.mk.in 17 Aug 2005 17:17:17 -0000 3.363.2.1 ++++ mozilla/config/autoconf.mk.in 15 Dec 2005 05:40:53 -0000 +@@ -229,6 +229,7 @@ + MOZ_INSURE_EXCLUDE_DIRS = @MOZ_INSURE_EXCLUDE_DIRS@ + + MOZ_NATIVE_NSPR = @MOZ_NATIVE_NSPR@ ++MOZ_NATIVE_NSS = @MOZ_NATIVE_NSS@ + + CROSS_COMPILE = @CROSS_COMPILE@ + +@@ -384,6 +385,48 @@ + NSPR_CFLAGS = @NSPR_CFLAGS@ + NSPR_LIBS = @NSPR_LIBS@ + ++NSS_CONFIG = @NSS_CONFIG@ ++NSS_CFLAGS = @NSS_CFLAGS@ ++NSS_LIBS = @NSS_LIBS@ ++ ++ifdef MOZ_NATIVE_NSS ++NSS_DEP_LIBS = \ ++ $(NULL) ++NSS_LIBS += \ ++ -lcrmf \ ++ $(NULL) ++else ++NSS_DEP_LIBS = \ ++ $(DIST)/lib/$(LIB_PREFIX)crmf.$(LIB_SUFFIX) \ ++ $(DIST)/lib/$(DLL_PREFIX)smime3$(DLL_SUFFIX) \ ++ $(DIST)/lib/$(DLL_PREFIX)ssl3$(DLL_SUFFIX) \ ++ $(DIST)/lib/$(DLL_PREFIX)nss3$(DLL_SUFFIX) \ ++ $(DIST)/lib/$(DLL_PREFIX)softokn3$(DLL_SUFFIX) \ ++ $(NULL) ++NSS_LIBS = \ ++ $(LIBS_DIR) \ ++ $(DIST)/lib/$(LIB_PREFIX)crmf.$(LIB_SUFFIX) \ ++ -lsmime3 \ ++ -lssl3 \ ++ -lnss3 \ ++ -lsoftokn3 \ ++ $(NULL) ++endif ++ ++ifneq (,$(filter OS2 WINNT WINCE, $(OS_ARCH))) ++ifndef GNU_CC ++ifndef MOZ_NATIVE_NSS ++NSS_LIBS = \ ++ $(DIST)/lib/$(LIB_PREFIX)crmf.$(LIB_SUFFIX) \ ++ $(DIST)/lib/$(LIB_PREFIX)smime3.$(IMPORT_LIB_SUFFIX) \ ++ $(DIST)/lib/$(LIB_PREFIX)ssl3.$(IMPORT_LIB_SUFFIX) \ ++ $(DIST)/lib/$(LIB_PREFIX)nss3.$(IMPORT_LIB_SUFFIX) \ ++ $(DIST)/lib/$(LIB_PREFIX)softokn3.$(IMPORT_LIB_SUFFIX) \ ++ $(NULL) ++endif ++endif ++endif ++ + LDAP_CFLAGS = @LDAP_CFLAGS@ + LDAP_LIBS = @LDAP_LIBS@ + XPCOM_GLUE_LDOPTS = @XPCOM_GLUE_LDOPTS@ +Index: mozilla/config/config.mk +=================================================================== +RCS file: /cvsroot/mozilla/config/config.mk,v +retrieving revision 3.337 +diff -u -r3.337 config.mk +--- mozilla/config/config.mk 28 Jul 2005 19:48:11 -0000 3.337 ++++ mozilla/config/config.mk 15 Dec 2005 05:40:54 -0000 +@@ -138,39 +138,6 @@ + FINAL_LINK_COMPS = $(DEPTH)/config/final-link-comps + FINAL_LINK_COMP_NAMES = $(DEPTH)/config/final-link-comp-names + +-# +-# NSS libs needed for final link in static build +-# +- +-NSS_LIBS = \ +- $(LIBS_DIR) \ +- $(DIST)/lib/$(LIB_PREFIX)crmf.$(LIB_SUFFIX) \ +- -lsmime3 \ +- -lssl3 \ +- -lnss3 \ +- -lsoftokn3 \ +- $(NULL) +- +-ifneq (,$(filter OS2 WINNT WINCE, $(OS_ARCH))) +-ifndef GNU_CC +-NSS_LIBS = \ +- $(DIST)/lib/$(LIB_PREFIX)crmf.$(LIB_SUFFIX) \ +- $(DIST)/lib/$(LIB_PREFIX)smime3.$(IMPORT_LIB_SUFFIX) \ +- $(DIST)/lib/$(LIB_PREFIX)ssl3.$(IMPORT_LIB_SUFFIX) \ +- $(DIST)/lib/$(LIB_PREFIX)nss3.$(IMPORT_LIB_SUFFIX) \ +- $(DIST)/lib/$(LIB_PREFIX)softokn3.$(IMPORT_LIB_SUFFIX) \ +- $(NULL) +-endif +-endif +- +-NSS_DEP_LIBS = \ +- $(DIST)/lib/$(LIB_PREFIX)crmf.$(LIB_SUFFIX) \ +- $(DIST)/lib/$(DLL_PREFIX)smime3$(DLL_SUFFIX) \ +- $(DIST)/lib/$(DLL_PREFIX)ssl3$(DLL_SUFFIX) \ +- $(DIST)/lib/$(DLL_PREFIX)nss3$(DLL_SUFFIX) \ +- $(DIST)/lib/$(DLL_PREFIX)softokn3$(DLL_SUFFIX) \ +- $(NULL) +- + MOZ_UNICHARUTIL_LIBS = $(DIST)/lib/$(LIB_PREFIX)unicharutil_s.$(LIB_SUFFIX) + MOZ_REGISTRY_LIBS = $(DIST)/lib/$(LIB_PREFIX)mozreg_s.$(LIB_SUFFIX) + MOZ_WIDGET_SUPPORT_LIBS = $(DIST)/lib/$(LIB_PREFIX)widgetsupport_s.$(LIB_SUFFIX) +Index: mozilla/build/autoconf/nss.m4 +=================================================================== +RCS file: mozilla/build/autoconf/nss.m4 +diff -N mozilla/build/autoconf/nss.m4 +--- /dev/null 1 Jan 1970 00:00:00 -0000 ++++ mozilla/build/autoconf/nss.m4 15 Dec 2005 05:40:54 -0000 +@@ -0,0 +1,67 @@ ++# -*- tab-width: 4; -*- ++# Configure paths for NSS ++# Public domain - Chris Seawood 2001-04-05 ++# Based upon gtk.m4 (also PD) by Owen Taylor ++ ++dnl AM_PATH_NSS([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) ++dnl Test for NSS, and define NSS_CFLAGS and NSS_LIBS ++AC_DEFUN(AM_PATH_NSS, ++[dnl ++ ++AC_ARG_WITH(nss-prefix, ++ [ --with-nss-prefix=PFX Prefix where NSS is installed], ++ nss_config_prefix="$withval", ++ nss_config_prefix="") ++ ++AC_ARG_WITH(nss-exec-prefix, ++ [ --with-nss-exec-prefix=PFX ++ Exec prefix where NSS is installed], ++ nss_config_exec_prefix="$withval", ++ nss_config_exec_prefix="") ++ ++ if test -n "$nss_config_exec_prefix"; then ++ nss_config_args="$nss_config_args --exec-prefix=$nss_config_exec_prefix" ++ if test -z "$NSS_CONFIG"; then ++ NSS_CONFIG=$nss_config_exec_prefix/bin/nss-config ++ fi ++ fi ++ if test -n "$nss_config_prefix"; then ++ nss_config_args="$nss_config_args --prefix=$nss_config_prefix" ++ if test -z "$NSS_CONFIG"; then ++ NSS_CONFIG=$nss_config_prefix/bin/nss-config ++ fi ++ fi ++ ++ unset ac_cv_path_NSS_CONFIG ++ AC_PATH_PROG(NSS_CONFIG, nss-config, no) ++ min_nss_version=ifelse([$1], ,3.0.0,$1) ++ AC_MSG_CHECKING(for NSS - version >= $min_nss_version (skipping)) ++ ++ no_nss="" ++ if test "$NSS_CONFIG" = "no"; then ++ no_nss="yes" ++ else ++ NSS_CFLAGS=`$NSS_CONFIG $nss_config_args --cflags` ++ NSS_LIBS=`$NSS_CONFIG $nss_config_args --libs` ++ ++ dnl Skip version check for now ++ nss_config_major_version=`$NSS_CONFIG $nss_config_args --version | \ ++ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` ++ nss_config_minor_version=`$NSS_CONFIG $nss_config_args --version | \ ++ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` ++ nss_config_micro_version=`$NSS_CONFIG $nss_config_args --version | \ ++ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` ++ fi ++ ++ if test -z "$no_nss"; then ++ AC_MSG_RESULT(yes) ++ ifelse([$2], , :, [$2]) ++ else ++ AC_MSG_RESULT(no) ++ fi ++ ++ ++ AC_SUBST(NSS_CFLAGS) ++ AC_SUBST(NSS_LIBS) ++ ++]) +Index: mozilla/security/manager/Makefile.in +=================================================================== +RCS file: /cvsroot/mozilla/security/manager/Makefile.in,v +retrieving revision 1.57 +diff -u -r1.57 Makefile.in +--- mozilla/security/manager/Makefile.in 2 Jun 2005 02:03:05 -0000 1.57 ++++ mozilla/security/manager/Makefile.in 15 Dec 2005 05:40:54 -0000 +@@ -46,6 +46,8 @@ + MODULE = psm + + PACKAGE_FILE = psm.pkg ++ ++ifndef MOZ_NATIVE_NSS + PACKAGE_VARS += \ + NSS3_LIB \ + SMIME3_LIB \ +@@ -57,6 +59,7 @@ + $(NULL) + + LOADABLE_ROOT_MODULE = $(DLL_PREFIX)nssckbi$(DLL_SUFFIX) ++endif + + NSS3_LIB = $(DLL_PREFIX)nss3$(DLL_SUFFIX) + SMIME3_LIB = $(DLL_PREFIX)smime3$(DLL_SUFFIX) +@@ -147,6 +150,7 @@ + export:: .nss.cleaned + + .nss.cleaned: .nss.checkout ++ifndef MOZ_NATIVE_NSS + $(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS) clean + $(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS) clean + ifndef SKIP_CHK +@@ -154,9 +158,12 @@ + $(MAKE) -C $(topsrcdir)/security/nss/cmd/shlibsign $(DEFAULT_GMAKE_FLAGS) clean + endif + touch $@ ++endif + + .nss.checkout: ++ifndef MOZ_NATIVE_NSS + touch $(srcdir)/$@ ++endif + + dependclean export packages chrome:: + $(MAKE) -C boot $@ +@@ -167,12 +174,15 @@ + endif + + libs:: ++ifndef MOZ_NATIVE_NSS + $(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS) ++endif + ifeq ($(OS_ARCH),WINNT) + cd $(DIST)/lib; cp -f $(LIB_PREFIX)dbm$(MOZ_BITS).$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX) + else + cd $(DIST)/lib; cp -f $(LIB_PREFIX)mozdbm_s.$(LIB_SUFFIX) $(LIB_PREFIX)dbm.$(LIB_SUFFIX); $(RANLIB) $(LIB_PREFIX)dbm.$(LIB_SUFFIX) + endif ++ifndef MOZ_NATIVE_NSS + $(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS) + ifndef SKIP_CHK + $(MAKE) -C $(topsrcdir)/security/nss/cmd/lib $(DEFAULT_GMAKE_FLAGS) +@@ -210,6 +220,7 @@ + $(INSTALL) -m 755 $(DIST)/lib/$(FREEBL_HYBRID_MODULE) $(DIST)/bin + endif + endif ++endif + $(MAKE) -C boot $@ + $(MAKE) -C ssl $@ + $(MAKE) -C locales $@ +@@ -218,6 +229,7 @@ + endif + + install:: ++ifndef MOZ_NATIVE_NSS + $(SYSINSTALL) -m 755 $(DIST)/lib/$(LOADABLE_ROOT_MODULE) $(DESTDIR)$(mozappdir) + ifndef SKIP_CHK + $(SYSINSTALL) -m 644 $(DIST)/lib/$(SOFTOKEN3_CHK) $(DESTDIR)$(mozappdir) +@@ -232,6 +244,7 @@ + $(SYSINSTALL) -m 644 $(DIST)/lib/$(FREEBL_HYBRID_CHK) $(DESTDIR)$(mozappdir) + $(SYSINSTALL) -m 755 $(DIST)/lib/$(FREEBL_HYBRID_MODULE) $(DESTDIR)$(mozappdir) + endif ++endif + $(MAKE) -C boot $@ + $(MAKE) -C ssl $@ + $(MAKE) -C locales $@ +@@ -246,15 +259,18 @@ + ifdef MOZ_XUL + $(MAKE) -C pki $@ + endif ++ifndef MOZ_NATIVE_NSS + $(MAKE) -C $(topsrcdir)/security/coreconf $(DEFAULT_GMAKE_FLAGS) clean + $(MAKE) -C $(topsrcdir)/security/nss/lib $(DEFAULT_GMAKE_FLAGS) clean + ifndef SKIP_CHK + $(MAKE) -C $(topsrcdir)/security/nss/cmd/lib $(DEFAULT_GMAKE_FLAGS) clean + $(MAKE) -C $(topsrcdir)/security/nss/cmd/shlibsign $(DEFAULT_GMAKE_FLAGS) clean + endif ++endif + + echo-requires-recursive:: + $(MAKE) -C boot $@ + $(MAKE) -C ssl $@ + $(MAKE) -C pki $@ + $(MAKE) -C locales $@ ++ +Index: mozilla/security/manager/ssl/src/Makefile.in +=================================================================== +RCS file: /cvsroot/mozilla/security/manager/ssl/src/Makefile.in,v +retrieving revision 1.67 +diff -u -r1.67 Makefile.in +--- mozilla/security/manager/ssl/src/Makefile.in 3 Aug 2005 05:24:18 -0000 1.67 ++++ mozilla/security/manager/ssl/src/Makefile.in 15 Dec 2005 05:40:56 -0000 +@@ -123,8 +123,13 @@ + + # Use local includes because they are inserted before INCLUDES + # so that Mozilla's nss.h is used, not glibc's ++ifdef MOZ_NATIVE_NSS ++LOCAL_INCLUDES += $(NSS_CFLAGS) \ ++ $(NULL) ++else + LOCAL_INCLUDES += -I$(DIST)/public/nss \ + $(NULL) ++endif + + EXTRA_DSO_LDOPTS += \ + $(MOZ_UNICHARUTIL_LIBS) \ +Index: mozilla/security/manager/ssl/src/nsNSSComponent.cpp +=================================================================== +RCS file: /cvsroot/mozilla/security/manager/ssl/src/nsNSSComponent.cpp,v +retrieving revision 1.126.2.1 +diff -u -r1.126.2.1 nsNSSComponent.cpp +--- mozilla/security/manager/ssl/src/nsNSSComponent.cpp 26 Aug 2005 06:41:50 -0000 1.126.2.1 ++++ mozilla/security/manager/ssl/src/nsNSSComponent.cpp 15 Dec 2005 05:41:00 -0000 +@@ -488,14 +488,6 @@ + } + + +-#ifdef XP_MAC +-#ifdef DEBUG +-#define LOADABLE_CERTS_MODULE NS_LITERAL_CSTRING("NSSckbiDebug.shlb") +-#else +-#define LOADABLE_CERTS_MODULE NS_LITERAL_CSTRING("NSSckbi.shlb") +-#endif /*DEBUG*/ +-#endif /*XP_MAC*/ +- + static void setOCSPOptions(nsIPrefBranch * pref); + + NS_IMETHODIMP +@@ -689,40 +681,40 @@ + + const char *possible_ckbi_locations[] = { + NS_GRE_DIR, +- NS_XPCOM_CURRENT_PROCESS_DIR ++ NS_XPCOM_CURRENT_PROCESS_DIR, ++ 0 + }; +- ++ + for (size_t il = 0; il < sizeof(possible_ckbi_locations)/sizeof(const char*); ++il) { + nsCOMPtr mozFile; +- directoryService->Get( possible_ckbi_locations[il], +- NS_GET_IID(nsILocalFile), +- getter_AddRefs(mozFile)); ++ char *fullModuleName = nsnull; ++ ++ if (!possible_ckbi_locations[il]) ++ { ++ fullModuleName = PR_GetLibraryName(nsnull, "nssckbi"); ++ } ++ else ++ { ++ directoryService->Get( possible_ckbi_locations[il], ++ NS_GET_IID(nsILocalFile), ++ getter_AddRefs(mozFile)); + +- if (!mozFile) { +- continue; ++ if (!mozFile) { ++ continue; ++ } ++ ++ nsCAutoString processDir; ++ mozFile->GetNativePath(processDir); ++ fullModuleName = PR_GetLibraryName(processDir.get(), "nssckbi"); + } + +- char *fullModuleName = nsnull; +-#ifdef XP_MAC +- nsCAutoString nativePath; +- mozFile->AppendNative(NS_LITERAL_CSTRING("Essential Files")); +- mozFile->AppendNative(LOADABLE_CERTS_MODULE); +- mozFile->GetNativePath(nativePath); +- fullModuleName = (char *) nativePath.get(); +-#else +- nsCAutoString processDir; +- mozFile->GetNativePath(processDir); +- fullModuleName = PR_GetLibraryName(processDir.get(), "nssckbi"); +-#endif + /* If a module exists with the same name, delete it. */ + NS_ConvertUCS2toUTF8 modNameUTF8(modName); + int modType; + SECMOD_DeleteModule(NS_CONST_CAST(char*, modNameUTF8.get()), &modType); + SECStatus rv_add = + SECMOD_AddNewModule(NS_CONST_CAST(char*, modNameUTF8.get()), fullModuleName, 0, 0); +-#ifndef XP_MAC +- PR_Free(fullModuleName); // allocated by NSPR +-#endif ++ PR_FreeLibraryName(fullModuleName); // allocated by NSPR + if (SECSuccess == rv_add) { + // found a module, no need to try other directories + break; + hunk ./source/xapps/thunderbird/FrugalBuild 1 -# Last modified: Wed, 07 Jun 2006 13:25:46 +0200 +# Last modified: Tue, 01 Aug 2006 18:42:19 +0200 hunk ./source/xapps/thunderbird/FrugalBuild 3 -# Maintainer: Krisztian VASAS -# Modified by Laszlo Dvornik +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/xapps/thunderbird/FrugalBuild 7 -pkgver=1.5.0.4 +pkgver=1.5.0.5 hunk ./source/xapps/thunderbird/FrugalBuild 11 -depends=('gtk+2' 'libidl') +depends=('gtk+2' 'libidl' 'nss>=3.11.2' 'pango' 'cairo') hunk ./source/xapps/thunderbird/FrugalBuild 15 -install=$pkgname.install +options=('scriptlet') hunk ./source/xapps/thunderbird/FrugalBuild 17 -#up2date="lynx -dump 'http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/?C=M;O=A' | grep releases/ | sed -n 's|.*s/\(.*\)/$|\1|; $ p'" -#up2date="wget -O - -q ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/|grep '>[0-9\.]*/'|sed -n 's|.*>\([0-9\.]*\)/.*|\1|;$ p'" hunk ./source/xapps/thunderbird/FrugalBuild 26 + 20-use-pangocairo.patch \ + 21-use-system-nss.patch \ hunk ./source/xapps/thunderbird/FrugalBuild 33 - $pkgname-rebuild-databases.pl.in \ - $pkgname.sh.in) -sha1sums=('492dd76460fc14543a70349263b64b0a2803bee9' \ + $pkgname-rebuild-databases.pl \ + $pkgname) +sha1sums=('475ae30ead41847120c36f432b3359f0d60ea9da' \ hunk ./source/xapps/thunderbird/FrugalBuild 44 + 'bfc9331a4b804de536fe3a69e18292f267bfb8cf' \ + '836f2792f9c3c6d54bfd2c033f53aae1ccaba022' \ hunk ./source/xapps/thunderbird/FrugalBuild 51 - 'bd40526b29b8c1b484808159aafd25f9cfc1c6cc' \ - '9d70fbcadfdff4d1825c8b8f49a3614c3d68f145') - + '560ede0734a2b708a3dd3cb622f82fe094376816' \ + 'b45c061686d73abb53e4ad43116660c0ce95b88c') + + hunk ./source/xapps/thunderbird/FrugalBuild 58 - export MOZ_THUNDERBIRD="1" + export MOZILLA_OFFICIAL=1 + export BUILD_OFFICIAL=1 + export MOZ_PROJECT=mail + export CFLAGS="$CFLAGS -fno-strict-aliasing" hunk ./source/xapps/thunderbird/FrugalBuild 68 - ac_cv_visibility_pragma=no Fmake --with-system-jpeg \ + ac_cv_visibility_pragma=no Fmake \ + --with-default-mozilla-five-home=/usr/lib/thunderbird \ + --with-distribution-id=Frugalware \ + --with-system-jpeg \ hunk ./source/xapps/thunderbird/FrugalBuild 75 - --disable-calendar \ - --enable-xft \ - --disable-pedantic \ - --disable-svg \ - --enable-mathml \ - --enable-xsl \ - --enable-crypto \ - --disable-xinerama \ - --disable-xprint \ + --with-system-nspr \ + --with-system-nss \ hunk ./source/xapps/thunderbird/FrugalBuild 78 - --with-default-mozilla-five-home=/usr/lib/thunderbird-$pkgver \ + --disable-xprint \ + --disable-xinerama \ + --disable-svg \ + --disable-pedantic \ + --disable-calendar \ hunk ./source/xapps/thunderbird/FrugalBuild 95 + --disable-toolkit-qt \ + --disable-toolkit-xlib \ + --disable-toolkit-gtk \ + --enable-optimize="$CFLAGS" \ + --enable-official-branding \ + --enable-xft \ + --enable-mathml \ + --enable-xsl \ + --enable-crypto \ hunk ./source/xapps/thunderbird/FrugalBuild 107 - --disable-toolkit-qt \ - --disable-toolkit-xlib \ hunk ./source/xapps/thunderbird/FrugalBuild 113 - --disable-toolkit-gtk \ hunk ./source/xapps/thunderbird/FrugalBuild 116 - --disable-official-branding - + --enable-pango \ + --enable-canvas \ + --enable-system-cairo + hunk ./source/xapps/thunderbird/FrugalBuild 122 - Fmkdir /usr/lib/$pkgname-$pkgver/chrome/lang - Fcp /usr/lib/$pkgname-$pkgver/chrome/installed-chrome.txt \ - /usr/lib/$pkgname-$pkgver/chrome/lang/installed-chrome.txt + ## kill this $pkgver stuff && symlink later on + Fmv /usr/lib/$pkgname-$pkgver /usr/lib/$pkgname + Fmv /usr/include/$pkgname-$pkgver /usr/include/$pkgname + Fmv /usr/share/idl/$pkgname-$pkgver /usr/share/idl/$pkgname + + ## lang stuff + Fmkdir /usr/lib/$pkgname/chrome/lang + Fcp /usr/lib/$pkgname/chrome/installed-chrome.txt \ + /usr/lib/$pkgname/chrome/lang/installed-chrome.txt hunk ./source/xapps/thunderbird/FrugalBuild 134 - /usr/lib/$pkgname-$pkgver/defaults/isp/rss.rdf + /usr/lib/$pkgname/defaults/isp/rss.rdf + Ffilerel mailnews/base/ispdata/movemail.rdf \ + /usr/lib/$pkgname/defaults/isp/movemail.rdf hunk ./source/xapps/thunderbird/FrugalBuild 139 - Fln $pkgname-$pkgver /usr/include/$pkgname - Fln $pkgname-$pkgver /usr/lib/$pkgname - Fln $pkgname-$pkgver /usr/share/idl/$pkgname - - Fmkdir /usr/include/$pkgname-$pkgver/nss - cp -Lf dist/private/nss/*.h dist/public/nss/*.h \ - $Fdestdir/usr/include/$pkgname-$pkgver/nss - chown -R root:root $Fdestdir/usr/include/$pkgname-$pkgver/nss + Fln $pkgname /usr/include/$pkgname-$pkgver + Fln $pkgname /usr/lib/$pkgname-$pkgver + Fln $pkgname /usr/share/idl/$pkgname-$pkgver hunk ./source/xapps/thunderbird/FrugalBuild 144 - sed "s/VERSION/$pkgver/" $Fsrcdir/$pkgname-rebuild-databases.pl.in > \ - $Fdestdir/usr/lib/$pkgname-$pkgver/$pkgname-rebuild-databases.pl - chmod 755 $Fdestdir/usr/lib/$pkgname-$pkgver/$pkgname-rebuild-databases.pl + Fexe /usr/lib/$pkgname/$pkgname-rebuild-databases.pl hunk ./source/xapps/thunderbird/FrugalBuild 147 - Fmv /usr/bin/$pkgname /usr/lib/$pkgname-$pkgver/ - sed "s/VERSION/$pkgver/" $Fsrcdir/$pkgname.sh.in > \ - $Fdestdir/usr/bin/$pkgname - chmod 755 $Fdestdir/usr/bin/$pkgname + Fmv /usr/bin/$pkgname /usr/lib/$pkgname/ + Fexe /usr/bin/$pkgname hunk ./source/xapps/thunderbird/FrugalBuild 152 - $Fdestdir/usr/lib/$pkgname-$pkgver/greprefs/all-frugalware.js - Fcp /usr/lib/$pkgname-$pkgver/greprefs/all-frugalware.js \ - /usr/lib/$pkgname-$pkgver/defaults/pref/all-frugalware.js + $Fdestdir/usr/lib/$pkgname/greprefs/all-frugalware.js + Fcp /usr/lib/$pkgname/greprefs/all-frugalware.js \ + /usr/lib/$pkgname/defaults/pref/all-frugalware.js hunk ./source/xapps/thunderbird/FrugalBuild 170 -# vim: ft=sh - -# optimalization OK - addfile ./source/xapps/thunderbird/thunderbird hunk ./source/xapps/thunderbird/thunderbird 1 +#!/bin/sh +# +# Startup script for the fedora.us Thunderbird RPM +# (based on the Mozilla RPM launch script) +# + +MOZILLA_FIVE_HOME=/usr/lib/thunderbird +MRE_HOME=/usr/lib/thunderbird +export MOZILLA_FIVE_HOME MRE_HOME + +MOZ_PROGRAM=$MRE_HOME/thunderbird +#MOZ_CLIENT_PROGRAM="$MRE_HOME/mozilla-xremote-client -a thunderbird" +MOZ_CLIENT_PROGRAM="$MRE_HOME/thunderbird -remote" + +function check_running() { + $MOZ_CLIENT_PROGRAM 'ping()' 2>/dev/null >/dev/null + RETURN_VAL=$? + if [ "$RETURN_VAL" -eq "2" ]; then + echo 0 + return 0 + else + echo 1 + return 1 + fi +} + +function rm_shit() { + find $HOME/.thunderbird -name XUL.mfasl 2>/dev/null | xargs rm -f +} + +# currently unused +MOZARGS="" + +ALREADY_RUNNING=`check_running` + +# If no command-line arguments given... +if [ -z "$1" ]; then + if [ "${ALREADY_RUNNING}" -eq "1" ]; then + exec $MOZ_CLIENT_PROGRAM "xfeDoCommand(openInbox)" >/dev/null 2>&1 + else + rm_shit + exec $MOZ_PROGRAM $MOZARGS >/dev/null 2>&1 + fi +fi + +for arg in $@ ; do + case "$1" in + -remote) + shift + exec $MOZ_PROGRAM -remote "$@" + ;; + + -mail) + shift + if [ "${ALREADY_RUNNING}" -eq "1" ]; then + # remove 'mailto:' prefix + ARGS="`echo $@ | sed 's/^mailto://'`" + exec $MOZ_CLIENT_PROGRAM "mailto($ARGS)" + else + rm_shit + exec $MOZ_PROGRAM $MOZARGS -mail "$@" + fi + ;; + + -compose) + shift + if [ "${ALREADY_RUNNING}" -eq "1" ]; then + # remove 'mailto:' prefix + ARGS="`echo $@ | sed 's/^mailto://'`" + exec $MOZ_CLIENT_PROGRAM "mailto($ARGS)" + else + rm_shit + exec $MOZ_PROGRAM $MOZARGS -compose "$@" + fi + ;; + + *) + # for now, pass it on and hope for the best + exec $MOZ_PROGRAM $MOZARGS "$@" + ;; + esac + shift +done addfile ./source/xapps/thunderbird/thunderbird-rebuild-databases.pl hunk ./source/xapps/thunderbird/thunderbird-rebuild-databases.pl 1 +#!/usr/bin/perl + +use File::Path; +use File::Copy; +use File::Glob ":glob"; +use POSIX ":sys_wait_h"; + +$timeout = 60; + +$ENV{HOME}="/root" if !defined $ENV{HOME}; +$ENV{TMP}="/tmp"; +$ENV{MOZILLA_FIVE_HOME}="/usr/lib/thunderbird"; +$ENV{LD_LIBRARY_PATH}="/usr/lib/thunderbird"; +$ENV{MOZ_DISABLE_GNOME}="1"; + +umask 022; + +if ( -f "/usr/lib/thunderbird/regxpcom" ) +{ + # remove all of the old files + rmtree("/usr/lib/thunderbird/chrome/overlayinfo"); + unlink ; + unlink("/usr/lib/thunderbird/component.reg"); + unlink("/usr/lib/thunderbird/components/compreg.dat"); + unlink("/usr/lib/thunderbird/components/xpti.dat"); + + # create a new clean path + mkpath("/usr/lib/thunderbird/chrome/overlayinfo"); + + # rebuild the installed-chrome.txt file from the installed + # languages + if ( -f "/usr/lib/thunderbird/chrome/lang/installed-chrome.txt" ) { + rebuild_lang_files(); + } + + # run regxpcom + $pid = fork(); + + # I am the child. + if ($pid == 0) { + exec("/usr/lib/thunderbird/regxpcom > /dev/null 2> /dev/null"); + } + # I am the parent. + else { + my $timepassed = 0; + do { + $kid = waitpid($pid, &WNOHANG); + sleep(1); + $timepassed++; + } until $kid == -1 || $timepassed > $timeout; + + # should we kill? + if ($timepassed > $timeout) { + kill (9, $pid); + # kill -9 can leave threads hanging around + system("/usr/bin/killall -9 regxpcom"); + } + } + + # and run regchrome for good measure + $pid = fork(); + + # I am the child. + if ($pid == 0) { + exec("/usr/lib/thunderbird/regchrome > /dev/null 2> /dev/null"); + } + # I am the parent. + else { + my $timepassed = 0; + do { + $kid = waitpid($pid, &WNOHANG); + sleep(1); + $timepassed++; + } until $kid == -1 || $timepassed > $timeout; + + # should we kill? + if ($timepassed > $timeout) { + kill (9, $pid); + # kill -9 can leave threads hanging around + system("/usr/bin/killall -9 regchrome"); + } + } + +} + + +sub rebuild_lang_files { + unlink("/usr/lib/thunderbird/chrome/installed-chrome.txt"); + + open (OUTPUT, "+>", "/usr/lib/thunderbird/chrome/installed-chrome.txt")|| + die("Failed to open installed-chrome.txt: $!\n"); + + copy("/usr/lib/thunderbird/chrome/lang/installed-chrome.txt", + \*OUTPUT); + + foreach (bsd_glob("/usr/lib/thunderbird/chrome/lang/lang-*.txt")) { + copy($_, \*OUTPUT); + } + + copy("/usr/lib/thunderbird/chrome/lang/default.txt", + \*OUTPUT); +} hunk ./source/xapps/thunderbird/thunderbird-rebuild-databases.pl.in 1 -#!/usr/bin/perl - -use File::Path; -use File::Copy; -use File::Glob ":glob"; -use POSIX ":sys_wait_h"; - -$timeout = 60; - -$ENV{HOME}="/root" if !defined $ENV{HOME}; -$ENV{TMP}="/tmp"; -$ENV{MOZILLA_FIVE_HOME}="/usr/lib/thunderbird-VERSION"; -$ENV{LD_LIBRARY_PATH}="/usr/lib/thunderbird-VERSION"; -$ENV{MOZ_DISABLE_GNOME}="1"; - -umask 022; - -if ( -f "/usr/lib/thunderbird-VERSION/regxpcom" ) -{ - # remove all of the old files - rmtree("/usr/lib/thunderbird-VERSION/chrome/overlayinfo"); - unlink ; - unlink("/usr/lib/thunderbird-VERSION/component.reg"); - unlink("/usr/lib/thunderbird-VERSION/components/compreg.dat"); - unlink("/usr/lib/thunderbird-VERSION/components/xpti.dat"); - - # create a new clean path - mkpath("/usr/lib/thunderbird-VERSION/chrome/overlayinfo"); - - # rebuild the installed-chrome.txt file from the installed - # languages - if ( -f "/usr/lib/thunderbird-VERSION/chrome/lang/installed-chrome.txt" ) { - rebuild_lang_files(); - } - - # run regxpcom - $pid = fork(); - - # I am the child. - if ($pid == 0) { - exec("/usr/lib/thunderbird-VERSION/regxpcom > /dev/null 2> /dev/null"); - } - # I am the parent. - else { - my $timepassed = 0; - do { - $kid = waitpid($pid, &WNOHANG); - sleep(1); - $timepassed++; - } until $kid == -1 || $timepassed > $timeout; - - # should we kill? - if ($timepassed > $timeout) { - kill (9, $pid); - # kill -9 can leave threads hanging around - system("/usr/bin/killall -9 regxpcom"); - } - } - - # and run regchrome for good measure - $pid = fork(); - - # I am the child. - if ($pid == 0) { - exec("/usr/lib/thunderbird-VERSION/regchrome > /dev/null 2> /dev/null"); - } - # I am the parent. - else { - my $timepassed = 0; - do { - $kid = waitpid($pid, &WNOHANG); - sleep(1); - $timepassed++; - } until $kid == -1 || $timepassed > $timeout; - - # should we kill? - if ($timepassed > $timeout) { - kill (9, $pid); - # kill -9 can leave threads hanging around - system("/usr/bin/killall -9 regchrome"); - } - } - -} - - -sub rebuild_lang_files { - unlink("/usr/lib/thunderbird-VERSION/chrome/installed-chrome.txt"); - - open (OUTPUT, "+>", "/usr/lib/thunderbird-VERSION/chrome/installed-chrome.txt")|| - die("Failed to open installed-chrome.txt: $!\n"); - - copy("/usr/lib/thunderbird-VERSION/chrome/lang/installed-chrome.txt", - \*OUTPUT); - - foreach (bsd_glob("/usr/lib/thunderbird-VERSION/chrome/lang/lang-*.txt")) { - copy($_, \*OUTPUT); - } - - copy("/usr/lib/thunderbird-VERSION/chrome/lang/default.txt", - \*OUTPUT); -} rmfile ./source/xapps/thunderbird/thunderbird-rebuild-databases.pl.in hunk ./source/xapps/thunderbird/thunderbird.sh.in 1 -#!/bin/sh -# -# Startup script for the fedora.us Thunderbird RPM -# (based on the Mozilla RPM launch script) -# - -MOZILLA_FIVE_HOME=/usr/lib/thunderbird-VERSION -MRE_HOME=/usr/lib/thunderbird-VERSION -export MOZILLA_FIVE_HOME MRE_HOME - -MOZ_PROGRAM=$MRE_HOME/thunderbird -#MOZ_CLIENT_PROGRAM="$MRE_HOME/mozilla-xremote-client -a thunderbird" -MOZ_CLIENT_PROGRAM="$MRE_HOME/thunderbird -remote" - -function check_running() { - $MOZ_CLIENT_PROGRAM 'ping()' 2>/dev/null >/dev/null - RETURN_VAL=$? - if [ "$RETURN_VAL" -eq "2" ]; then - echo 0 - return 0 - else - echo 1 - return 1 - fi -} - -function rm_shit() { - find $HOME/.thunderbird -name XUL.mfasl 2>/dev/null | xargs rm -f -} - -# currently unused -MOZARGS="" - -ALREADY_RUNNING=`check_running` - -# If no command-line arguments given... -if [ -z "$1" ]; then - if [ "${ALREADY_RUNNING}" -eq "1" ]; then - exec $MOZ_CLIENT_PROGRAM "xfeDoCommand(openInbox)" >/dev/null 2>&1 - else - rm_shit - exec $MOZ_PROGRAM $MOZARGS >/dev/null 2>&1 - fi -fi - -for arg in $@ ; do - case "$1" in - -remote) - shift - exec $MOZ_PROGRAM -remote "$@" - ;; - - -mail) - shift - if [ "${ALREADY_RUNNING}" -eq "1" ]; then - # remove 'mailto:' prefix - ARGS="`echo $@ | sed 's/^mailto://'`" - exec $MOZ_CLIENT_PROGRAM "mailto($ARGS)" - else - rm_shit - exec $MOZ_PROGRAM $MOZARGS -mail "$@" - fi - ;; - - -compose) - shift - if [ "${ALREADY_RUNNING}" -eq "1" ]; then - # remove 'mailto:' prefix - ARGS="`echo $@ | sed 's/^mailto://'`" - exec $MOZ_CLIENT_PROGRAM "mailto($ARGS)" - else - rm_shit - exec $MOZ_PROGRAM $MOZARGS -compose "$@" - fi - ;; - - *) - # for now, pass it on and hope for the best - exec $MOZ_PROGRAM $MOZARGS "$@" - ;; - esac - shift -done rmfile ./source/xapps/thunderbird/thunderbird.sh.in } From crazy at frugalware.org Tue Aug 1 20:06:51 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 20:06:55 2006 Subject: [Frugalware-darcs] frugalware-current: perl-poe-filter-ircd-1.8-1-i686 Message-ID: <20060801180652.30C0CFB4037@genesis.frugalware.org> [perl-poe-filter-ircd-1.8-1-i686 crazy **20060801180355 * Version bump * moved back to devel-extra ] { move ./source/devel/perl-poe-filter-ircd ./source/devel-extra/perl-poe-filter-ircd hunk ./source/devel-extra/perl-poe-filter-ircd/FrugalBuild 1 -# Last Modified: Sun, 21 May 2006 23:34:02 +0200 +# Last Modified: Tue, 01 Aug 2006 19:48:01 +0200 hunk ./source/devel-extra/perl-poe-filter-ircd/FrugalBuild 7 -pkgver=1.7 +pkgver=1.8 hunk ./source/devel-extra/perl-poe-filter-ircd/FrugalBuild 13 -sha1sums=('b6c073512c39782687261decb363df335f90635b') +sha1sums=('da868fcaa7ac69965cd87dea82b94b3a166e8b80') } From crazy at frugalware.org Tue Aug 1 20:31:56 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 20:31:58 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-i18n.sh Message-ID: <20060801183156.F194F2E0095@genesis.frugalware.org> [thunderbird-i18n.sh crazy **20060801182821 * some changes ] { hunk ./source/include/thunderbird-i18n.sh 9 -up2date="1.5.0.2" - +up2date="1.5.0.5" +url="http://www.mozilla.org/projects/l10n/mlp.html" hunk ./source/include/thunderbird-i18n.sh 13 +depends=('thunderbird>=1.5.0.5') +makedepends=('unzip') +groups=('locale-extra') +archs=('i686' 'x86_64') } From vmiklos at frugalware.org Tue Aug 1 20:36:38 2006 From: vmiklos at frugalware.org (VMiklos) Date: Tue Aug 1 20:36:41 2006 Subject: [Frugalware-darcs] frugalware-current: udev-096-1-i686 Message-ID: <20060801183638.C9F312E0095@genesis.frugalware.org> [udev-096-1-i686 VMiklos **20060801183359 added a comment about testing one specific device ] { hunk ./source/base/udev/FrugalBuild 26 +# to test a specific device, use for example udevtest `udevinfo -q path -n hdc` } From crazy at frugalware.org Tue Aug 1 20:41:18 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 20:41:20 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-ca-1.5.0.5-1-i686 Message-ID: <20060801184118.B1EAB2E0095@genesis.frugalware.org> [thunderbird-ca-1.5.0.5-1-i686 crazy **20060801183837 * Version bump * new m8r * removed stuff is now in thunderbird-i18n.sh ] { hunk ./source/locale-extra/thunderbird-ca/FrugalBuild 1 -# Last modified: Sun, 14 May 2006 19:44:56 +0200 +# Last modified: Tue, 01 Aug 2006 20:37:11 +0200 hunk ./source/locale-extra/thunderbird-ca/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-ca/FrugalBuild 9 -pkgver=1.5.0.2 -pkgrel=2 +pkgver=1.5.0.5 +pkgrel=1 hunk ./source/locale-extra/thunderbird-ca/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-ca/FrugalBuild 13 -sha1sums=('399a4eac25a5cc336b89f916fb51bf426839eaa1') +sha1sums=('96d7e54b284e3e099d26510b8b42be8dabf5b426') } From alex.extreme2 at gmail.com Tue Aug 1 20:46:11 2006 From: alex.extreme2 at gmail.com (AlexExtreme) Date: Tue Aug 1 20:46:13 2006 Subject: [Frugalware-darcs] frugalware-current: gnome-power-manager-2.15.90-1-x86_64 Message-ID: <20060801184611.7A7342E0095@genesis.frugalware.org> [gnome-power-manager-2.15.90-1-x86_64 AlexExtreme **20060801184542 * New package ] { adddir ./source/gnome/gnome-power-manager addfile ./source/gnome/gnome-power-manager/FrugalBuild hunk ./source/gnome/gnome-power-manager/FrugalBuild 1 +# Last modified: Tue, 01 Aug 2006 19:43:34 +0100 +# Compiling time: 0.38 SBU +# Maintainer: AlexExtreme + +pkgname=gnome-power-manager +pkgver=2.15.90 +pkgrel=1 +pkgdesc="GNOME Power Management tool" +url="http://www.gnome.org/" +depends=('libnotify' 'hal' 'xextproto' 'libgnomeui' 'libgnome' 'libglade' 'libwnck') +makedepends=('intltool' 'gnome-doc-utils') +groups=('gnome') +archs=('x86_64') +_F_gnome_schemas=('/etc/gconf/schemas/gnome-power-manager.schemas') +_F_gnome_scrollkeeper=y +_F_gnome_desktop=y +Finclude gnome gnome-scriptlet +source=(${source[@]} $pkgname-$pkgver-disable_hibernate.patch) +sha1sums=('50cedcb55203123c4c3efd359e454ab9de58647b' \ + '30667680a326889bf25d754945140d4faa6710d2') + +# optimization OK addfile ./source/gnome/gnome-power-manager/gnome-power-manager-2.15.90-disable_hibernate.patch hunk ./source/gnome/gnome-power-manager/gnome-power-manager-2.15.90-disable_hibernate.patch 1 +diff -urN gnome-power-manager-2.15.90.orig/data/gnome-power-manager.schemas.in gnome-power-manager-2.15.90/data/gnome-power-manager.schemas.in +--- gnome-power-manager-2.15.90.orig/data/gnome-power-manager.schemas.in 2006-07-08 10:25:14.000000000 +0100 ++++ gnome-power-manager-2.15.90/data/gnome-power-manager.schemas.in 2006-07-28 11:05:36.000000000 +0100 +@@ -185,7 +185,7 @@ + /apps/gnome-power-manager/can_hibernate + gnome-power-manager + bool +- true ++ false + + Hibernate enabled + If the user is authorized to hibernate the computer. } From krics at linuxforum.hu Tue Aug 1 20:48:51 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 20:49:05 2006 Subject: [Frugalware-darcs] frugalware-current: vte-0.13.5-1-x86_64 Message-ID: <20060801184851.A25112E0095@genesis.frugalware.org> [vte-0.13.5-1-x86_64 Christian Hamar alias krix **20060801184819 * Version bump ] { hunk ./source/gnome/vte/FrugalBuild 1 -# Last modified: Tue, 25 Jul 2006 22:58:07 +0200 +# Last modified: Tue, 01 Aug 2006 20:45:02 +0200 hunk ./source/gnome/vte/FrugalBuild 6 -pkgver=0.13.4 +pkgver=0.13.5 hunk ./source/gnome/vte/FrugalBuild 17 -sha1sums=('a38f7246e7e29b538129d3372bdcdadf5e495058') +sha1sums=('fed3a28b1c24f3f65595810acfa6d6308ec291d5') } From krics at linuxforum.hu Tue Aug 1 21:06:26 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 21:06:28 2006 Subject: [Frugalware-darcs] frugalware-current: gnome-terminal-2.15.4-1-x86_64 Message-ID: <20060801190626.A536B2E0095@genesis.frugalware.org> [gnome-terminal-2.15.4-1-x86_64 Christian Hamar alias krix **20060801190515 * Version bump ] { hunk ./source/gnome/gnome-terminal/FrugalBuild 1 -# Last modified: Wed, 26 Jul 2006 14:46:25 +0200 +# Last modified: Tue, 01 Aug 2006 21:00:58 +0200 hunk ./source/gnome/gnome-terminal/FrugalBuild 6 -pkgver=2.15.3 +pkgver=2.15.4 hunk ./source/gnome/gnome-terminal/FrugalBuild 10 -depends=('libgnomeui' 'startup-notification' 'vte>=0.13.4' 'scrollkeeper' 'libbonobo') +depends=('libgnomeui' 'startup-notification' 'vte>=0.13.5' 'scrollkeeper' 'libbonobo') hunk ./source/gnome/gnome-terminal/FrugalBuild 20 -sha1sums=('c3dd30e1d84b4f6524179e028324614fd475c348' \ +sha1sums=('515a8095eb4950d91c46d085127d17a7caa25f37' \ } From alex.extreme2 at gmail.com Tue Aug 1 21:09:58 2006 From: alex.extreme2 at gmail.com (AlexExtreme) Date: Tue Aug 1 21:10:01 2006 Subject: [Frugalware-darcs] frugalware-current: gdm-2.15.8-1-x86_64 Message-ID: <20060801190959.B82B82E0095@genesis.frugalware.org> [gdm-2.15.8-1-x86_64 AlexExtreme **20060801190927 * Version bump * Look at the funky new GDM theme! ] { hunk ./source/gnome/gdm/FrugalBuild 1 -# Last modified: Wed, 26 Jul 2006 17:49:28 +0200 +# Last modified: Tue, 01 Aug 2006 20:08:10 +0100 hunk ./source/gnome/gdm/FrugalBuild 6 -pkgver=2.15.7 +pkgver=2.15.8 hunk ./source/gnome/gdm/FrugalBuild 10 -backup=(etc/gdm/{gdm,custom}.conf) +backup=(etc/gdm/custom.conf) hunk ./source/gnome/gdm/FrugalBuild 19 - http://ftp.frugalware.org/pub/other/artwork/gdm-theme/GDM-Frugalware-0.4.tar.bz2) -sha1sums=('7271daa6c4e3d87c0a563fa877328d12e719f4fa' \ + http://ftp.frugalware.org/pub/other/artwork/gdm-theme/GDM-Frugalware-0.5.tar.bz2) +sha1sums=('a03451bb396ba452bd500a5783c1c4320587e169' \ hunk ./source/gnome/gdm/FrugalBuild 23 - '172a0a63f0637fd85851466e4b2344bf8f12dca2') + 'a1d7b2f6c15025e81e449502a4f274c35fa7b230') } From alex.extreme2 at gmail.com Tue Aug 1 21:33:19 2006 From: alex.extreme2 at gmail.com (AlexExtreme) Date: Tue Aug 1 21:33:21 2006 Subject: [Frugalware-darcs] frugalware-current: rhythmbox-0.9.5-2-x86_64 Message-ID: <20060801193319.B61B92E0095@genesis.frugalware.org> [rhythmbox-0.9.5-2-x86_64 AlexExtreme **20060801192927 * Rebuild for new Gnome ] { hunk ./source/gnome-extra/rhythmbox/FrugalBuild 1 -# Last modified: Mon, 10 Jul 2006 16:21:24 +0200 +# Last modified: Tue, 01 Aug 2006 20:27:47 +0100 hunk ./source/gnome-extra/rhythmbox/FrugalBuild 7 -pkgrel=1 +pkgrel=2 } From crazy at frugalware.org Tue Aug 1 21:33:30 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 21:33:32 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-cs-1.5.0.5-1-i686 Message-ID: <20060801193330.4509B2E0095@genesis.frugalware.org> [thunderbird-cs-1.5.0.5-1-i686 crazy **20060801193017 * Version bump ] { hunk ./source/locale-extra/thunderbird-cs/FrugalBuild 1 -# Last modified: Sun, 14 May 2006 19:51:47 +0200 +# Last modified: Tue, 01 Aug 2006 20:51:35 +0200 hunk ./source/locale-extra/thunderbird-cs/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-cs/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-cs/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-cs/FrugalBuild 13 -sha1sums=('8deccbd9a9bcca22ada01941dbc25936a0e7dfe0') +sha1sums=('48b06b16d4755464d15fe240f3c786cf8fc98f29') } From krics at linuxforum.hu Tue Aug 1 21:36:02 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 21:36:06 2006 Subject: [Frugalware-darcs] frugalware-current: bluez-libs-3.2-1-x86_64 Message-ID: <20060801193602.7952E2E00A9@genesis.frugalware.org> [bluez-libs-3.2-1-x86_64 Christian Hamar alias krix **20060801193500 * Version bump * Fixed SBU ] { hunk ./source/lib/bluez-libs/FrugalBuild 1 -# Last Modified: Wed, 21 Jun 2006 19:22:53 +0200 -# Compiling Time: 0.08 SBU +# Last Modified: Tue, 01 Aug 2006 21:33:07 +0200 +# Compiling Time: 0.42 SBU hunk ./source/lib/bluez-libs/FrugalBuild 6 -pkgver=3.1 +pkgver=3.2 hunk ./source/lib/bluez-libs/FrugalBuild 15 -sha1sums=('b9abc9a921c4ae308424ad99777e01acdaf93d2d') +sha1sums=('1ab55aa2f380f50a016d33a2f034634834dcdab8') } From crazy at frugalware.org Tue Aug 1 21:48:49 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 21:48:51 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-de-1.5.0.5-1-i686 Message-ID: <20060801194849.2633E2E0095@genesis.frugalware.org> [thunderbird-de-1.5.0.5-1-i686 crazy **20060801194550 * Version bump ] { hunk ./source/locale-extra/thunderbird-de/FrugalBuild 1 -# Last modified: Sun, 14 May 2006 20:06:17 +0200 +# Last modified: Tue, 01 Aug 2006 21:43:47 +0200 hunk ./source/locale-extra/thunderbird-de/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-de/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-de/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') } From krics at linuxforum.hu Tue Aug 1 21:49:13 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 21:49:17 2006 Subject: [Frugalware-darcs] frugalware-current: bluez-utils-3.2-1-x86_64 Message-ID: <20060801194913.1F2E02E0095@genesis.frugalware.org> [bluez-utils-3.2-1-x86_64 Christian Hamar alias krix **20060801194840 * Version bump * Fixed SBU * Added openobex to depends ] { hunk ./source/apps-extra/bluez-utils/FrugalBuild 1 -# Last Modified: Wed, 21 Jun 2006 19:31:16 +0200 -# Compiling Time: ~0.28 SBU +# Last Modified: Tue, 01 Aug 2006 21:47:53 +0200 +# Compiling Time: 0.56 SBU hunk ./source/apps-extra/bluez-utils/FrugalBuild 6 -pkgver=3.1 +pkgver=3.2 hunk ./source/apps-extra/bluez-utils/FrugalBuild 10 -depends=('dbus' 'bluez-libs=3.1' 'libusb') +depends=('dbus' 'bluez-libs=3.2' 'libusb' 'openobex') hunk ./source/apps-extra/bluez-utils/FrugalBuild 17 -sha1sums=('9cfe32ddf1817661f7e3c1b77cda7366217e56ba' \ +sha1sums=('a2fb018724d70cd9e1a77e76a38101b80ac2e71a' \ } From alex.extreme2 at gmail.com Tue Aug 1 21:53:38 2006 From: alex.extreme2 at gmail.com (AlexExtreme) Date: Tue Aug 1 21:53:40 2006 Subject: [Frugalware-darcs] frugalware-current: mail-notification-3.0-1-x86_64 Message-ID: <20060801195338.1D8692E0095@genesis.frugalware.org> [mail-notification-3.0-1-x86_64 AlexExtreme **20060801195156 * New package from TranzeManiaC ] { adddir ./source/gnome-extra/mail-notification addfile ./source/gnome-extra/mail-notification/FrugalBuild hunk ./source/gnome-extra/mail-notification/FrugalBuild 1 +# Last Modified: Thu, 01 Aug 2006 20:51:25 +0100 +# Compiling Time: 0.32 SBU +# Maintainer: AlexExtreme +# Contributor: TranzeManiaC + +pkgname=mail-notification +pkgver=3.0 +pkgrel=1 +pkgdesc="Mail Notification monitors your mailboxes for new mail." +url="http://www.nongnu.org/mailnotify/" +depends=('gmime' 'eel') +up2date="lynx -dump http://download.savannah.gnu.org/releases/mailnotify | grep $pkgname | Flasttar" +makedepends=('intltool') +archs=('i686' 'x86_64') +groups=('gnome-extra') +source=(http://savannah.nongnu.org/download/mailnotify/mail-notification-3.0.tar.gz) +sha1sums=('efa84676134338d379df511a53044082ae296c6e') + +# optimization OK } From crazy at frugalware.org Tue Aug 1 21:55:41 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 21:55:42 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-el-1.5.0.5-1-i686 Message-ID: <20060801195541.12E612E0095@genesis.frugalware.org> [thunderbird-el-1.5.0.5-1-i686 crazy **20060801195310 * Version bump ] { hunk ./source/locale-extra/thunderbird-el/FrugalBuild 1 -# Last modified: Sun, 14 May 2006 20:15:47 +0200 +# Last modified: Tue, 01 Aug 2006 21:48:15 +0200 hunk ./source/locale-extra/thunderbird-el/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-el/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-el/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-el/FrugalBuild 13 -sha1sums=('14bc69428216c6168a0ed55990e2debf7af7770c') +sha1sums=('2bc1fd693c3fc7872006112654c60a8980a7fe27') } From krics at linuxforum.hu Tue Aug 1 22:02:26 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 22:02:41 2006 Subject: [Frugalware-darcs] frugalware-current: xf86-video-i810-1.6.1-1-x86_64 Message-ID: <20060801200226.852AE2E0095@genesis.frugalware.org> [xf86-video-i810-1.6.1-1-x86_64 Christian Hamar alias krix **20060801200141 * Version bump ] { hunk ./source/x11/xf86-video-i810/FrugalBuild 1 -# Last Modified: Tue, 23 May 2006 20:55:36 +0200 -# Compiling Time: 0.14 SBU +# Last Modified: Tue, 01 Aug 2006 22:00:20 +0200 +# Compiling Time: 0.24 SBU hunk ./source/x11/xf86-video-i810/FrugalBuild 6 -pkgver=1.6.0 +pkgver=1.6.1 hunk ./source/x11/xf86-video-i810/FrugalBuild 15 -sha1sums=('e2b4928e8bf0bf23a61b69613798dabae07e6df4') +sha1sums=('fbfb49a6207c7ade29374df4d846e70988983e8f') } From crazy at frugalware.org Tue Aug 1 22:03:53 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 22:03:55 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-es-1.5.0.5-1-i686 Message-ID: <20060801200353.2CEC22E0095@genesis.frugalware.org> [thunderbird-es-1.5.0.5-1-i686 crazy **20060801200114 * Version bump ] { hunk ./source/locale-extra/thunderbird-es/FrugalBuild 1 -# Last modified: Mon, 15 May 2006 12:01:22 +0200 +# Last modified: Tue, 01 Aug 2006 21:58:39 +0200 hunk ./source/locale-extra/thunderbird-es/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-es/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-es/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-es/FrugalBuild 13 -sha1sums=('7d865b2b139f35737ed1c925e20722b8d43b1df9') +sha1sums=('0349d8a6d01169c35795958fa1e89e772a8aa788') } From crazy at frugalware.org Tue Aug 1 22:11:46 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 22:11:49 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-fi-1.5.0.5-1-i686 Message-ID: <20060801201146.D98B02E0095@genesis.frugalware.org> [thunderbird-fi-1.5.0.5-1-i686 crazy **20060801200914 * Version bump ] { hunk ./source/locale-extra/thunderbird-fi/FrugalBuild 1 -# Last modified: Mon, 15 May 2006 12:11:23 +0200 +# Last modified: Tue, 01 Aug 2006 22:08:21 +0200 hunk ./source/locale-extra/thunderbird-fi/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-fi/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-fi/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-fi/FrugalBuild 13 -sha1sums=('db1e37b023003ad64335b2ad108997470248abff') +sha1sums=('7ad0bfd79a0996699146e2950f57e15f66e739b9') } From crazy at frugalware.org Tue Aug 1 22:16:17 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 22:16:19 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-fr-1.5.0.5-1-i686 Message-ID: <20060801201617.4F0D12E0095@genesis.frugalware.org> [thunderbird-fr-1.5.0.5-1-i686 crazy **20060801201344 * Version bump ] { hunk ./source/locale-extra/thunderbird-fr/FrugalBuild 1 -# Last modified: Mon, 15 May 2006 12:18:32 +0200 +# Last modified: Tue, 01 Aug 2006 22:13:01 +0200 hunk ./source/locale-extra/thunderbird-fr/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-fr/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-fr/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-fr/FrugalBuild 13 -sha1sums=('f67f4c409163773caa2ab0ab535eb2d0a574793d') +sha1sums=('3c23f300659f94fdfa094fcfad061da91f2cc1ca') } From crazy at frugalware.org Tue Aug 1 22:21:02 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 22:21:04 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-hu-1.5.0.5-1-i686 Message-ID: <20060801202102.85C032E0095@genesis.frugalware.org> [thunderbird-hu-1.5.0.5-1-i686 crazy **20060801201830 * Version bump ] { hunk ./source/locale-extra/thunderbird-hu/FrugalBuild 1 -# Last modified: Mon, 15 May 2006 12:25:26 +0200 +# Last modified: Tue, 01 Aug 2006 22:18:03 +0200 hunk ./source/locale-extra/thunderbird-hu/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-hu/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-hu/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-hu/FrugalBuild 13 -sha1sums=('fd7119613230a6ef0690f88d32b972aed83ea587') +sha1sums=('91e2a7fd42c57f1a642fdbb8f4ca6e7a88d64f2f') } From crazy at frugalware.org Tue Aug 1 22:27:21 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 22:27:24 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-it-1.5.0.5-1-i686 Message-ID: <20060801202721.C59832E0095@genesis.frugalware.org> [thunderbird-it-1.5.0.5-1-i686 crazy **20060801202452 * Version bump ] { hunk ./source/locale-extra/thunderbird-it/FrugalBuild 1 -# Last modified: Fri, 28 Apr 2006 10:50:36 +0200 +# Last modified: Tue, 01 Aug 2006 22:22:00 +0200 hunk ./source/locale-extra/thunderbird-it/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-it/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-it/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-it/FrugalBuild 13 -sha1sums=('3ffaf8e7dc934dbf093292cf1fc5420744f7968d') +sha1sums=('4a6bd674b4558d73af2534695efaf07c2c8a92ad') } From krics at linuxforum.hu Tue Aug 1 22:36:28 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Tue Aug 1 22:36:32 2006 Subject: [Frugalware-darcs] frugalware-current: control-center-2.15.90-1-x86_64 Message-ID: <20060801203628.470422E0095@genesis.frugalware.org> [control-center-2.15.90-1-x86_64 Christian Hamar alias krix **20060801203451 * Added gst-plugins-base-alsa and -gnomevfs as rodepends() * Fixes #996 ] { hunk ./source/gnome/control-center/FrugalBuild 1 -# Last modified: Wed, 26 Jul 2006 00:41:29 +0200 +# Last modified: Tue, 01 Aug 2006 22:31:21 +0200 hunk ./source/gnome/control-center/FrugalBuild 14 +rodepends=('gst-plugins-base-alsa' 'gst-plugins-base-gnomevfs') } From crazy at frugalware.org Tue Aug 1 22:56:44 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 22:56:46 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-ja-1.5.0.5-1-i686 Message-ID: <20060801205644.6CCBE2E0095@genesis.frugalware.org> [thunderbird-ja-1.5.0.5-1-i686 crazy **20060801205257 * Version bump ] { hunk ./source/locale-extra/thunderbird-ja/FrugalBuild 1 -# Last modified: Fri, 28 Apr 2006 11:32:19 +0200 +# Last modified: Tue, 01 Aug 2006 22:36:58 +0200 hunk ./source/locale-extra/thunderbird-ja/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-ja/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-ja/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-ja/FrugalBuild 13 -sha1sums=('a71385ca4bbd3e4a6c49cb147e634fb0ca39f31a') +sha1sums=('f7a81949167167825da96c3d0a930708f3fddbd9') } From crazy at frugalware.org Tue Aug 1 22:59:02 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 22:59:04 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-ko-1.5.0.5-1-i686 Message-ID: <20060801205902.2CE2A2E0095@genesis.frugalware.org> [thunderbird-ko-1.5.0.5-1-i686 crazy **20060801205637 * Version bump ] { hunk ./source/locale-extra/thunderbird-ko/FrugalBuild 1 -# Last modified: Fri, 28 Apr 2006 11:48:10 +0200 +# Last modified: Tue, 01 Aug 2006 22:55:02 +0200 hunk ./source/locale-extra/thunderbird-ko/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-ko/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-ko/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-ko/FrugalBuild 13 -sha1sums=('00e106b509b8ae177de705b9d4397f3d4c6ad8eb') +sha1sums=('89943d37147372cd7e230914ddb98f554f61e356') } From crazy at frugalware.org Tue Aug 1 23:05:45 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 23:05:49 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-nb-1.5.0.5-1-i686 Message-ID: <20060801210546.434E62E0095@genesis.frugalware.org> [thunderbird-nb-1.5.0.5-1-i686 crazy **20060801210234 * Version bump ] { hunk ./source/locale-extra/thunderbird-nb/FrugalBuild 1 -# Last modified: Fri, 28 Apr 2006 11:59:04 +0200 +# Last modified: Tue, 01 Aug 2006 23:01:55 +0200 hunk ./source/locale-extra/thunderbird-nb/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-nb/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-nb/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-nb/FrugalBuild 13 -sha1sums=('a8e2a137992d62e7d1239cf50c9024a1fdc9fa4a') +sha1sums=('3de6f4641cc91a89e1f9925593aba81aa41fa128') } From crazy at frugalware.org Tue Aug 1 23:08:44 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 23:08:47 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-nl-1.5.0.5-1-i686 Message-ID: <20060801210844.AF1712E0095@genesis.frugalware.org> [thunderbird-nl-1.5.0.5-1-i686 crazy **20060801210520 * Version bump ] { hunk ./source/locale-extra/thunderbird-nl/FrugalBuild 1 -# Last modified: Fri, 28 Apr 2006 12:05:53 +0200 +# Last modified: Tue, 01 Aug 2006 23:04:17 +0200 hunk ./source/locale-extra/thunderbird-nl/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-nl/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-nl/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-nl/FrugalBuild 13 -sha1sums=('f82e16e5b900afa077e0a7c2e9e7f116a28f99c1') +sha1sums=('a2ee216a5d321868c3de8587332336102bba1851') } From crazy at frugalware.org Tue Aug 1 23:11:22 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 23:11:26 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-pa-1.5.0.5-1-i686 Message-ID: <20060801211122.E97402E0099@genesis.frugalware.org> [thunderbird-pa-1.5.0.5-1-i686 crazy **20060801210848 * Version bump ] { hunk ./source/locale-extra/thunderbird-pa/FrugalBuild 1 -# Last modified: Fri, 28 Apr 2006 13:31:00 +0200 +# Last modified: Tue, 01 Aug 2006 23:07:06 +0200 hunk ./source/locale-extra/thunderbird-pa/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-pa/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-pa/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-pa/FrugalBuild 13 -sha1sums=('aa01454663cd48d909d6f428ce9f97353fd501bf') +sha1sums=('90f97ccf45e6cc90e2abd8582208dd6f639dbb1b') } From crazy at frugalware.org Tue Aug 1 23:14:59 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 23:15:01 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-pl-1.5.0.5-1-i686 Message-ID: <20060801211459.8481C2E0095@genesis.frugalware.org> [thunderbird-pl-1.5.0.5-1-i686 crazy **20060801211232 * Version bump ] { hunk ./source/locale-extra/thunderbird-pl/FrugalBuild 1 -# Last modified: Fri, 28 Apr 2006 14:20:43 +0200 +# Last modified: Tue, 01 Aug 2006 23:12:11 +0200 hunk ./source/locale-extra/thunderbird-pl/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-pl/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-pl/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-pl/FrugalBuild 13 -sha1sums=('d2343be36975e0adde0541fc08b40d3588d637c3') +sha1sums=('35150f71d3a6b3b620f26306013ea70889d967b2') } From crazy at frugalware.org Tue Aug 1 23:18:49 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 23:18:52 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-pt-1.5.0.5-1-i686 Message-ID: <20060801211850.0AF242E0095@genesis.frugalware.org> [thunderbird-pt-1.5.0.5-1-i686 crazy **20060801211611 * Version bump ] { hunk ./source/locale-extra/thunderbird-pt/FrugalBuild 1 -# Last modified: Fri, 28 Apr 2006 15:23:26 +0200 +# Last modified: Tue, 01 Aug 2006 23:15:25 +0200 hunk ./source/locale-extra/thunderbird-pt/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-pt/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-pt/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-pt/FrugalBuild 13 -sha1sums=('9c3321c6beffc131fec655e59303680041ed186c') +sha1sums=('3403ed8d6221b0fbc5b3a0e94ed731a3a62e3e8c') } From crazy at frugalware.org Tue Aug 1 23:20:21 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 23:20:23 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-ru-1.5.0.5-1-i686 Message-ID: <20060801212021.A43A72E0095@genesis.frugalware.org> [thunderbird-ru-1.5.0.5-1-i686 crazy **20060801211735 * Version bump ] { hunk ./source/locale-extra/thunderbird-ru/FrugalBuild 1 -# Last modified: Fri, 28 Apr 2006 15:35:12 +0200 +# Last modified: Tue, 01 Aug 2006 23:17:00 +0200 hunk ./source/locale-extra/thunderbird-ru/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-ru/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-ru/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-ru/FrugalBuild 13 -sha1sums=('fbe94c173f37a5e8bc56d15f7f2157ffaf16002e') +sha1sums=('e2b1ceea31651f42734fc40ec421bdc25a427835') } From crazy at frugalware.org Tue Aug 1 23:23:41 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 23:23:44 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-sk-1.5.0.5-1-i686 Message-ID: <20060801212341.6A8812E0095@genesis.frugalware.org> [thunderbird-sk-1.5.0.5-1-i686 crazy **20060801212056 * Version bump ] { hunk ./source/locale-extra/thunderbird-sk/FrugalBuild 1 -# Last modified: Fri, 28 Apr 2006 15:50:25 +0200 +# Last modified: Tue, 01 Aug 2006 23:20:34 +0200 hunk ./source/locale-extra/thunderbird-sk/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-sk/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-sk/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-sk/FrugalBuild 13 -sha1sums=('0a734a55a8d612c15dca2b9a8fedaf8500df420f') +sha1sums=('2eff6fd1f5bb726390849e5f0b34a278c6cb8e2e') } From crazy at frugalware.org Tue Aug 1 23:29:24 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 23:29:27 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-sv-1.5.0.5-1-i686 Message-ID: <20060801212924.B70442E0095@genesis.frugalware.org> [thunderbird-sv-1.5.0.5-1-i686 crazy **20060801212630 * Version bump ] { hunk ./source/locale-extra/thunderbird-sv/FrugalBuild 1 -# Last modified: Fri, 28 Apr 2006 16:03:12 +0200 +# Last modified: Tue, 01 Aug 2006 23:25:44 +0200 hunk ./source/locale-extra/thunderbird-sv/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-sv/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-sv/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-sv/FrugalBuild 13 -sha1sums=('7acfdfe16b34b94116c7890a4fc32be35cf04a14') +sha1sums=('95cf9e999bef271342d480ca034870f41c945950') } From crazy at frugalware.org Tue Aug 1 23:31:17 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 23:31:20 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-tr-1.5.0.5-1-i686 Message-ID: <20060801213117.50D0C2E0095@genesis.frugalware.org> [thunderbird-tr-1.5.0.5-1-i686 crazy **20060801212840 * Version bump ] { hunk ./source/locale-extra/thunderbird-tr/FrugalBuild 1 -# Last modified: Fri, 28 Apr 2006 16:08:18 +0200 +# Last modified: Tue, 01 Aug 2006 23:28:02 +0200 hunk ./source/locale-extra/thunderbird-tr/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: crazy +# Contributor: Krisztian VASAS hunk ./source/locale-extra/thunderbird-tr/FrugalBuild 9 -pkgver=1.5.0.2 +pkgver=1.5.0.5 hunk ./source/locale-extra/thunderbird-tr/FrugalBuild 12 -url="http://www.mozilla.org/projects/l10n/mlp.html" -depends=('thunderbird>=1.5.0.2') -makedepends=('unzip') -groups=('locale-extra') -archs=('i686' 'x86_64') hunk ./source/locale-extra/thunderbird-tr/FrugalBuild 13 -sha1sums=('a3cfc99366907dd2892f4d991058d8faacab6cc3') +sha1sums=('0cafef3b9d678dd95e1a7e96c3f0e2e19a6d71cb') } From crazy at frugalware.org Tue Aug 1 23:45:52 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 23:45:54 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-de-1.5.0.5-1-i686 Message-ID: <20060801214552.6BA152E0095@genesis.frugalware.org> [thunderbird-de-1.5.0.5-1-i686 crazy **20060801214229 * m8r fix ] { hunk ./source/locale-extra/thunderbird-de/FrugalBuild 3 -# Maintainer: +# Maintainer: crazy } From crazy at frugalware.org Tue Aug 1 23:49:30 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 23:49:32 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-da-1.5.0.5-1-i686 Message-ID: <20060801214930.A887C2E0095@genesis.frugalware.org> [thunderbird-da-1.5.0.5-1-i686 crazy **20060801214658 * new package ] { adddir ./source/locale-extra/thunderbird-da addfile ./source/locale-extra/thunderbird-da/FrugalBuild hunk ./source/locale-extra/thunderbird-da/FrugalBuild 1 +# Last modified: Tue, 01 Aug 2006 23:46:09 +0200 +# Compiling time: ~0 SBU +# Maintainer: crazy +# Contributor: Krisztian VASAS + +lang=da +llang=da +pkgname=thunderbird-$lang +pkgver=1.5.0.5 +pkgrel=1 +pkgdesc="Danish language support for Thunderbird" +Finclude thunderbird-i18n +sha1sums=('7dd8c0aa6ab9c6e6c3f17bf50879d02d51dc3733') } From crazy at frugalware.org Tue Aug 1 23:57:57 2006 From: crazy at frugalware.org (crazy) Date: Tue Aug 1 23:58:00 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-eu-1.5.0.5-1-i686 Message-ID: <20060801215757.80B032E0095@genesis.frugalware.org> [thunderbird-eu-1.5.0.5-1-i686 crazy **20060801215506 * new package ] { adddir ./source/locale-extra/thunderbird-eu addfile ./source/locale-extra/thunderbird-eu/FrugalBuild hunk ./source/locale-extra/thunderbird-eu/FrugalBuild 1 +# Last modified: Tue, 01 Aug 2006 23:54:03 +0200 +# Compiling time: ~0 SBU +# Maintainer: crazy +# Contributor: Krisztian VASAS + +lang=eu +llang=eu +pkgname=thunderbird-$lang +pkgver=1.5.0.5 +pkgrel=1 +pkgdesc="Basque language support for Thunderbird" +Finclude thunderbird-i18n +sha1sums=('d825895380c1342bc2b9e53c63b86c2985c35357') } From crazy at frugalware.org Wed Aug 2 00:05:12 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 00:05:14 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-sl-1.5.0.5-1-i686 Message-ID: <20060801220512.7A3EB2E0095@genesis.frugalware.org> [thunderbird-sl-1.5.0.5-1-i686 crazy **20060801220232 * new package ] { adddir ./source/locale-extra/thunderbird-sl addfile ./source/locale-extra/thunderbird-sl/thunderbird-sl.install hunk ./source/locale-extra/thunderbird-sl/thunderbird-sl.install 1 +post_install() +{ + /usr/lib/thunderbird/thunderbird-rebuild-databases.pl +} + +post_upgrade() +{ + post_install +} + +post_remove() +{ + post_install +} + +op=$1 +shift + +$op $* + +# vim: ft=sh } From crazy at frugalware.org Wed Aug 2 00:11:40 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 00:11:43 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-sl-1.5.0.5-1-i686 Message-ID: <20060801221140.C858D2E0095@genesis.frugalware.org> [thunderbird-sl-1.5.0.5-1-i686 crazy **20060801220757 * a good idea is to darcs add the FB as well ? :P ] { addfile ./source/locale-extra/thunderbird-sl/FrugalBuild hunk ./source/locale-extra/thunderbird-sl/FrugalBuild 1 +# Last modified: Wed, 02 Aug 2006 00:00:58 +0200 +# Compiling time: 0.01 SBU +# Maintainer: crazy +# Contributor: Krisztian VASAS + +lang=sl +llang=sl +pkgname=thunderbird-$lang +pkgver=1.5.0.5 +pkgrel=1 +pkgdesc="Slovenian language support for Thunderbird" +Finclude thunderbird-i18n +sha1sums=('a2c27c0bc6a28b86de909ff4bcc7bdb1f69f7b87') } From crazy at frugalware.org Wed Aug 2 00:14:23 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 00:14:26 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-he-1.5.0.5-1-i686 Message-ID: <20060801221423.4491D2E0095@genesis.frugalware.org> [thunderbird-he-1.5.0.5-1-i686 crazy **20060801221135 * new package ] { adddir ./source/locale-extra/thunderbird-he addfile ./source/locale-extra/thunderbird-he/FrugalBuild addfile ./source/locale-extra/thunderbird-he/thunderbird-he.install hunk ./source/locale-extra/thunderbird-he/FrugalBuild 1 +# Last modified: Wed, 02 Aug 2006 00:06:14 +0200 +# Compiling time: 0.01 SBU +# Maintainer: crazy +# Contributor: Krisztian VASAS + +lang=he +llang=he +pkgname=thunderbird-$lang +pkgver=1.5.0.5 +pkgrel=1 +pkgdesc="Hebrew language support for Thunderbird" +Finclude thunderbird-i18n +sha1sums=('2392d420ac59ca90db1acbf1855158562eca7d3d') hunk ./source/locale-extra/thunderbird-he/thunderbird-he.install 1 +post_install() +{ + /usr/lib/thunderbird/thunderbird-rebuild-databases.pl +} + +post_upgrade() +{ + post_install +} + +post_remove() +{ + post_install +} + +op=$1 +shift + +$op $* + +# vim: ft=sh } From crazy at frugalware.org Wed Aug 2 00:21:34 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 00:21:37 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-bg-1.5.0.5-1-i686 Message-ID: <20060801222134.8EE662E0095@genesis.frugalware.org> [thunderbird-bg-1.5.0.5-1-i686 crazy **20060801221800 * new package ] { adddir ./source/locale-extra/thunderbird-bg addfile ./source/locale-extra/thunderbird-bg/FrugalBuild addfile ./source/locale-extra/thunderbird-bg/thunderbird-bg.install hunk ./source/locale-extra/thunderbird-bg/FrugalBuild 1 +# Last modified: Wed, 02 Aug 2006 00:17:13 +0200 +# Compiling time: ~0 SBU +# Maintainer: crazy +# Contributor: Krisztian VASAS + +lang=bg +llang=bg +pkgname=thunderbird-$lang +pkgver=1.5.0.5 +pkgrel=1 +pkgdesc="Bulgarian language support for Thunderbird" +Finclude thunderbird-i18n +sha1sums=('18e166091cd678ae9dafc04c3281dea6057db413') hunk ./source/locale-extra/thunderbird-bg/thunderbird-bg.install 1 +post_install() +{ + /usr/lib/thunderbird/thunderbird-rebuild-databases.pl +} + +post_upgrade() +{ + post_install +} + +post_remove() +{ + post_install +} + +op=$1 +shift + +$op $* + +# vim: ft=sh } From crazy at frugalware.org Wed Aug 2 00:25:40 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 00:25:42 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-mk-1.5.0.5-1-i686 Message-ID: <20060801222540.5878B2E0095@genesis.frugalware.org> [thunderbird-mk-1.5.0.5-1-i686 crazy **20060801222246 * new package ] { adddir ./source/locale-extra/thunderbird-mk addfile ./source/locale-extra/thunderbird-mk/FrugalBuild addfile ./source/locale-extra/thunderbird-mk/thunderbird-mk.install hunk ./source/locale-extra/thunderbird-mk/FrugalBuild 1 +# Last modified: Wed, 02 Aug 2006 00:22:23 +0200 +# Compiling time: 0.01 SBU +# Maintainer: crazy +# Contributor: Krisztian VASAS + +lang=mk +llang=mk +pkgname=thunderbird-$lang +pkgver=1.5.0.5 +pkgrel=1 +pkgdesc="Macedonian language support for Thunderbird" +Finclude thunderbird-i18n +sha1sums=('c9293fde064a42908e54aecc4a422d6b6d788c7a') hunk ./source/locale-extra/thunderbird-mk/thunderbird-mk.install 1 +post_install() +{ + /usr/lib/thunderbird/thunderbird-rebuild-databases.pl +} + +post_upgrade() +{ + post_install +} + +post_remove() +{ + post_install +} + +op=$1 +shift + +$op $* + +# vim: ft=sh } From crazy at frugalware.org Wed Aug 2 00:36:34 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 00:36:44 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-zh-cn-1.5.0.5-1-i686 Message-ID: <20060801223634.697BC2E0095@genesis.frugalware.org> [thunderbird-zh-cn-1.5.0.5-1-i686 crazy **20060801223203 * new package * last tbird one for today :) ] { adddir ./source/locale-extra/thunderbird-zh-cn addfile ./source/locale-extra/thunderbird-zh-cn/FrugalBuild addfile ./source/locale-extra/thunderbird-zh-cn/thunderbird-zh-cn.install hunk ./source/locale-extra/thunderbird-zh-cn/FrugalBuild 1 +# Last modified: Wed, 02 Aug 2006 00:31:34 +0200 +# Compiling time: 0.01 SBU +# Maintainer: crazy +# Contributor: Krisztian VASAS + +lang=zh-cn +llang=zh-CN +pkgname=thunderbird-$lang +pkgver=1.5.0.5 +pkgrel=1 +pkgdesc="Chinese Simplified support for Thunderbird" +Finclude thunderbird-i18n +sha1sums=('80c63ab83293ef4ef10341df54b07c50b9612dcc') hunk ./source/locale-extra/thunderbird-zh-cn/thunderbird-zh-cn.install 1 +post_install() +{ + /usr/lib/thunderbird/thunderbird-rebuild-databases.pl +} + +post_upgrade() +{ + post_install +} + +post_remove() +{ + post_install +} + +op=$1 +shift + +$op $* + +# vim: ft=sh } From desco at frugalware.org Wed Aug 2 03:12:59 2006 From: desco at frugalware.org (Miklos Nemeth) Date: Wed Aug 2 03:13:02 2006 Subject: [Frugalware-darcs] frugalware-current: wxsqlite3-1.5.3-1-i686 Message-ID: <20060802011259.8DA702E0095@genesis.frugalware.org> [wxsqlite3-1.5.3-1-i686 Miklos Nemeth **20060802011142 new package ] { adddir ./source/lib-extra/wxsqlite3 addfile ./source/lib-extra/wxsqlite3/FrugalBuild hunk ./source/lib-extra/wxsqlite3/FrugalBuild 1 - +# Last Modified: Wed, 08 Jun 2005 17:13:05 +0200 +# Compiling Time: 0.01 SBU +# Maintainer: Miklos Nemeth + +pkgname=wxsqlite3 +pkgver=1.5.3 +pkgrel=1 +pkgdesc="wxSQLite3 is a C++ wrapper around the public domain SQLite 3.x database" +url="http://wxcode.sourceforge.net/components/wxsqlite3/" +depends=('sqlite3' 'wxgtk') +makedepends=('hd2u') +groups=('lib-extra') +archs=('i686') +_F_sourceforge_dirname=wxcode +_F_sourceforge_ext=.zip +Finclude sourceforge +sha1sums=('f4c8e7516c7f237f78fa4659c8696f215501b584') + +build() +{ + cd wxsqlite3 + dos2unix * + dos2unix build/* + chmod 755 configure + chmod 755 build/config.guess + chmod 755 build/config.sub + Fmake + Fmakeinstall +} } From alex.extreme2 at gmail.com Wed Aug 2 09:58:59 2006 From: alex.extreme2 at gmail.com (AlexExtreme) Date: Wed Aug 2 09:59:02 2006 Subject: [Frugalware-darcs] frugalware-current: xgl-20060505-2-x86_64 Message-ID: <20060802075859.3652A2E00A9@genesis.frugalware.org> [xgl-20060505-2-x86_64 AlexExtreme **20060802075625 * Added fw-xgl-control script to automate Xgl setup. See README.Frugalware for usage info ] { hunk ./source/x11-extra/xgl/FrugalBuild 1 -# Last Modified: Fri, 05 May 2006 21:06:26 +0200 +# Last Modified: Wed, 02 Aug 2006 08:54:52 +0100 hunk ./source/x11-extra/xgl/FrugalBuild 9 -pkgrel=1 +pkgrel=2 hunk ./source/x11-extra/xgl/FrugalBuild 27 - README.Frugalware) + README.Frugalware fw-xgl-control) hunk ./source/x11-extra/xgl/FrugalBuild 34 - 'b5eee5c970f7e080fe38122c8fd43f96af55146e') + '5f7cb194b10bb5677bd14d225755a88b5b977daa' \ + '41a56168cba1edf15d03eaa4a198a681359e412c') hunk ./source/x11-extra/xgl/FrugalBuild 75 + + Fmkdir /usr/sbin + Fexe fw-xgl-control /usr/sbin/ hunk ./source/x11-extra/xgl/README.Frugalware 50 -Note that this *only* works for nVidia or i810 users ATM! nVidia users, please -make sure that you have the nVidia binary drivers set up and working correctly +Note that this *only* works for nVidia, i810 and ATI users currently! nVidia users, +please make sure that you have the nVidia binary drivers set up and working correctly hunk ./source/x11-extra/xgl/README.Frugalware 62 -Now open /usr/share/gdm/defaults.conf in your favourite editor. In the example I use nano: +Now run: hunk ./source/x11-extra/xgl/README.Frugalware 64 - nano -w /usr/share/gdm/defaults.conf + fw-xgl-control --enable hunk ./source/x11-extra/xgl/README.Frugalware 66 -Find the following: - - 0=Standard - -Change it to this: - - #0=Standard - 0=xgl - -If you later want to stop using Xgl, just revert this change, and everything -will be reverted to standard X. -Now find (still in gdm.conf): - - [server-Standard] - name=Standard server - command=/usr/bin/X -audit 0 - flexible=true - -*Underneath* this section, nVidia users need to add: - - [server-xgl] - name=Xgl server - command=/usr/bin/Xgl -accel xv -accel glx:pbuffer -accel xv:fbo -ac -kb -audit 0 -br -dpms -dpi 72 - flexible=true - -i810 users add: - - [server-xgl] - name=Xgl server - command=/usr/bin/Xgl -accel xv -accel glx:pbuffer -accel xv:pbuffer -ac -kb -audit 0 -br -dpms -dpi 72 - flexible=true - -Save and exit the file. Now you need to make some modifications to -/usr/bin/gnome-session. Open it in your favourite editor: - - nano -w /usr/bin/gnome-session - -Find this: - - export XDG_CONFIG_DIRS - -Underneath it, add this: - - # Hacks for Xgl - LD_LIBRARY_PATH="/usr/lib/mesa-cvs/lib/" compiz --replace gconf \ - decoration wobbly fade minimize cube rotate zoom scale move resize \ - place switcher opacity & - gnome-window-decorator & - -Do *NOT* forget the single & at the end of the commands. If you don't put these -in, Gnome will no longer start. Save, then exit the editor - -Now you can reboot (or init 3 && init 4, for advanced users), and hopefully you -will be running on a nice fancy desktop :) +Now you can reboot (or run gdm-restart as root, for advanced users), and hopefully +you will be running on a nice fancy desktop :) } From alex.extreme2 at gmail.com Wed Aug 2 10:08:09 2006 From: alex.extreme2 at gmail.com (AlexExtreme) Date: Wed Aug 2 10:08:12 2006 Subject: [Frugalware-darcs] frugalware-current: xgl-20060505-2-x86_64 Message-ID: <20060802080809.A61102E00A9@genesis.frugalware.org> [xgl-20060505-2-x86_64 AlexExtreme **20060802080708 * forgot to actually add the script ] { addfile ./source/x11-extra/xgl/fw-xgl-control hunk ./source/x11-extra/xgl/fw-xgl-control 1 +#!/bin/bash + +# Frugalware Xgl Control script. +# Copyright (C) 2006 Alex Smith + +PACMAN="/usr/bin/pacman" +USE_COLOR="Y" +CARD="" +OPTS="" + +# Subroutines borrowed from makepkg +# These are Copyright (C) 2002-2005 Judd Vinet + +plain() { + if [ "$USE_COLOR" = "Y" -o "$USE_COLOR" = "y" ]; then + echo -e " \033[1;1m$1\033[1;0m" >&2 + else + echo " $1" >&2 + fi +} + +msg() { + if [ "$USE_COLOR" = "Y" -o "$USE_COLOR" = "y" ]; then + if [ "$1" = "-n" ]; then + shift + echo -en "\033[1;32m==>\033[1;0m \033[1;1m$1\033[1;0m" >&2 + else + echo -e "\033[1;32m==>\033[1;0m \033[1;1m$1\033[1;0m" >&2 + fi + else + if [ "$1" = "-n" ]; then + shift + echo -n "==> $1" >&2 + else + echo "==> $1" >&2 + fi + fi +} + +msg2() { + if [ "$USE_COLOR" = "Y" -o "$USE_COLOR" = "y" ]; then + if [ "$1" = "-n" ]; then + shift + echo -en " \033[1;34m->\033[1;0m \033[1;1m$1\033[1;0m" >&2 + else + echo -e " \033[1;34m->\033[1;0m \033[1;1m$1\033[1;0m" >&2 + fi + else + if [ "$1" = "-n" ]; then + shift + echo -n " -> $1" >&2 + else + echo " -> $1" >&2 + fi + fi +} + +warning() { + if [ "$USE_COLOR" = "Y" -o "$USE_COLOR" = "y" ]; then + echo -e "\033[1;33m==> WARNING:\033[1;0m \033[1;1m$1\033[1;0m" >&2 + else + echo "==> WARNING: $1" >&2 + fi +} + +error() { + if [ "$USE_COLOR" = "Y" -o "$USE_COLOR" = "y" ]; then + echo -e "\033[1;31m==> ERROR:\033[1;0m \033[1;1m$1\033[1;0m" >&2 + else + echo "==> ERROR: $1" >&2 + fi + exit 1 +} + +# End alternate copyright + +checkpkg() { + msg2 "Checking for $1 installation..." + $PACMAN -Qi $1 >> /dev/null 2>&1 + if [ $? -ne 0 ]; then + msg2 -n "$1 is not installed. Would you like to install it? [Y/n] " + read INSTALL + if [ "$INSTALL" = "n" ]; then + error "$1 is not installed. Install it with pacman -S $1" + else + $PACMAN -Sy + [ $? -ne 0 ] && error "Failed to sync package database, exiting..." + $PACMAN -S $1 --noconfirm + [ $? -ne 0 ] && error "Failed to install $1, exiting..." + fi + fi +} + +detectcard() { + msg2 -n "Checking for nVidia card... " + nvidia=`grep -c Driver.*nvidia /etc/X11/xorg.conf` + nv=`cat /etc/X11/xorg.conf | grep Driver | grep "\"nv\"" | wc -l` + if [ $nvidia == 1 ]; then + echo "found" + CARD="nvidia" + OPTS="-accel xv -accel glx:pbuffer -accel xv:fbo -ac -kb -audit 0 -br -dpms" + return 0 + fi + if [ $nv == 1 ]; then + echo "failed" + error "nVidia card found but using open source drivers. Xgl requires that you use the binary drivers for proper 3d accel" + fi + echo + msg2 -n "Checking for i810 card... " + i810=`grep -c Driver.*i810 /etc/X11/xorg.conf` + if [ $i810 == 1 ]; then + echo "found" + CARD="i810" + OPTS="-accel xv -accel glx:pbuffer -accel xv:pbuffer -ac -kb -audit 0 -br -dpms" + return 0 + fi + echo + msg2 -n "Checking for an ATI card... " + fglrx=`grep -c Driver.*fglrx /etc/X11/xorg.conf` + ati=`grep -c Driver.*ati /etc/X11/xorg.conf` + if [ $fglrx == 1 ]; then + echo "found" + CARD="ati" + OPTS="-accel xv -accel glx:pbuffer -accel xv:pbuffer -ac -kb -audit 0 -br -dpms" + return 0 + fi + if [ $ati == 1 ]; then + echo "failed" + error "ATI card found but using open source drivers. Xgl requires that you use the fglrx driver for proper 3d accel" + fi + # Should only get here if card isn't detected + error "Sorry, I cannot find a supported card in your system. If you would like support for your card, please post details of it to http://bugs.frugalware.org" +} + +case `id -u` in + 0) + ;; + *) + error "fw-xgl-control must be run as root" + ;; +esac + +case $1 in + -e|--enable|--enable-xgl) + if [ "`grep '0=Xgl' /etc/gdm/custom.conf | wc -l`" == "1" ]; then + error "Xgl is already enabled..." + fi + msg "Searching for required packages..." + checkpkg "xgl" + checkpkg "mesa-cvs" + checkpkg "compiz-cvs" + checkpkg "gdm" + checkpkg "gnome-session" + msg "Detecting cards..." + detectcard + msg "Performing modifications to GDM configuration..." + echo "0=Xgl #xgl" >> /etc/gdm/custom.conf + echo "[server-Xgl] #xgl" >> /etc/gdm/custom.conf + echo "name=Xgl server #xgl" >> /etc/gdm/custom.conf + echo "command=/usr/bin/Xgl $OPTS #xgl" >> /etc/gdm/custom.conf + echo "flexible=true #xgl" >> /etc/gdm/custom.conf + msg "Enabling Compiz..." + echo "# Should compiz be run when Gnome starts?" > /etc/sysconfig/compiz + echo "ENABLE_COMPIZ=1" >> /etc/sysconfig/compiz + msg "Modifications complete! Save your work and run gdm-restart as root." + ;; + -d|--disable|--disable-xgl) + msg "Disabling Compiz..." + echo "# Should compiz be run when Gnome starts?" > /etc/sysconfig/compiz + echo "ENABLE_COMPIZ=0" >> /etc/sysconfig/compiz + msg "Reverting GDM configuration changes..." + sed -i '/\#xgl/d' /etc/gdm/custom.conf + msg "Xgl is now disabled. Save your work and run gdm-restart as root" + ;; + *) + msg "Frugalware Xgl Control 0.1. Copyright (C) 2006 Alex Smith" + msg2 "Usage: $0 --enable-xgl" + msg2 " $0 --disable-xgl" + exit 1 + ;; +esac } From crazy at frugalware.org Wed Aug 2 10:29:51 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 10:29:53 2006 Subject: [Frugalware-darcs] frugalware-current: perl-algorithm-diff-1.1902-1-i686 Message-ID: <20060802082951.5C0DA2E00A9@genesis.frugalware.org> [perl-algorithm-diff-1.1902-1-i686 crazy **20060802082759 * Version bump ] { hunk ./source/devel-extra/perl-algorithm-diff/FrugalBuild 1 -# Last Modified: Sat, 08 Apr 2006 01:23:43 +0200 +# Last Modified: Wed, 02 Aug 2006 10:27:26 +0200 hunk ./source/devel-extra/perl-algorithm-diff/FrugalBuild 8 -pkgver=1.1901 +pkgver=1.1902 hunk ./source/devel-extra/perl-algorithm-diff/FrugalBuild 13 - -_F_perl_ext=".zip" hunk ./source/devel-extra/perl-algorithm-diff/FrugalBuild 15 -sha1sums=('32800b5456419ec16f5b392fc55f4fcd81ae5fa6') +sha1sums=('f687d21fc0d42e6a065e465f326c97cd3f980639') } From alex.extreme2 at gmail.com Wed Aug 2 10:32:46 2006 From: alex.extreme2 at gmail.com (AlexExtreme) Date: Wed Aug 2 10:32:48 2006 Subject: [Frugalware-darcs] frugalware-current: mail-notification-3.0-2-x86_64 Message-ID: <20060802083246.9AA1A2E00A9@genesis.frugalware.org> [mail-notification-3.0-2-x86_64 AlexExtreme **20060802083155 * added missing gnome-scriptlet * moved /etc/xdg/autostart to /usr/share/gnome/autostart ] { hunk ./source/gnome-extra/mail-notification/FrugalBuild 1 -# Last Modified: Thu, 01 Aug 2006 20:51:25 +0100 +# Last Modified: Wed, 02 Aug 2006 09:30:06 +0100 hunk ./source/gnome-extra/mail-notification/FrugalBuild 8 -pkgrel=1 +pkgrel=2 hunk ./source/gnome-extra/mail-notification/FrugalBuild 15 +_F_gnome_schemas=('/etc/gconf/schemas/mail-notification.schemas') +Finclude gnome-scriptlet hunk ./source/gnome-extra/mail-notification/FrugalBuild 21 +build() { + Fbuild + Fbuild_gnome_scriptlet + Fmkdir /usr/share/gnome/autostart + Fmv /etc/xdg/autostart/$pkgname.desktop /usr/share/gnome/autostart/ + Frm /etc/xdg +} + } From crazy at frugalware.org Wed Aug 2 10:42:12 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 10:42:14 2006 Subject: [Frugalware-darcs] frugalware-current: kde.sh Message-ID: <20060802084212.B94E22E00B5@genesis.frugalware.org> [kde.sh crazy **20060802083914 * UP to 3.5.4 * removed DO_NOT_COMPILE=doc , all docs will be subpkgs now * removed the find hack ] { hunk ./source/include/kde.sh 9 -kdever=3.5.3 +kdever=3.5.4 hunk ./source/include/kde.sh 28 - # we need that because KDE add some -O2' twice we already have it in our {$CXX,$C}{FLAGS} - Fcd - for i in `find . -iname configure` - do - Fsed '-O2' '' $i - done - - Fbuild CXXFLAGS="$CXXFLAGS -Wno-deprecated" \ + Fbuild CXXFLAGS="$CXXFLAGS -Wno-deprecated" \ hunk ./source/include/kde.sh 32 - --enable-gcc-hidden-visibility \ - DO_NOT_COMPILE="doc" + --enable-gcc-hidden-visibility } From crazy at frugalware.org Wed Aug 2 10:55:42 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 10:55:44 2006 Subject: [Frugalware-darcs] frugalware-current: arts-1.5.4-1-i686 Message-ID: <20060802085542.DF4292E00B5@genesis.frugalware.org> [arts-1.5.4-1-i686 crazy **20060802085215 * Version bump * removed patch is in upstrem now ] { hunk ./source/kde/arts/FrugalBuild 1 -# Last Modified: Sat, 17 Jun 2006 20:53:10 +0200 +# Last Modified: Wed, 02 Aug 2006 10:50:46 +0200 hunk ./source/kde/arts/FrugalBuild 7 -pkgver=1.5.3 -pkgrel=2 +pkgver=1.5.4 +pkgrel=1 hunk ./source/kde/arts/FrugalBuild 14 -source=(${source[@]} arts-1.2.x.patch0) hunk ./source/kde/arts/FrugalBuild 15 -sha1sums=('19281493c78dfd650faa87c4ce44d62e08dadb99' \ - '41b1eef0de5340a5e1ad56260e3f31118cbf6de6') - +sha1sums=('6ef32dd8c927b1783c750df0f093eefca9d6dcd1') hunk ./source/kde/arts/arts-1.2.x.patch0 1 -Index: soundserver/artswrapper.c -=================================================================== ---- soundserver/artswrapper.c (revision 546970) -+++ soundserver/artswrapper.c (working copy) -@@ -95,6 +95,10 @@ int main(int argc, char **argv) - #else - setreuid(-1, getuid()); - #endif -+ if (geteuid() != getuid()) { -+ perror("setuid()"); -+ return 2; -+ } - } - - if(argc == 0) -Index: soundserver/crashhandler.cc -=================================================================== ---- soundserver/crashhandler.cc (revision 546970) -+++ soundserver/crashhandler.cc (working copy) -@@ -196,7 +196,12 @@ CrashHandler::defaultCrashHandler (int s - argv[i++] = NULL; - - setgid(getgid()); -- setuid(getuid()); -+ if (getuid() != geteuid()) -+ setuid(getuid()); -+ if (getuid() != geteuid()) { -+ perror("setuid()"); -+ exit(255); -+ } - - execvp(crashApp, argv); - rmfile ./source/kde/arts/arts-1.2.x.patch0 } From krics at linuxforum.hu Wed Aug 2 12:02:46 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Wed Aug 2 12:02:49 2006 Subject: [Frugalware-darcs] frugalware-current: gstm-1.1-1-x86_64 Message-ID: <20060802100246.BE06D2E00B5@genesis.frugalware.org> [gstm-1.1-1-x86_64 Christian Hamar alias krix **20060802100114 * New package / Initial import ] { adddir ./source/gnome-extra/gstm addfile ./source/gnome-extra/gstm/FrugalBuild hunk ./source/gnome-extra/gstm/FrugalBuild 1 +# Last Modified: Wed, 02 Aug 2006 11:57:37 +0200 +# Compiling Time: 0.12 SBU +# Maintainer: Christian Hamar alias krix + +pkgname=gstm +pkgver=1.1 +pkgrel=1 +pkgdesc="GNOME SSH Tunnel Manager" +url="http://gstm.sourceforge.net" +depends=('libgnomeui') +rodepends=('openssh') +makedepends=('perl-xml') +groups=('gnome-extra') +archs=('i686' 'x86_64') +_F_sourceforge_prefix="gSTM-" +Finclude sourceforge +license=('GPL-2') +sha1sums=('4f514d74fd9e196f46229093493ecc8acf2b6e81') + +# optimization OK } From krics at linuxforum.hu Wed Aug 2 12:20:47 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Wed Aug 2 12:21:05 2006 Subject: [Frugalware-darcs] frugalware-current: gaim-plugin-encryption-3.0beta5-1-x86_64 Message-ID: <20060802102047.266FC2E00B5@genesis.frugalware.org> [gaim-plugin-encryption-3.0beta5-1-x86_64 Christian Hamar alias krix **20060802101853 * Version bump to beta ('cause of gaim2) * Fixed SBU * Changed maintainer to myself * Added nspr as depends too * Cleaned out FB ] { hunk ./source/xapps/gaim-plugin-encryption/FrugalBuild 1 -# Last Modified: Tue, 14 Jun 2005 12:00:05 +0000 -# Compiling Time: 0.01 SBU -# Maintainer: Krisztian VASAS +# Last Modified: Wed, 02 Aug 2006 12:16:42 +0200 +# Compiling Time: 0.34 SBU +# Maintainer: Christian Hamar alias krix +# Old Maintainer: Krisztian VASAS hunk ./source/xapps/gaim-plugin-encryption/FrugalBuild 7 -pkgver=2.38 +pkgver=3.0beta5 hunk ./source/xapps/gaim-plugin-encryption/FrugalBuild 9 -pkgrealname=gaim-encryption +realname=gaim-encryption hunk ./source/xapps/gaim-plugin-encryption/FrugalBuild 12 -depends=('gaim' 'nss') +depends=('gaim>=2.0.0beta3' 'nss' 'nspr') hunk ./source/xapps/gaim-plugin-encryption/FrugalBuild 15 -up2date="lynx -dump 'http://sourceforge.net/project/showfiles.php?group_id=57740&package_id=53419' | grep \"$pkgrealname-.*.tar.\(gz\|bz2\)\" | head -n 1 | sed 's/.*-\(.*\)\.t.*/\1/'" -#source=(http://heanet.dl.sourceforge.net/$pkgrealname/$pkgrealname-$pkgver.tar.gz) -source=(http://dl.sf.net/$pkgrealname/$pkgrealname-$pkgver.tar.gz) -sha1sums=('44b710bf446f2c6f4e0a862858145ec0f898bae3') - -build() { - - cd $startdir/src/$pkgrealname-$pkgver - - Fmake --with-nss-includes=/usr/include/nss \ - --with-nss-libs=/usr/lib \ - --with-nspr-includes=/usr/include/nspr \ - --with-nspr-libs=/usr/lib || return 1 - Fmakeinstall || return 1 -} +_F_cd_path="$realname-$pkgver" +Finclude sourceforge +sha1sums=('f5493b5cd3533c54c5a6aa28cfed25cfa3d2b30e') hunk ./source/xapps/gaim-plugin-encryption/FrugalBuild 19 +# optimization OK } From crazy at frugalware.org Wed Aug 2 12:22:24 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 12:22:26 2006 Subject: [Frugalware-darcs] frugalware-current: kdelibs-3.5.4-1-i686 Message-ID: <20060802102224.2E68E2E00B5@genesis.frugalware.org> [kdelibs-3.5.4-1-i686 crazy **20060802101902 * Version bump * removed autoconf patch , in upstream now :) ] { hunk ./source/kde/kdelibs/FrugalBuild 1 -# Last modified: Wed, 21 Jun 2006 14:39:57 +0200 +# Last modified: Wed, 02 Aug 2006 12:16:26 +0200 hunk ./source/kde/kdelibs/FrugalBuild 8 -pkgver=3.5.3 -pkgrel=5 +pkgver=3.5.4 +pkgrel=1 hunk ./source/kde/kdelibs/FrugalBuild 11 -depends=('arts>=1.5.3-1' 'hicolor-icon-theme' 'libxslt' 'pcre' 'lesstif' 'openssl' 'libart_lgpl' 'gamin' 'bzip2' \ +depends=('arts>=1.5.4-1' 'hicolor-icon-theme' 'libxslt' 'pcre' 'lesstif' 'openssl' 'libart_lgpl' 'gamin' 'bzip2' \ hunk ./source/kde/kdelibs/FrugalBuild 19 -source=(${source[@]} kde.sh autoconf-2.6x.patch \ +source=(${source[@]} kde.sh \ hunk ./source/kde/kdelibs/FrugalBuild 24 -sha1sums=('c8ceb087051e23f34ae10e0e9d5a228251134b1b' \ +sha1sums=('766d7579917e0296faf81f45a07ad1d9263afb6c' \ hunk ./source/kde/kdelibs/FrugalBuild 26 - '8b850465dd06292e2041dd6029c509b443fef40c' \ hunk ./source/kde/kdelibs/FrugalBuild 31 + hunk ./source/kde/kdelibs/autoconf-2.6x.patch 1 -diff -Naur kdelibs-3.5.3/admin/cvs.sh kdelibs-3.5.3-p/admin/cvs.sh ---- kdelibs-3.5.3/admin/cvs.sh 2006-05-23 15:02:06.000000000 +0200 -+++ kdelibs-3.5.3-p/admin/cvs.sh 2006-07-05 21:03:29.891806608 +0200 -@@ -32,7 +32,7 @@ - required_autoconf_version="2.53 or newer" - AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1` - case $AUTOCONF_VERSION in -- Autoconf*2.5* | autoconf*2.5* ) : ;; -+ Autoconf*2.6* | autoconf*2.6* ) : ;; - "" ) - echo "*** AUTOCONF NOT FOUND!." - echo "*** KDE requires autoconf $required_autoconf_version" -@@ -47,7 +47,7 @@ - - AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1` - case $AUTOHEADER_VERSION in -- Autoconf*2.5* | autoheader*2.5* ) : ;; -+ Autoconf*2.6* | autoheader*2.6* ) : ;; - "" ) - echo "*** AUTOHEADER NOT FOUND!." - echo "*** KDE requires autoheader $required_autoconf_version" rmfile ./source/kde/kdelibs/autoconf-2.6x.patch } From krics at linuxforum.hu Wed Aug 2 12:30:35 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Wed Aug 2 12:30:39 2006 Subject: [Frugalware-darcs] frugalware-current: gaim-extended-prefs Message-ID: <20060802103035.B2C302E00BD@genesis.frugalware.org> [gaim-extended-prefs Christian Hamar alias krix **20060802102948 * Just fixed the homepage URL ] { hunk ./source/xapps/gaim-plugin-extendedprefs/FrugalBuild 10 -url="http://gaim-encryption.sourceforge.net/" +url="http://gaim-extprefs.sourceforge.net/" } From crazy at frugalware.org Wed Aug 2 12:33:31 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 12:33:34 2006 Subject: [Frugalware-darcs] frugalware-current: kdebase-docs-3.5.3-1-i686 Message-ID: <20060802103331.4E0142E00B5@genesis.frugalware.org> [kdebase-docs-3.5.3-1-i686 crazy **20060802102153 * removed * to be a subpackge now ] { hunk ./source/kde-extra/kdebase-docs/FrugalBuild 1 -# Last modified: Thu, 01 Jun 2006 02:36:52 +0200 -# Compiling time: 0.41 SBU -# Maintainer: crazy - -pkgname=kdebase-docs -origname=kdebase -pkgver=3.5.3 -pkgrel=1 -pkgdesc="Documentation for the KDE Base Programs" -rodepends=('kdebase>=3.5.3') -makedepends=('kdelibs>=3.5.3') -groups=('kde-extra' 'kde-docs') -archs=('i686' 'x86_64') -Finclude kde -source=($pkgurl/$origname-$pkgver.tar.bz2) -sha1sums=('93f1566343af114b24987ee7b8e0e80877b57f25') - -build() -{ - - Fcd $origname-$pkgver - Fbuild DO_NOT_COMPILE=" \ - libkonq applnk drkonqi kappfinder kate kcheckpass kcminit kdcop kdebugdialog kdeeject kdepasswd \ - kdeprint kdesu kdialog kdmlib kfind khelpcenter khotkeys kioslave klipper kmenuedit knetattach \ - konsole kpager kpersonalizer kreadconfig kscreensaver ksplashml kstart ksysguard ksystraycmd \ - ktip kwin kxkb l10n nsplugins pics konqueror ksmserver kicker kcontrol kdesktop kdm" - Frm /usr/bin/startkde -} - rmfile ./source/kde-extra/kdebase-docs/FrugalBuild rmdir ./source/kde-extra/kdebase-docs } From krics at linuxforum.hu Wed Aug 2 12:55:20 2006 From: krics at linuxforum.hu (Christian Hamar alias krix) Date: Wed Aug 2 12:55:35 2006 Subject: [Frugalware-darcs] frugalware-current: gaim-plugin-guifications-2.13beta3-1-x86_64 Message-ID: <20060802105520.922D12E00B5@genesis.frugalware.org> [gaim-plugin-guifications-2.13beta3-1-x86_64 Christian Hamar alias krix **20060802105423 * New package / Initial import ] { adddir ./source/xapps/gaim-plugin-guifications addfile ./source/xapps/gaim-plugin-guifications/FrugalBuild hunk ./source/xapps/gaim-plugin-guifications/FrugalBuild 1 +# Last Modified: Wed, 02 Aug 2006 12:52:09 +0200 +# Compiling Time: 0.34 SBU +# Maintainer: Christian Hamar alias krix + +pkgname=gaim-plugin-guifications +pkgver=2.13beta3 +pkgrel=1 +realname=gaim-guifications +pkgdesc="Gaim Guifications Plugin" +url="http://guifications.sourceforge.net/" +depends=('gaim>=2.0.0beta3') +groups=('xapps') +archs=('i686' 'x86_64') +up2date="lynx -dump http://sourceforge.net/project/showfiles.php?group_id=92888 | grep guifications |grep 'Release Notes'|sed 's/[^]]*][^]]*]\([^ ]*\) .*/\1/;s/-/_/g;q'" +source=(http://heanet.dl.sourceforge.net/sourceforge/guifications/$realname-$pkgver.tar.bz2) +_F_cd_path="$realname-$pkgver" +Fconfopts="$Fconfopts --disable-deprecated" +sha1sums=('b722adf3502ecf6805e8433ffccefb2bba7f5d50') + +# optimization OK } From alex.extreme2 at gmail.com Wed Aug 2 13:36:56 2006 From: alex.extreme2 at gmail.com (AlexExtreme) Date: Wed Aug 2 13:36:58 2006 Subject: [Frugalware-darcs] frugalware-current: xgl-20060505-3-x86_64 Message-ID: <20060802113656.D06402E00B5@genesis.frugalware.org> [xgl-20060505-3-x86_64 AlexExtreme **20060802113536 * Fixed conflicting files ] { hunk ./source/x11-extra/xgl/FrugalBuild 1 -# Last Modified: Wed, 02 Aug 2006 08:54:52 +0100 +# Last Modified: Wed, 02 Aug 2006 12:34:37 +0100 hunk ./source/x11-extra/xgl/FrugalBuild 9 -pkgrel=2 +pkgrel=3 hunk ./source/x11-extra/xgl/FrugalBuild 69 - Frm usr/man/man1/Xserver.1x* + Frm usr/share/man } From vmiklos at frugalware.org Wed Aug 2 14:30:34 2006 From: vmiklos at frugalware.org (VMiklos) Date: Wed Aug 2 14:30:37 2006 Subject: [Frugalware-darcs] pacman-tools: rf: always append the "darcs record" command with a dot Message-ID: <20060802123034.EAF902E00B5@genesis.frugalware.org> [rf: always append the "darcs record" command with a dot VMiklos **20060802122926] { hunk ./rf 628 - my $ec = apply "darcs record --edit-long-comment -m '$pkgname-$pkgver-$pkgrel-$arch'" . ($noask? ' -a' : '').(($subg && ($repo ne 'extra')) ? '' : ' .'); + my $ec = apply "darcs record --edit-long-comment -m '$pkgname-$pkgver-$pkgrel-$arch'" . ($noask? ' -a' : '').' .'; } From crazy at frugalware.org Wed Aug 2 14:31:16 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 14:31:17 2006 Subject: [Frugalware-darcs] frugalware-current: kdebase-3.5.4-1-i686 Message-ID: <20060802123116.5B6A02E00BF@genesis.frugalware.org> [kdebase-3.5.4-1-i686 crazy **20060802122745 * Version bump ] { move ./source/kde/kdebase/kdebase-3.5.3-misc_fixes.patch ./source/kde/kdebase/kdebase-3.5.4-misc_fixes.patch hunk ./source/kde/kdebase/FrugalBuild 7 -pkgver=3.5.3 -pkgrel=3 +pkgver=3.5.4 +pkgrel=1 hunk ./source/kde/kdebase/FrugalBuild 10 -depends=('libxcomposite' 'libxscrnsaver' 'kdelibs>=3.5.3-1' 'libraw1394' 'hal>=0.5.5-2' 'libusb' 'mtools' 'shadow' 'libxdamage' \ +depends=('libxcomposite' 'libxscrnsaver' 'kdelibs>=3.5.4-1' 'libraw1394' 'hal>=0.5.5-2' 'libusb' 'mtools' 'shadow' 'libxdamage' \ hunk ./source/kde/kdebase/FrugalBuild 12 -makedepends=('samba' 'j2re' 'cyrus-sasl' 'imake' 'doxygen') +makedepends=('samba' 'j2re' 'cyrus-sasl' 'imake' 'doxygen' 'qt-docs') hunk ./source/kde/kdebase/FrugalBuild 28 - fw-default-theme.patch \ - post-3.5.0-kdebase-kdm.patch0) + fw-default-theme.patch) hunk ./source/kde/kdebase/FrugalBuild 33 -sha1sums=('93f1566343af114b24987ee7b8e0e80877b57f25' \ +sha1sums=('18f2bb3643a40f937bf260d5969d6919aa52abf4' \ hunk ./source/kde/kdebase/FrugalBuild 42 - 'c1725544d59140a9f61a7137f160eabf23ef3201' \ - '327cd873bfeaea0665364b973245d744fa09c938') + 'c1725544d59140a9f61a7137f160eabf23ef3201') + +subpkgs=("$pkgname-docs") +subdescs=("Kdebase Documentation") +subdepends=("$pkgname-$pkgver") +subgroups=('kde-extra kde-docs') +subarchs=('i686 x86_64') + hunk ./source/kde/kdebase/FrugalBuild 72 - DO_NOT_COMPILE="doc" --enable-final + --enable-final hunk ./source/kde/kdebase/FrugalBuild 87 + Fsplit $pkgname-docs usr/share/doc } From boobaa at frugalware.org Wed Aug 2 14:59:58 2006 From: boobaa at frugalware.org (CSÉCSY László) Date: Wed Aug 2 15:00:01 2006 Subject: [Frugalware-darcs] homepage-ng: packages.fw.o: extra repo removed Message-ID: <20060802125959.0F2952E00B5@genesis.frugalware.org> [packages.fw.o: extra repo removed CSÉCSY László **20060802125831] { hunk ./packages/index.php 32 - $url .= '&repo='; - if(substr($req,0,3) == 'fw:') { - $repo .= 'frugalware'; - $req = substr($req, 3); - } - elseif(substr($req,0,6) == 'extra:') { - $repo .= 'extra'; - $req = substr($req, 6); - } - else { - $repo .= 'all'; - } - $url .= $repo . '&arch='; + $url .= '&arch='; } From vmiklos at frugalware.org Wed Aug 2 15:00:40 2006 From: vmiklos at frugalware.org (VMiklos) Date: Wed Aug 2 15:00:41 2006 Subject: [Frugalware-darcs] frugalware-current: gnupg-1.4.5-1-i686 Message-ID: <20060802130040.57FD52E00B5@genesis.frugalware.org> [gnupg-1.4.5-1-i686 VMiklos **20060802125806 version bump sha1sums() -> signatures() ] { hunk ./source/apps/gnupg/FrugalBuild 1 -# Last Modified: Tue, 27 Jun 2006 12:13:36 +0200 +# Last Modified: Wed, 02 Aug 2006 14:54:01 +0200 hunk ./source/apps/gnupg/FrugalBuild 6 -pkgver=1.4.4 +pkgver=1.4.5 hunk ./source/apps/gnupg/FrugalBuild 15 +signatures=($source.sig) hunk ./source/apps/gnupg/FrugalBuild 20 -sha1sums=('3d504d7d31e6d9b81bf33a25bec08bc5e6c0fc0c') - } From crazy at frugalware.org Wed Aug 2 15:06:29 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 15:06:31 2006 Subject: [Frugalware-darcs] frugalware-current: kdeartwork-3.5.4-1-i686 Message-ID: <20060802130629.1840B2E00B6@genesis.frugalware.org> [kdeartwork-3.5.4-1-i686 crazy **20060802130302 * Version bump ] { hunk ./source/kde/kdeartwork/FrugalBuild 1 -# Last Modified: Wed, 31 May 2006 18:07:53 +0200 +# Last Modified: Wed, 02 Aug 2006 15:00:55 +0200 hunk ./source/kde/kdeartwork/FrugalBuild 6 -pkgver=3.5.3 +pkgver=3.5.4 hunk ./source/kde/kdeartwork/FrugalBuild 11 -depends=('kdebase>=3.5.3') +depends=('kdebase>=3.5.4') hunk ./source/kde/kdeartwork/FrugalBuild 13 -sha1sums=('5eb0aa93b9be182721918d1f81d8ebe41cc857bb') -Fconfopts="$Fconfopts --with-dpms \ - --disable-warnings" +Fconfopts="$Fconfopts --with-dpms --disable-warnings" +sha1sums=('31459b1bed7f43b81566a09240a4066b2c2b96c2') } From crazy at frugalware.org Wed Aug 2 15:16:03 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 15:16:05 2006 Subject: [Frugalware-darcs] frugalware-current: kdeadmin-docs Message-ID: <20060802131603.355722E00C1@genesis.frugalware.org> [kdeadmin-docs crazy **20060802130514 * removed ] { hunk ./source/kde-extra/kdeadmin-docs/FrugalBuild 1 -# Last Modified: Thu, 01 Jun 2006 02:08:29 +0200 -# Compiling Time: 0.14 SBU -# Maintainer: crazy - -pkgname=kdeadmin-docs -origname=kdeadmin -pkgver=3.5.3 -pkgrel=1 -pkgdesc="Documentation for the KDE Administration Programs." -groups=('kde-extra' 'kde-docs') -archs=('i686' 'x86_64') -rodepends=('kdeadmin>=3.5.3') -makedepends=('kdelibs>=3.5.3') -Finclude kde -source=($pkgurl/$origname-$pkgver.tar.bz2) -sha1sums=('1ddc33a75702aaf0c8e7a35eefe04aae2835971c') - -build() -{ - Fcd $origname-$pkgver - Fbuild DO_NOT_COMPILE="ksysv lilo-config kcron kfile-plugins kdat knetworkconf kpackage kuser secpolicy" -} rmfile ./source/kde-extra/kdeadmin-docs/FrugalBuild rmdir ./source/kde-extra/kdeadmin-docs } From crazy at frugalware.org Wed Aug 2 15:34:33 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 15:34:35 2006 Subject: [Frugalware-darcs] frugalware-current: kdeadmin-3.5.4-1-i686 Message-ID: <20060802133433.DD5592E00B5@genesis.frugalware.org> [kdeadmin-3.5.4-1-i686 crazy **20060802132955 * Version bump * docs are as subpackage now * FB cleanup ] { hunk ./source/kde/kdeadmin/FrugalBuild 1 -# Last Modified: Wed, 31 May 2006 17:51:00 +0200 +# Last Modified: Wed, 02 Aug 2006 15:26:05 +0200 hunk ./source/kde/kdeadmin/FrugalBuild 6 -pkgver=3.5.3 +pkgver=3.5.4 hunk ./source/kde/kdeadmin/FrugalBuild 11 -depends=('kdebase>=3.5.3') +depends=('kdebase>=3.5.4') hunk ./source/kde/kdeadmin/FrugalBuild 13 -sha1sums=('1ddc33a75702aaf0c8e7a35eefe04aae2835971c') +sha1sums=('cbdcca51a20d1c00617d5172bef4304005c9b475') + +subpkgs=("$pkgname-docs") +subdescs=("Kdeadmin Documentation") +subdepends=("$pkgname-$pkgver") +subgroups=('kde-extra kde-docs') +subarchs=('i686 x86_64') hunk ./source/kde/kdeadmin/FrugalBuild 23 - # we need that because KDE add some -O2' twice we already have it in our {$CXX,$C}{FLAGS} - Fcd - for i in `find . -iname configure` - do - Fsed '-O2' '' $i - done hunk ./source/kde/kdeadmin/FrugalBuild 29 - DO_NOT_COMPILE="doc knetworkconf lilo-config ksysv" + DO_NOT_COMPILE="knetworkconf lilo-config ksysv" hunk ./source/kde/kdeadmin/FrugalBuild 32 + Fsplit $pkgname-docs usr/share/doc } From slinky at rei.keni.hu Wed Aug 2 15:39:52 2006 From: slinky at rei.keni.hu (Karoly CZOVEK) Date: Wed Aug 2 15:39:54 2006 Subject: [Frugalware-darcs] frugalware-current: perl-test-pod-1.26-1-i686 Message-ID: <20060802133952.8DB502E00B5@genesis.frugalware.org> [perl-test-pod-1.26-1-i686 Karoly CZOVEK **20060802133850 version bump ] { hunk ./source/devel/perl-test-pod/FrugalBuild 1 -# Last Modified: Mon, 24 Jul 2006 16:18:45 +0200 +# Last Modified: Wed, 02 Aug 2006 15:38:40 +0200 hunk ./source/devel/perl-test-pod/FrugalBuild 7 -pkgver=1.24 +pkgver=1.26 hunk ./source/devel/perl-test-pod/FrugalBuild 13 -sha1sums=('bf9ea973a6cb04954088ceed8e69e0c42ecc955b') +sha1sums=('3d601ac632dd444eec5293c676b2aa4149a43d4e') } From crazy at frugalware.org Wed Aug 2 15:58:26 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 15:58:28 2006 Subject: [Frugalware-darcs] frugalware-current: kdegames-3.5.4-1-i686 Message-ID: <20060802135826.8E2CD2E00B5@genesis.frugalware.org> [kdegames-3.5.4-1-i686 crazy **20060802135445 * Version bump ] { hunk ./source/kde/kdegames/FrugalBuild 1 -# Last Modified: Wed, 31 May 2006 20:53:00 +0200 +# Last Modified: Wed, 02 Aug 2006 15:51:44 +0200 hunk ./source/kde/kdegames/FrugalBuild 6 -pkgver=3.5.3 +pkgver=3.5.4 hunk ./source/kde/kdegames/FrugalBuild 11 -depends=('kdebase>=3.5.3') -makedepends=('doxygen') -options=('nodocs') +depends=('kdebase>=3.5.4') +makedepends=('doxygen' 'qt-docs') hunk ./source/kde/kdegames/FrugalBuild 14 -sha1sums=('816b5884c67091fb1c5af924778b10b4eeba968c') +sha1sums=('64d780b26f960ced2099a90fdf2c8114aa2ff5dc') } From crazy at frugalware.org Wed Aug 2 16:12:17 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 16:12:20 2006 Subject: [Frugalware-darcs] frugalware-current: kdetoys-3.5.4-1-i686 Message-ID: <20060802141218.1E43E2E00B5@genesis.frugalware.org> [kdetoys-3.5.4-1-i686 crazy **20060802140703 * Version bump ] { hunk ./source/kde/kdetoys/FrugalBuild 1 -# Last Modified: Wed, 31 May 2006 21:02:58 +0200 +# Last Modified: Wed, 02 Aug 2006 16:00:31 +0200 hunk ./source/kde/kdetoys/FrugalBuild 6 -pkgver=3.5.3 +pkgver=3.5.4 hunk ./source/kde/kdetoys/FrugalBuild 11 -depends=('kdebase>=3.5.3') +depends=('kdebase>=3.5.4') hunk ./source/kde/kdetoys/FrugalBuild 13 -sha1sums=('df3a17f2b262be96bf8469c6947c18a1e4e2bc70') hunk ./source/kde/kdetoys/FrugalBuild 14 +sha1sums=('cd2069fd525813238f959959748577b2301169d1') } From alex.extreme2 at gmail.com Wed Aug 2 16:13:20 2006 From: alex.extreme2 at gmail.com (AlexExtreme) Date: Wed Aug 2 16:13:22 2006 Subject: [Frugalware-darcs] frugalware-current: dhcp-3.0.4-2-x86_64 Message-ID: <20060802141320.796ED2E00B7@genesis.frugalware.org> [dhcp-3.0.4-2-x86_64 AlexExtreme **20060802141239 * Added patch for NetworkManager ] { hunk ./source/network/dhcp/FrugalBuild 1 -# Last Modified: Sun, 07 May 2006 20:55:36 +0200 +# Last Modified: Wed, 02 Aug 2006 15:09:30 +0100 hunk ./source/network/dhcp/FrugalBuild 9 -pkgrel=1 +pkgrel=2 hunk ./source/network/dhcp/FrugalBuild 19 - rc.dhcpd rc.dhcpd-hu.po README.Frugalware) + rc.dhcpd rc.dhcpd-hu.po README.Frugalware $pkgname-$pkgver-networkmanager-fixes.patch) hunk ./source/network/dhcp/FrugalBuild 23 - '0aa3103883d0df5d9aa56defb39b22966af35a60') + '0aa3103883d0df5d9aa56defb39b22966af35a60' \ + 'ff249ec72b41dc0050348feb2aa205a63a857f6f') hunk ./source/network/dhcp/FrugalBuild 31 + Fpatchall addfile ./source/network/dhcp/dhcp-3.0.4-networkmanager-fixes.patch hunk ./source/network/dhcp/dhcp-3.0.4-networkmanager-fixes.patch 1 +diff -urN dhcp-3.0.3/client/dhclient.8 dhcp-3.0.3-work/client/dhclient.8 +--- dhcp-3.0.3/client/dhclient.8 2004-09-30 01:01:46.000000000 +0200 ++++ dhcp-3.0.3-work/client/dhclient.8 2005-10-19 18:43:28.000000000 +0200 +@@ -78,6 +78,9 @@ + .B -w + ] + [ ++.B -x ++] ++[ + .I if0 + [ + .I ...ifN +diff -urN dhcp-3.0.3/client/dhclient.c dhcp-3.0.3-work/client/dhclient.c +--- dhcp-3.0.3/client/dhclient.c 2005-03-03 17:55:22.000000000 +0100 ++++ dhcp-3.0.3-work/client/dhclient.c 2005-10-19 18:48:42.000000000 +0200 +@@ -74,7 +74,9 @@ + int onetry=0; + int quiet=0; + int nowait=0; +- ++#ifdef EXTENDED_NEW_OPTION_INFO ++int extended_option_environment = 0; ++#endif + static void usage PROTO ((void)); + + void do_release(struct client_state *); +@@ -204,6 +206,11 @@ + } else if (!strcmp (argv [i], "--version")) { + log_info ("isc-dhclient-%s", DHCP_VERSION); + exit (0); ++#ifdef EXTENDED_NEW_OPTION_INFO ++ } else if (!strcmp (argv [i], "-x")) { ++ extended_option_environment = 1; ++ new_option_info_tree = GENERATE_NEW_OPTION_INFO; ++#endif + } else if (argv [i][0] == '-') { + usage (); + } else { +@@ -241,7 +248,7 @@ + } + + /* first kill of any currently running client */ +- if (release_mode) { ++ if (1) { + FILE *pidfd; + pid_t oldpid; + long temp; +@@ -251,11 +258,17 @@ + if ((pidfd = fopen(path_dhclient_pid, "r")) != NULL) { + e = fscanf(pidfd, "%ld\n", &temp); + oldpid = (pid_t)temp; ++ log_info ("There is already a pid file %s with pid %i", path_dhclient_pid, oldpid); + + if (e != 0 && e != EOF) { + if (oldpid) { +- if (kill(oldpid, SIGTERM) == 0) +- unlink(path_dhclient_pid); ++ if (kill(oldpid, SIGTERM) == 0) { ++ log_info ("killed old client process, removed PID file"); ++ unlink(path_dhclient_pid); ++ } else if (errno == ESRCH) { ++ log_info ("removed stale PID file"); ++ unlink(path_dhclient_pid); ++ } + } + } + fclose(pidfd); +@@ -476,7 +489,11 @@ + log_info (arr); + log_info (url); + ++#ifdef EXTENDED_NEW_OPTION_INFO ++ log_error ("Usage: dhclient [-1dqr] [-nwx] [-p ] %s", ++#else + log_error ("Usage: dhclient [-1dqr] [-nw] [-p ] %s", ++#endif + "[-s server]"); + log_error (" [-cf config-file] [-lf lease-file]%s", + "[-pf pid-file] [-e VAR=val]"); +@@ -869,7 +886,7 @@ + /* If the BOUND/RENEW code detects another machine using the + offered address, it exits nonzero. We need to send a + DHCPDECLINE and toss the lease. */ +- if (script_go (client)) { ++ if (script_go (client) == 2) { + make_decline (client, client -> new); + send_decline (client); + destroy_client_lease (client -> new); +@@ -2433,8 +2450,28 @@ + struct envadd_state { + struct client_state *client; + const char *prefix; ++ struct universe *universe; + }; + ++#ifdef EXTENDED_NEW_OPTION_INFO ++static ++void build_universe_info_envvar ++( struct option_cache *oc, ++ struct packet *p, struct lease *l, ++ struct client_state *client, ++ struct option_state *in_o, ++ struct option_state *cf_o, ++ struct binding_scope **scope, ++ struct universe *u, void *es ++) ++{ ++ char info_name[512], info_data[512]; ++ snprintf(info_name, 512, "%s._universe_.", oc->option->universe->name); ++ snprintf(info_data, 512, "%u:%s", oc->option->code,oc->option->format); ++ client_envadd( client, info_name, oc->option->name, info_data ); ++} ++#endif ++ + void client_option_envadd (struct option_cache *oc, + struct packet *packet, struct lease *lease, + struct client_state *client_state, +@@ -2451,6 +2488,31 @@ + in_options, cfg_options, scope, oc, MDL)) { + if (data.len) { + char name [256]; ++#ifdef EXTENDED_NEW_OPTION_INFO ++ if ( extended_option_environment ) ++ { ++ if( ( oc->option->universe != &dhcp_universe ) ++ &&( oc->option->universe->index > fqdn_universe.index ) ++ &&( es->universe != oc->option->universe ) ++ ) ++ { ++ es->universe = oc->option->universe; ++ (*(es->universe->foreach)) ++ ( (struct packet *)0, (struct lease *)0, ++ client_state, ++ in_options, cfg_options, ++ scope, es->universe, es, ++ build_universe_info_envvar ++ ); ++ }else ++ if ( lookup_new_option_info(oc->option) != 0L ) ++ build_universe_info_envvar ++ ( oc, packet, lease, client_state, ++ in_options, cfg_options, scope, ++ oc->option->universe, es ++ ); ++ } ++#endif + if (dhcp_option_ev_name (name, sizeof name, + oc -> option)) { + client_envadd (es -> client, es -> prefix, +@@ -2479,6 +2541,7 @@ + + es.client = client; + es.prefix = prefix; ++ es.universe = 0L; + + client_envadd (client, + prefix, "ip_address", "%s", piaddr (lease -> address)); +@@ -2607,6 +2670,13 @@ + wstatus = 0; + } + } else { ++ /* ++ We don't want to pass an open file descriptor for ++ dhclient.leases when executing dhclient-script. ++ Debian bug #147582 ++ */ ++ if (leaseFile) ++ fclose (leaseFile); + execve (scriptName, argv, envp); + log_error ("execve (%s, ...): %m", scriptName); + exit (0); +@@ -2690,7 +2760,14 @@ + s = option -> name; + if (j + 1 == buflen) + return 0; ++#ifdef EXTENDED_NEW_OPTION_INFO ++ if ( ! extended_option_environment ) ++ buf [j++] = '_'; ++ else ++ buf [j++] = '.'; ++#else + buf [j++] = '_'; ++#endif + } + ++i; + } while (i != 2); +diff -urN dhcp-3.0.3/client/scripts/linux dhcp-3.0.3-work/client/scripts/linux +--- dhcp-3.0.3/client/scripts/linux 2002-11-15 02:09:09.000000000 +0100 ++++ dhcp-3.0.3-work/client/scripts/linux 2005-10-19 18:46:52.000000000 +0200 +@@ -22,6 +22,19 @@ + # 4. TIMEOUT not tested. ping has a flag I don't know, and I'm suspicious + # of the $1 in its args. + ++if [ -n "${dhc_dbus}" ]; then ++ /usr/bin/dbus-send \ ++ --system \ ++ --dest=com.redhat.dhcp \ ++ --type=method_call \ ++ /com/redhat/dhcp/$interface \ ++ com.redhat.dhcp.set \ ++ 'string:'"`env | /bin/egrep -v '^(PATH|SHLVL|_|PWD|dhc_dbus)\='`"; ++ if (( ( dhc_dbus & 31 ) == 31 )); then ++ exit 0; ++ fi; ++fi; ++ + make_resolv_conf() { + if [ "x$new_domain_name" != x ] && [ x"$new_domain_name_servers" != x ]; then + echo search $new_domain_name >/etc/resolv.conf +@@ -80,6 +93,7 @@ + fi + + if [ x$reason = xPREINIT ]; then ++ if [ -z "${dhc_dbus}" ] || (( ( dhc_dbus & 2 ) != 2 )); then + if [ x$alias_ip_address != x ]; then + # Bring down alias interface. Its routes will disappear too. + ifconfig $interface:0- inet 0 +@@ -98,6 +112,7 @@ + sleep 1 + + exit_with_hooks 0 ++ fi + fi + + if [ x$reason = xARPCHECK ] || [ x$reason = xARPSEND ]; then +@@ -115,6 +130,7 @@ + fi + fi + ++ if [ -z "${dhc_dbus}" ] || (( ( dhc_dbus & 2 ) != 2 )); then + if [ x$old_ip_address != x ] && [ x$alias_ip_address != x ] && \ + [ x$alias_ip_address != x$old_ip_address ]; then + # Possible new alias. Remove old alias. +@@ -124,13 +140,18 @@ + # IP address changed. Bringing down the interface will delete all routes, + # and clear the ARP cache. + ifconfig $interface inet 0 down +- + fi ++ fi ++ + if [ x$old_ip_address = x ] || [ x$old_ip_address != x$new_ip_address ] || \ + [ x$reason = xBOUND ] || [ x$reason = xREBOOT ]; then + ++ if [ -z "${dhc_dbus}" ] || (( ( dhc_dbus & 2 ) != 2 )); then + ifconfig $interface inet $new_ip_address $new_subnet_arg \ + $new_broadcast_arg ++ fi ++ ++ if [ -z "${dhc_dbus}" ] || (( ( dhc_dbus & 4 ) != 4 )); then + # Add a network route to the computed network address. + if [ $relmajor -lt 2 ] || \ + ( [ $relmajor -eq 2 ] && [ $relminor -eq 0 ] ); then +@@ -140,13 +161,18 @@ + route add default gw $router + done + fi ++ fi ++ if [ -z "${dhc_dbus}" ] || (( ( dhc_dbus & 2 ) != 2 )); then + if [ x$new_ip_address != x$alias_ip_address ] && [ x$alias_ip_address != x ]; + then + ifconfig $interface:0- inet 0 + ifconfig $interface:0 inet $alias_ip_address $alias_subnet_arg + route add -host $alias_ip_address $interface:0 + fi ++ fi ++ if [ -z "${dhc_dbus}" ] || (( ( dhc_dbus & 1 ) != 1 )); then + make_resolv_conf ++ fi + exit_with_hooks 0 + fi + +@@ -168,19 +194,24 @@ + fi + + if [ x$reason = xTIMEOUT ]; then ++ if [ -z "${dhc_dbus}" ] || (( ( dhc_dbus & 2 ) != 2 )); then + if [ x$alias_ip_address != x ]; then + ifconfig $interface:0- inet 0 + fi + ifconfig $interface inet $new_ip_address $new_subnet_arg \ + $new_broadcast_arg ++ fi + set $new_routers + ############## what is -w in ping? + if ping -q -c 1 $1; then ++ if [ -z "${dhc_dbus}" ] || (( ( dhc_dbus & 2 ) != 2 )); then + if [ x$new_ip_address != x$alias_ip_address ] && \ + [ x$alias_ip_address != x ]; then + ifconfig $interface:0 inet $alias_ip_address $alias_subnet_arg + route add -host $alias_ip_address dev $interface:0 + fi ++ fi ++ if [ -z "${dhc_dbus}" ] || (( ( dhc_dbus & 4 ) != 4 )); then + if [ $relmajor -lt 2 ] || \ + ( [ $relmajor -eq 2 ] && [ $relminor -eq 0 ] ); then + route add -net $new_network_number +@@ -188,10 +219,16 @@ + for router in $new_routers; do + route add default gw $router + done ++ fi ++ ++ if [ -z "${dhc_dbus}" ] || (( ( dhc_dbus & 1 ) != 1 )); then + make_resolv_conf ++ fi + exit_with_hooks 0 + fi ++ if [ -z "${dhc_dbus}" ] || (( ( dhc_dbus & 2 ) != 2 )); then + ifconfig $interface inet 0 down ++ fi + exit_with_hooks 1 + fi + +diff -urN dhcp-3.0.3/common/parse.c dhcp-3.0.3-work/common/parse.c +--- dhcp-3.0.3/common/parse.c 2005-03-03 17:55:23.000000000 +0100 ++++ dhcp-3.0.3-work/common/parse.c 2005-10-19 18:43:28.000000000 +0200 +@@ -1270,6 +1270,10 @@ + option_hash_add (option -> universe -> hash, + (const char *)option -> name, + 0, option, MDL); ++#ifdef EXTENDED_NEW_OPTION_INFO ++ if ( new_option_info_tree != 0L ) ++ add_new_option_info( option ); ++#endif + return 1; + } + +diff -urN dhcp-3.0.3/common/tables.c dhcp-3.0.3-work/common/tables.c +--- dhcp-3.0.3/common/tables.c 2004-09-01 19:06:35.000000000 +0200 ++++ dhcp-3.0.3-work/common/tables.c 2005-10-19 18:43:28.000000000 +0200 +@@ -1238,3 +1238,40 @@ + fqdn_universe.name, 0, + &fqdn_universe, MDL); + } ++ ++#ifdef EXTENDED_NEW_OPTION_INFO ++#include ++ ++void *new_option_info_tree = 0L; ++ ++static int new_option_info_comparator( const void* p1, const void *p2 ) ++{ ++ uint32_t ocode1 = (((const struct option*)p1)->universe->index << 8) ++ |(((const struct option*)p1)->code), ++ ocode2 = (((const struct option*)p2)->universe->index << 8) ++ |(((const struct option*)p2)->code); ++ return( (ocode1 == ocode2) ++ ? 0 ++ :( ( ocode1 > ocode2 ) ++ ? 1 ++ : -1 ++ ) ++ ); ++} ++ ++void *add_new_option_info( struct option *option ) ++{ ++ if ( option->universe->index >= fqdn_universe.index ) ++ return 0L; ++ if ( new_option_info_tree == GENERATE_NEW_OPTION_INFO ) ++ new_option_info_tree = (void*)0L; ++ return tsearch( option, &(new_option_info_tree), new_option_info_comparator ); ++} ++ ++void *lookup_new_option_info( struct option *option ) ++{ ++ if ( new_option_info_tree == GENERATE_NEW_OPTION_INFO ) ++ return 0L; ++ return tfind( option, &(new_option_info_tree), new_option_info_comparator ); ++} ++#endif +diff -urN dhcp-3.0.3/includes/dhcpd.h dhcp-3.0.3-work/includes/dhcpd.h +--- dhcp-3.0.3/includes/dhcpd.h 2005-04-30 01:10:57.000000000 +0200 ++++ dhcp-3.0.3-work/includes/dhcpd.h 2005-10-19 18:43:28.000000000 +0200 +@@ -1799,6 +1799,14 @@ + void initialize_common_option_spaces PROTO ((void)); + struct universe *config_universe; + ++#define EXTENDED_NEW_OPTION_INFO ++#ifdef EXTENDED_NEW_OPTION_INFO ++#define GENERATE_NEW_OPTION_INFO ((void*)1) ++extern void *new_option_info_tree; ++extern void *add_new_option_info( struct option*); ++extern void *lookup_new_option_info( struct option *); ++#endif ++ + /* stables.c */ + #if defined (FAILOVER_PROTOCOL) + extern failover_option_t null_failover_option; } From crazy at frugalware.org Wed Aug 2 16:21:36 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 16:21:38 2006 Subject: [Frugalware-darcs] frugalware-current: kdemultimedia-docs Message-ID: <20060802142136.496942E00B5@genesis.frugalware.org> [kdemultimedia-docs crazy **20060802141356 * removed ] { hunk ./source/kde/kdemultimedia/FrugalBuild 13 -options=('nodocs') hunk ./source/kde-extra/kdemultimedia-docs/FrugalBuild 1 -# Last Modified: Thu, 01 Jun 2006 04:17:41 +0200 -# Compiling Time: 0.21 SBU -# Maintainer: crazy - -pkgname=kdemultimedia-docs -origname=kdemultimedia -pkgver=3.5.3 -pkgrel=1 -pkgdesc="Documentation for the KDE Multimedia Programs." -groups=('kde-extra' 'kde-docs') -archs=('i686' 'x86_64') -rodepends=('kdemultimedia>=3.5.3') -makedepends=('kdelibs>=3.5.3') -Finclude kde -source=($pkgurl/$origname-$pkgver.tar.bz2) -sha1sums=('2a75ba49bbc513b4ab5cb0d039949984742f94f5') - -build() -{ - - Fcd $origname-$pkgver - Fbuild DO_NOT_COMPILE=" \ - arts audiofile_artsplugin juk kaboodle kappfinder-data kfile-plugins kmid \ - kmix libkcddb mpeglib mpg123_artsplugin oggvorbis_artsplugin xine_artsplugin \ - akode_artsplugin krec noatun kscd kioslave kaudiocreator mpeglib_artsplug" - - -} rmfile ./source/kde-extra/kdemultimedia-docs/FrugalBuild rmdir ./source/kde-extra/kdemultimedia-docs } From boobaa at frugalware.org Wed Aug 2 16:26:16 2006 From: boobaa at frugalware.org (CSÉCSY László) Date: Wed Aug 2 16:26:18 2006 Subject: [Frugalware-darcs] =?iso-8859-1?q?blogdata=3A_Friss=EDtett_Fruga?= =?iso-8859-1?q?lware_LiveCD?= Message-ID: <20060802142616.F1BB62E00B5@genesis.frugalware.org> [Frissített Frugalware LiveCD CSÉCSY László **20060802142447] { addfile ./blog/Frugalware/fwlive-0.2-kde-hu-i686.txt hunk ./blog/Frugalware/fwlive-0.2-kde-hu-i686.txt 1 +Frissített Frugalware LiveCD + +Szombaton elegem lett abból, hogy nem tudok a főnököm asztalára egy olyan Frugalware LiveCD-t tenni, amin volna OpenOffice.org. Azóta nem kevés időt elcs... szúrtam, néhány tízszer újrageneráltam az isot, de most legalább "elkészült". + +Főbb tudnivalók: nincs Gnome, nincs XFCE, nincs rakatnyi fájlkezelő, nincs egy csomó minden. Van viszont KDE, benne oktatóprogramokkal (lévén gimnáziumban dolgozom), van OpenOffice.org, van Firefox, van Thunderbird, van K3b, van Gaim, van XMMS, van MPlayer, van GIMP, van XChat, van amaroK, van dhcp-s hálózat alapértelmezésben, működő egérgörgő (az USB-s egeremen legalábbis működik) - ja és mindez magyarul. + +Van viszont vele egy kicsi hiba: a billentyűzet csak félig magyar, ugyanis a hungarumlautok helyett ?-t kapok, valamint az AltGr is sima Altként funkcionál. Lehet tehát mit dolgozni még rajta - akinek van kedve, nagy sávszélessége (összesen 5-600 csomagot tartalmaz a CD, pontos számra nem emlékszem), még nagyobb helye (kb. 2,5GiB kell a /var/tmp/livecd könyvtárban, valamint további >800MiB a munkakönyvtárban), valamint rengeteg időre (kernelfordítás, sysconfig-fordítás és csomagok helyben megléte esetén nálam kicsivel több, mint egy óráig tart az iso elkészítése). + +Kicsit átalakítottam a build menetét is: az eddigi pakoljuk fel ezeket a csomagcsoportokat, aztán azokat is, aztán tegyünk még fel csomagokat, ja de mivel kifutottunk a helyből, vegyünk le egy-két csomagot hozzáállás helyett csak a base és az xorg-core csoportok kerülnek fel a CD-re, ezeken felül pedig néhány alkalmazás - uninstall nincs, így két lépésre rövidült a csomagtelepítés. Készítettem továbbá egy Makefile-t is, melynek segítségével elvileg lehetséges egyetlen make paranccsal végigküzdeni magunkat egy iso fájlig. + +Ha jól tudom visszaidézni, akkor máshoz nem nyúltam - próbálkoztam még az xconfig --live használatával, de az sajnos - ismeretlen okok miatt - pont az initszkriptekből nem működik. Ja: a stuff elérhető itt. hunk ./blog/metadata.db 1 -a:56:{s:26:"/Blosxcom.PHP/na_vegre.txt";a:3:{i:0;i:1137284760;i:1;s:7:"default";i:2;s:53:"Végre sikerült felrugdosni ezt a "kiváló" blogmotort +a:57:{s:26:"/Blosxcom.PHP/na_vegre.txt";a:3:{i:0;i:1137284760;i:1;s:7:"default";i:2;s:53:"Végre sikerült felrugdosni ezt a "kiváló" blogmotort hunk ./blog/metadata.db 57 +";}s:38:"/Frugalware/fwlive-0.2-kde-hu-i686.txt";a:3:{i:0;i:1154528652;i:1;s:7:"default";i:2;s:29:"Frissített Frugalware LiveCD } From crazy at frugalware.org Wed Aug 2 17:17:25 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 17:17:27 2006 Subject: [Frugalware-darcs] frugalware-current: kdeutils-3.5.4-1-i686 Message-ID: <20060802151725.D5BE12E00B5@genesis.frugalware.org> [kdeutils-3.5.4-1-i686 crazy **20060802150908 * Version bump ] { hunk ./source/kde/kdeutils/FrugalBuild 1 -# Last Modified: Wed, 31 May 2006 23:00:57 +0200 +# Last Modified: Wed, 02 Aug 2006 17:01:49 +0200 hunk ./source/kde/kdeutils/FrugalBuild 6 -pkgver=3.5.3 +pkgver=3.5.4 hunk ./source/kde/kdeutils/FrugalBuild 11 -depends=('kdebase>=3.5.3' 'python' 'gmp' 'xmms' 'libxtst') +depends=('kdebase>=3.5.4' 'python' 'gmp' 'xmms' 'libxtst') hunk ./source/kde/kdeutils/FrugalBuild 15 -sha1sums=('d75dbb1d231776bb91f3c6604888ac209f75411e') hunk ./source/kde/kdeutils/FrugalBuild 16 +sha1sums=('ed10a30c6c682d3656336d756d85ebc6797e365f') } From crazy at frugalware.org Wed Aug 2 18:55:37 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 18:55:39 2006 Subject: [Frugalware-darcs] frugalware-current: kdemultimedia-3.5.4-1-i686 Message-ID: <20060802165537.84A2E2E00B5@genesis.frugalware.org> [kdemultimedia-3.5.4-1-i686 crazy **20060802165155 * Version bump ] { hunk ./source/kde/kdemultimedia/FrugalBuild 1 -# Last Modified: Wed, 31 May 2006 21:50:04 +0200 +# Last Modified: Wed, 02 Aug 2006 18:19:20 +0200 hunk ./source/kde/kdemultimedia/FrugalBuild 7 -pkgver=3.5.3 +pkgver=3.5.4 hunk ./source/kde/kdemultimedia/FrugalBuild 12 -depends=('libxv' 'kdebase>=3.5.3' 'cdparanoia' 'lame' 'taglib' 'libtunepimp' 'xine-lib' 'akode' 'libxml2' 'esd' 'libxxf86dga') +depends=('libxv' 'kdebase>=3.5.4' 'cdparanoia' 'lame' 'speex' 'taglib' 'libtunepimp' 'xine-lib' 'akode' 'libxml2' 'esd' 'libxxf86dga') hunk ./source/kde/kdemultimedia/FrugalBuild 14 -sha1sums=('2a75ba49bbc513b4ab5cb0d039949984742f94f5') +sha1sums=('a435563cc45fb8f26090471792956c03d50c51c2') + +subpkgs=("$pkgname-docs") +subdescs=("Kdemultimedia Documentation") +subdepends=("$pkgname-$pkgver") +subgroups=('kde-extra kde-docs') +subarchs=('i686 x86_64') hunk ./source/kde/kdemultimedia/FrugalBuild 26 - --with-lame \ hunk ./source/kde/kdemultimedia/FrugalBuild 27 - --with-cdparanoia \ + --with-speex \ hunk ./source/kde/kdemultimedia/FrugalBuild 39 + Fsplit $pkgname-docs usr/share/doc } From crazy at frugalware.org Wed Aug 2 19:15:20 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 19:15:22 2006 Subject: [Frugalware-darcs] frugalware-current: kde.* scripts? hacks? Message-ID: <20060802171520.42ADD2E00B5@genesis.frugalware.org> [kde.* scripts? hacks? crazy **20060802171159 * removed all * if someone want this again feel free to poke and I'll add a bash script or something ] { hunk ./source/kde/kde.ChangeGroup 1 -#!/bin/bash - -# Last Modified: Wed Mar 17 14:34:15 CEST 2005 -# Maintainer: Kapolnasi Tamas -# Change frugalware group - -old="groups=('kde')" -new="groups=('kde' 'kde-core')" - -for i in arts kdeaccessibility kdeaddons kdeadmin kdeartwork kdebase kdebindings kdeedu kdegames kdegraphics kdelibs kdemultimedia kdenetwork kdepim kdesdk kdetoys kdeutils kdevelop kdewebdev -do - cd $i - cat FrugalBuild |sed -e "s/$old/$new/" >.new - cat .new >FrugalBuild - rm -f .new - cd .. -done rmfile ./source/kde/kde.ChangeGroup hunk ./source/kde/kde.FrugalBuild 1 -#!/bin/bash - -# Last Modified: Wed Jun 1 14:34:15 CEST 2005 -# Compiling Time: ~1 day 4 hours -# Maintainer: Kapolnasi Tamas - -# you can download all kde source with the following command: -# wget -r -c --passive-ftp ftp://ftp.us.kde.org/pub/kde/stable/$kdever/src/ - -# builds and installs all (21) kde packages -# qt and koffice follow a different schedule, so we build them separately - -build() { - pkg=$1 - shift 1 - cd $pkg - makepkg -c $* || exit 1 - pacman -Ud *fpm $* - # movepkg - cd .. -} -build arts $* -build kdelibs $* -build kdebase $* -build kdeutils $* -build kdemultimedia $* -build kdenetwork $* -build kdeadmin $* -build kdeartwork $* -build kdegames $* -build kdetoys $* -build kdeedu $* -build kdegraphics $* -build kdesdk $* -build kdevelop $* -build kdeaddons $* -build kdewebdev $* -build kdebindings $* -build kdepim $* -build kdeaccessibility $* rmfile ./source/kde/kde.FrugalBuild hunk ./source/kde/kde.PreBuild 1 -#!/bin/bash - -# run this script before building -# note that you have to check manually arts and kdevelop -# after running this, you only have to update the md5sums -# don't forgot to set pkgrels to 1! - -LC_ALL= -LANG= - -old=3.4.2 -oldshort=3.4 -new=3.4.3 -newshort=3.4 -artsold="arts=1.4.2" -artsnew="arts=1.4.3" - -for i in arts kdeaccessibility kdeaddons kdeadmin kdeartwork kdebase kdebindings kdeedu kdegames kdegraphics kdelibs kdemultimedia kdenetwork kdepim kdesdk kdevelop kdetoys kdeutils kdewebdev -do - cd $i -# rm *tar.bz2 - cat FrugalBuild |sed -e "s/$old/$new/" -e "s/\/$oldshort/\/$newshort/" >.new - echo -n '# Last Modified: ' >FrugalBuild - date >>FrugalBuild - cat .new |sed -e "s/pkgrel=[0-9]/pkgrel=1/" >>.new2 - cat .new2 |sed -e "s/$artsold/$artsnew/" >>.new3 - cat .new3 |grep -v 'Last Modified:' >>FrugalBuild - rm -f .new .new2 .new3 - cd .. -done rmfile ./source/kde/kde.PreBuild hunk ./source/kde/kde.repoman 1 -#!/bin/bash - -oldver=3.4.2 -kdever=3.4.3 - -cd arts; -repoman del source/kde/arts/arts-1.4.2.tar.bz2; -repoman del frugalware/arts-1.4.2-1-i686.fpm; cd .. -cd kdevelop; -repoman del source/kde/kdevelop/kdevelop-3.2.2.tar.bz2 -repoman del frugalware/kdevelop-3.2.2-1-i686.fpm; cd .. - -for i in kdeaccessibility kdeaddons kdeadmin kdeartwork kdebase kdebindings kdeedu kdegames kdegraphics kdelibs kdemultimedia kdenetwork kdepim kdesdk kdetoys kdeutils kdewebdev -do - cd $i - repoman del source/kde/$i/$i-$oldver.tar.bz2 - repoman del frugalware/$i-$oldver-1-i686.fpm - cd .. -done - -darcs push - -cd arts; -repoman up arts-1.4.3.tar.bz2 source/kde/arts/; -repoman up arts-1.4.3-1-i686.fpm frugalware/; cd .. -cd kdevelop; -repoman up kdevelop-3.2.3.tar.bz2 source/kde/kdevelop; -repoman up kdevelop-3.2.3-1-i686.fpm frugalware/; cd .. - -for i in kdeaccessibility kdeaddons kdeadmin kdeartwork kdebase kdebindings kdeedu kdegames kdegraphics kdelibs kdemultimedia kdenetwork kdepim kdesdk kdetoys kdeutils kdewebdev -do - cd $i - repoman up $i-$kdever.tar.bz2 source/kde/$i - repoman up $i-$kdever-1-i686.fpm frugalware/ - cd .. -done rmfile ./source/kde/kde.repoman } From crazy at frugalware.org Wed Aug 2 19:19:00 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 19:19:02 2006 Subject: [Frugalware-darcs] frugalware-current: libkipi-0.1.4-2-i686 Message-ID: <20060802171900.13F8D2E00B5@genesis.frugalware.org> [libkipi-0.1.4-2-i686 crazy **20060802171659 * moved to kde-extra ] { move ./source/kde/libkipi ./source/kde-extra/libkipi hunk ./source/kde-extra/libkipi/FrugalBuild 11 -groups=('kde') +groups=('kde-extra') } From crazy at frugalware.org Wed Aug 2 19:27:46 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 19:27:47 2006 Subject: [Frugalware-darcs] frugalware-current: libkexif-0.2.4-1-i686 Message-ID: <20060802172746.D52962E00B5@genesis.frugalware.org> [libkexif-0.2.4-1-i686 crazy **20060802172537 * moved to kde-extra ] { move ./source/kde/libkexif ./source/kde-extra/libkexif hunk ./source/kde-extra/libkexif/FrugalBuild 11 -groups=('kde') +groups=('kde-extra') } From crazy at frugalware.org Wed Aug 2 19:31:56 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 19:31:59 2006 Subject: [Frugalware-darcs] frugalware-current: kdeaddons-docs Message-ID: <20060802173157.175A02E00B5@genesis.frugalware.org> [kdeaddons-docs crazy **20060802172911 * removed ] { hunk ./source/kde-extra/kdeaddons-docs/FrugalBuild 1 -# Last Modified: Thu, 01 Jun 2006 01:50:45 +0200 -# Compiling Time: 0.16 SBU -# Maintainer: crazy - -pkgname=kdeaddons-docs -origname=kdeaddons -pkgver=3.5.3 -pkgrel=1 -pkgdesc="Documentation for the Kdeaddons package." -groups=('kde-extra' 'kde-docs') -archs=('i686' 'x86_64') -rodepends=('kdeaddons>=3.5.3') -makedepends=('kdelibs>=3.5.3') -Finclude kde -source=($pkgurl/$origname-$pkgver.tar.bz2) -sha1sums=('fd202fd051983765ec7b38bf0d5a7ac4c36cfb1f') - -build() -{ - - Fcd $origname-$pkgver - Fbuild DO_NOT_COMPILE=" \ - atlantikdesigner kaddressbook-plugins kate kfile-plugins kicker-applets \ - knewsticker-scripts konq-plugins ksig noatun-plugins renamedlgplugins" - -} rmfile ./source/kde-extra/kdeaddons-docs/FrugalBuild rmdir ./source/kde-extra/kdeaddons-docs } From voroskoi at frugalware.org Wed Aug 2 19:56:04 2006 From: voroskoi at frugalware.org (voroskoi) Date: Wed Aug 2 19:56:06 2006 Subject: [Frugalware-darcs] frugalware-current: seamonkey-1.0.3-1-i686 Message-ID: <20060802175604.860642E00B5@genesis.frugalware.org> [seamonkey-1.0.3-1-i686 voroskoi **20060802174618 version bump updated depends() ] { hunk ./source/xapps-extra/seamonkey/FrugalBuild 1 -# Last modified: Tue, 06 Jun 2006 22:25:22 +0200 +# Last modified: Wed, 02 Aug 2006 18:56:42 +0200 hunk ./source/xapps-extra/seamonkey/FrugalBuild 6 -pkgver=1.0.2 +pkgver=1.0.3 hunk ./source/xapps-extra/seamonkey/FrugalBuild 10 -depends=('gtk+2' 'atk' 'libxt' 'expat' 'libstdc++' 'libidl' 'pango' 'nss') +depends=('libstdc++' 'gtk+2' 'atk' 'libxt' 'libidl' 'pango' 'cairo' 'nss') hunk ./source/xapps-extra/seamonkey/FrugalBuild 21 -sha1sums=('966e9a57269cd54f40312e5fdaa42e9f2c3fbcea' \ +sha1sums=('b770a32a5b941325beede42f153affe32043f4bd' \ } From crazy at frugalware.org Wed Aug 2 20:30:32 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 20:30:34 2006 Subject: [Frugalware-darcs] frugalware-current: kdeaddons-3.5.4-1-i686 Message-ID: <20060802183032.672B82E00B5@genesis.frugalware.org> [kdeaddons-3.5.4-1-i686 crazy **20060802182753 * Version bump ] { hunk ./source/kde/kdeaddons/FrugalBuild 1 -# Last Modified: Wed, 31 May 2006 22:37:07 +0200 -# Compiling Time: 5.85 SBU +# Last Modified: Wed, 02 Aug 2006 20:25:52 +0200 +# Compiling Time: 4.24 SBU hunk ./source/kde/kdeaddons/FrugalBuild 6 -pkgver=3.5.3 +pkgver=3.5.4 hunk ./source/kde/kdeaddons/FrugalBuild 12 -depends=('kdemultimedia>=3.5.3' 'kdegames>=3.5.3' 'sdl' 'db') +depends=('kdemultimedia>=3.5.4' 'kdegames>=3.5.4' 'sdl' 'db') hunk ./source/kde/kdeaddons/FrugalBuild 14 -sha1sums=('fd202fd051983765ec7b38bf0d5a7ac4c36cfb1f') -Fconfopts="$Fconfopts --enable-new-ldflags \ - --with-sdl" +sha1sums=('1e3957d7effb394a92f35a2d1b12d1c4023fcfbc') + +subpkgs=("$pkgname-docs") +subdescs=("Kdeaddons Documentation") +subdepends=("$pkgname-$pkgver") +subgroups=('kde-extra kde-docs') +subarchs=('i686 x86_64') + +build() +{ + Fbuild --enable-new-ldflags --with-sdl \ + --without-debug --disable-debug \ + --enable-gcc-hidden-visibility --enable-final \ + --with-gnu-ld --disable-dependency-tracking + Fsplit $pkgname-docs usr/share/doc +} } From crazy at frugalware.org Wed Aug 2 20:41:49 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 20:41:51 2006 Subject: [Frugalware-darcs] frugalware-current: kdegraphics-docs Message-ID: <20060802184149.80FF12E00B5@genesis.frugalware.org> [kdegraphics-docs crazy **20060802183743 * removed ] { hunk ./source/kde-extra/kdegraphics-docs/FrugalBuild 1 -# Last Modified: Thu, 01 Jun 2006 04:03:57 +0200 -# Compiling Time: 0.20 SBU -# Maintainer: crazy - -pkgname=kdegraphics-docs -origname=kdegraphics -pkgver=3.5.3 -pkgrel=1 -pkgdesc="Documentation for the KDE Graphics Programs" -groups=('kde-extra' 'kde-docs') -archs=('i686' 'x86_64') -rodepends=('kdegraphics>=3.5.3') -makedepends=('kdelibs>=3.5.3') -Finclude kde -source=($pkgurl/$origname-$pkgver.tar.bz2) -sha1sums=('7ea559a592bfcd914cc9c1ef923bcc63f2db7c2c') - -build() -{ - - Fcd $origname-$pkgver - Fbuild DO_NOT_COMPILE="kamera kcoloredit kfax kgamma kghostview kiconedit kmrml kolourpaint \ - kpdf kpovmodeler kruler ksnapshot ksvg kuickshow kview kviewshell libkscan kfile-plugins \ - kfaxview kdvi kooka" -} rmfile ./source/kde-extra/kdegraphics-docs/FrugalBuild rmdir ./source/kde-extra/kdegraphics-docs } From voroskoi at frugalware.org Wed Aug 2 20:46:33 2006 From: voroskoi at frugalware.org (voroskoi) Date: Wed Aug 2 20:46:36 2006 Subject: [Frugalware-darcs] frugalware-current: gpg-agent-1.9.22-1-i686 Message-ID: <20060802184633.BAFFF2E00B5@genesis.frugalware.org> [gpg-agent-1.9.22-1-i686 voroskoi **20060802184434 version bump ] { hunk ./source/apps/gpg-agent/FrugalBuild 1 -# Last Modified: Wed, 21 Jun 2006 14:30:28 +0200 +# Last Modified: Wed, 02 Aug 2006 20:40:34 +0200 hunk ./source/apps/gpg-agent/FrugalBuild 7 -pkgver=1.9.21 +pkgver=1.9.22 hunk ./source/apps/gpg-agent/FrugalBuild 17 -sha1sums=('f7c9dea1049dfd3da6d66838005def26898d06e2') +sha1sums=('10b2a5c256598d9ed25c84d55ea111710b3f8906') hunk ./source/apps/gpg-agent/FrugalBuild 21 - Fmake --enable-agent-only - Fmakeinstall + Fbuild --enable-agent-only } From voroskoi at frugalware.org Wed Aug 2 21:01:37 2006 From: voroskoi at frugalware.org (voroskoi) Date: Wed Aug 2 21:01:39 2006 Subject: [Frugalware-darcs] frugalware-current: libtiff-3.8.2-3-i686 Message-ID: <20060802190137.512CC2E00B5@genesis.frugalware.org> [libtiff-3.8.2-3-i686 voroskoi **20060802185926 secfix release, closes #1004 patches taken from fedora ] { hunk ./source/lib/libtiff/FrugalBuild 1 -# Last Modified: Thu, 15 Jun 2006 08:45:37 +0200 +# Last Modified: Wed, 02 Aug 2006 20:52:06 +0200 hunk ./source/lib/libtiff/FrugalBuild 8 -pkgrel=2 +pkgrel=3 hunk ./source/lib/libtiff/FrugalBuild 15 -source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-$pkgver.tar.gz CVE-2006-2193.patch) -sha1sums=('549e67b6a15b42bfcd72fe17cda7c9a198a393eb' \ - 'f4af800713a048dd4db5ce9a2cb39c87ebf0c9dc') +source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-$pkgver.tar.gz CVE-2006-2193.patch \ + libtiff-3.8.2-ormandy.patch tiffsplit-overflow.patch) hunk ./source/lib/libtiff/FrugalBuild 25 +sha1sums=('549e67b6a15b42bfcd72fe17cda7c9a198a393eb' \ + 'f4af800713a048dd4db5ce9a2cb39c87ebf0c9dc' \ + '61c5f52e1182a6ca7b59045ae76609e16ef4b3a0' \ + 'eba26a1340806b89e4305cc0cf9d6485f69a610f') addfile ./source/lib/libtiff/libtiff-3.8.2-ormandy.patch hunk ./source/lib/libtiff/libtiff-3.8.2-ormandy.patch 1 +# Fix several vulnerabilities (CVE-2006-3460 CVE-2006-3461 +# CVE-2006-3462 CVE-2006-3463 CVE-2006-3464 CVE-2006-3465) + +diff -ru tiff-3.8.2/libtiff/tif_dir.c tiff-3.8.2-goo/libtiff/tif_dir.c +--- tiff-3.8.2/libtiff/tif_dir.c 2006-03-21 16:42:50.000000000 +0000 ++++ tiff-3.8.2-goo/libtiff/tif_dir.c 2006-07-14 13:52:01.027562000 +0100 +@@ -122,6 +122,7 @@ + { + static const char module[] = "_TIFFVSetField"; + ++ const TIFFFieldInfo* fip = _TIFFFindFieldInfo(tif, tag, TIFF_ANY); + TIFFDirectory* td = &tif->tif_dir; + int status = 1; + uint32 v32, i, v; +@@ -195,10 +196,12 @@ + break; + case TIFFTAG_ORIENTATION: + v = va_arg(ap, uint32); ++ const TIFFFieldInfo* fip; + if (v < ORIENTATION_TOPLEFT || ORIENTATION_LEFTBOT < v) { ++ fip = _TIFFFieldWithTag(tif, tag); + TIFFWarningExt(tif->tif_clientdata, tif->tif_name, + "Bad value %lu for \"%s\" tag ignored", +- v, _TIFFFieldWithTag(tif, tag)->field_name); ++ v, fip ? fip->field_name : "Unknown"); + } else + td->td_orientation = (uint16) v; + break; +@@ -387,11 +390,15 @@ + * happens, for example, when tiffcp is used to convert between + * compression schemes and codec-specific tags are blindly copied. + */ ++ /* ++ * better not dereference fip if it is NULL. ++ * -- taviso@google.com 15 Jun 2006 ++ */ + if(fip == NULL || fip->field_bit != FIELD_CUSTOM) { + TIFFErrorExt(tif->tif_clientdata, module, + "%s: Invalid %stag \"%s\" (not supported by codec)", + tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", +- _TIFFFieldWithTag(tif, tag)->field_name); ++ fip ? fip->field_name : "Unknown"); + status = 0; + break; + } +@@ -468,7 +475,7 @@ + if (fip->field_type == TIFF_ASCII) + _TIFFsetString((char **)&tv->value, va_arg(ap, char *)); + else { +- tv->value = _TIFFmalloc(tv_size * tv->count); ++ tv->value = _TIFFCheckMalloc(tif, tv_size, tv->count, "Tag Value"); + if (!tv->value) { + status = 0; + goto end; +@@ -563,7 +570,7 @@ + } + } + if (status) { +- TIFFSetFieldBit(tif, _TIFFFieldWithTag(tif, tag)->field_bit); ++ TIFFSetFieldBit(tif, fip->field_bit); + tif->tif_flags |= TIFF_DIRTYDIRECT; + } + +@@ -572,12 +579,12 @@ + return (status); + badvalue: + TIFFErrorExt(tif->tif_clientdata, module, "%s: Bad value %d for \"%s\"", +- tif->tif_name, v, _TIFFFieldWithTag(tif, tag)->field_name); ++ tif->tif_name, v, fip ? fip->field_name : "Unknown"); + va_end(ap); + return (0); + badvalue32: + TIFFErrorExt(tif->tif_clientdata, module, "%s: Bad value %ld for \"%s\"", +- tif->tif_name, v32, _TIFFFieldWithTag(tif, tag)->field_name); ++ tif->tif_name, v32, fip ? fip->field_name : "Unknown"); + va_end(ap); + return (0); + } +@@ -813,12 +820,16 @@ + * If the client tries to get a tag that is not valid + * for the image's codec then we'll arrive here. + */ ++ /* ++ * dont dereference fip if it's NULL. ++ * -- taviso@google.com 15 Jun 2006 ++ */ + if( fip == NULL || fip->field_bit != FIELD_CUSTOM ) + { + TIFFErrorExt(tif->tif_clientdata, "_TIFFVGetField", + "%s: Invalid %stag \"%s\" (not supported by codec)", + tif->tif_name, isPseudoTag(tag) ? "pseudo-" : "", +- _TIFFFieldWithTag(tif, tag)->field_name); ++ fip ? fip->field_name : "Unknown"); + ret_val = 0; + break; + } +diff -ru tiff-3.8.2/libtiff/tif_dirinfo.c tiff-3.8.2-goo/libtiff/tif_dirinfo.c +--- tiff-3.8.2/libtiff/tif_dirinfo.c 2006-02-07 13:51:03.000000000 +0000 ++++ tiff-3.8.2-goo/libtiff/tif_dirinfo.c 2006-07-14 13:52:00.953558000 +0100 +@@ -775,7 +775,8 @@ + TIFFErrorExt(tif->tif_clientdata, "TIFFFieldWithTag", + "Internal error, unknown tag 0x%x", + (unsigned int) tag); +- assert(fip != NULL); ++ /* assert(fip != NULL); */ ++ + /*NOTREACHED*/ + } + return (fip); +@@ -789,7 +790,8 @@ + if (!fip) { + TIFFErrorExt(tif->tif_clientdata, "TIFFFieldWithName", + "Internal error, unknown tag %s", field_name); +- assert(fip != NULL); ++ /* assert(fip != NULL); */ ++ + /*NOTREACHED*/ + } + return (fip); +diff -ru tiff-3.8.2/libtiff/tif_dirread.c tiff-3.8.2-goo/libtiff/tif_dirread.c +--- tiff-3.8.2/libtiff/tif_dirread.c 2006-03-21 16:42:50.000000000 +0000 ++++ tiff-3.8.2-goo/libtiff/tif_dirread.c 2006-07-14 13:52:00.842557000 +0100 +@@ -29,6 +29,9 @@ + * + * Directory Read Support Routines. + */ ++ ++#include ++ + #include "tiffiop.h" + + #define IGNORE 0 /* tag placeholder used below */ +@@ -81,6 +84,7 @@ + uint16 dircount; + toff_t nextdiroff; + int diroutoforderwarning = 0; ++ int compressionknown = 0; + toff_t* new_dirlist; + + tif->tif_diroff = tif->tif_nextdiroff; +@@ -147,13 +151,20 @@ + } else { + toff_t off = tif->tif_diroff; + +- if (off + sizeof (uint16) > tif->tif_size) { +- TIFFErrorExt(tif->tif_clientdata, module, +- "%s: Can not read TIFF directory count", +- tif->tif_name); +- return (0); ++ /* ++ * Check for integer overflow when validating the dir_off, otherwise ++ * a very high offset may cause an OOB read and crash the client. ++ * -- taviso@google.com, 14 Jun 2006. ++ */ ++ if (off + sizeof (uint16) > tif->tif_size || ++ off > (UINT_MAX - sizeof(uint16))) { ++ TIFFErrorExt(tif->tif_clientdata, module, ++ "%s: Can not read TIFF directory count", ++ tif->tif_name); ++ return (0); + } else +- _TIFFmemcpy(&dircount, tif->tif_base + off, sizeof (uint16)); ++ _TIFFmemcpy(&dircount, tif->tif_base + off, ++ sizeof (uint16)); + off += sizeof (uint16); + if (tif->tif_flags & TIFF_SWAB) + TIFFSwabShort(&dircount); +@@ -254,6 +265,7 @@ + while (fix < tif->tif_nfields && + tif->tif_fieldinfo[fix]->field_tag < dp->tdir_tag) + fix++; ++ + if (fix >= tif->tif_nfields || + tif->tif_fieldinfo[fix]->field_tag != dp->tdir_tag) { + +@@ -264,17 +276,23 @@ + dp->tdir_tag, + dp->tdir_tag, + dp->tdir_type); +- +- TIFFMergeFieldInfo(tif, +- _TIFFCreateAnonFieldInfo(tif, +- dp->tdir_tag, +- (TIFFDataType) dp->tdir_type), +- 1 ); ++ /* ++ * creating anonymous fields prior to knowing the compression ++ * algorithm (ie, when the field info has been merged) could cause ++ * crashes with pathological directories. ++ * -- taviso@google.com 15 Jun 2006 ++ */ ++ if (compressionknown) ++ TIFFMergeFieldInfo(tif, _TIFFCreateAnonFieldInfo(tif, dp->tdir_tag, ++ (TIFFDataType) dp->tdir_type), 1 ); ++ else goto ignore; ++ + fix = 0; + while (fix < tif->tif_nfields && + tif->tif_fieldinfo[fix]->field_tag < dp->tdir_tag) + fix++; + } ++ + /* + * Null out old tags that we ignore. + */ +@@ -326,6 +344,7 @@ + dp->tdir_type, dp->tdir_offset); + if (!TIFFSetField(tif, dp->tdir_tag, (uint16)v)) + goto bad; ++ else compressionknown++; + break; + /* XXX: workaround for broken TIFFs */ + } else if (dp->tdir_type == TIFF_LONG) { +@@ -540,6 +559,7 @@ + * Attempt to deal with a missing StripByteCounts tag. + */ + if (!TIFFFieldSet(tif, FIELD_STRIPBYTECOUNTS)) { ++ const TIFFFieldInfo* fip = _TIFFFieldWithTag(tif, TIFFTAG_STRIPBYTECOUNTS); + /* + * Some manufacturers violate the spec by not giving + * the size of the strips. In this case, assume there +@@ -556,7 +576,7 @@ + "%s: TIFF directory is missing required " + "\"%s\" field, calculating from imagelength", + tif->tif_name, +- _TIFFFieldWithTag(tif,TIFFTAG_STRIPBYTECOUNTS)->field_name); ++ fip ? fip->field_name : "Unknown"); + if (EstimateStripByteCounts(tif, dir, dircount) < 0) + goto bad; + /* +@@ -580,6 +600,7 @@ + } else if (td->td_nstrips == 1 + && td->td_stripoffset[0] != 0 + && BYTECOUNTLOOKSBAD) { ++ const TIFFFieldInfo* fip = _TIFFFieldWithTag(tif, TIFFTAG_STRIPBYTECOUNTS); + /* + * XXX: Plexus (and others) sometimes give a value of zero for + * a tag when they don't know what the correct value is! Try +@@ -589,13 +610,14 @@ + TIFFWarningExt(tif->tif_clientdata, module, + "%s: Bogus \"%s\" field, ignoring and calculating from imagelength", + tif->tif_name, +- _TIFFFieldWithTag(tif,TIFFTAG_STRIPBYTECOUNTS)->field_name); ++ fip ? fip->field_name : "Unknown"); + if(EstimateStripByteCounts(tif, dir, dircount) < 0) + goto bad; + } else if (td->td_planarconfig == PLANARCONFIG_CONTIG + && td->td_nstrips > 2 + && td->td_compression == COMPRESSION_NONE + && td->td_stripbytecount[0] != td->td_stripbytecount[1]) { ++ const TIFFFieldInfo* fip = _TIFFFieldWithTag(tif, TIFFTAG_STRIPBYTECOUNTS); + /* + * XXX: Some vendors fill StripByteCount array with absolutely + * wrong values (it can be equal to StripOffset array, for +@@ -604,7 +626,7 @@ + TIFFWarningExt(tif->tif_clientdata, module, + "%s: Wrong \"%s\" field, ignoring and calculating from imagelength", + tif->tif_name, +- _TIFFFieldWithTag(tif,TIFFTAG_STRIPBYTECOUNTS)->field_name); ++ fip ? fip->field_name : "Unknown"); + if (EstimateStripByteCounts(tif, dir, dircount) < 0) + goto bad; + } +@@ -870,7 +892,13 @@ + + register TIFFDirEntry *dp; + register TIFFDirectory *td = &tif->tif_dir; +- uint16 i; ++ ++ /* i is used to iterate over td->td_nstrips, so must be ++ * at least the same width. ++ * -- taviso@google.com 15 Jun 2006 ++ */ ++ ++ uint32 i; + + if (td->td_stripbytecount) + _TIFFfree(td->td_stripbytecount); +@@ -947,16 +975,18 @@ + static int + CheckDirCount(TIFF* tif, TIFFDirEntry* dir, uint32 count) + { ++ const TIFFFieldInfo* fip = _TIFFFieldWithTag(tif, dir->tdir_tag); ++ + if (count > dir->tdir_count) { + TIFFWarningExt(tif->tif_clientdata, tif->tif_name, + "incorrect count for field \"%s\" (%lu, expecting %lu); tag ignored", +- _TIFFFieldWithTag(tif, dir->tdir_tag)->field_name, ++ fip ? fip->field_name : "Unknown", + dir->tdir_count, count); + return (0); + } else if (count < dir->tdir_count) { + TIFFWarningExt(tif->tif_clientdata, tif->tif_name, + "incorrect count for field \"%s\" (%lu, expecting %lu); tag trimmed", +- _TIFFFieldWithTag(tif, dir->tdir_tag)->field_name, ++ fip ? fip->field_name : "Unknown", + dir->tdir_count, count); + return (1); + } +@@ -970,6 +1000,7 @@ + TIFFFetchData(TIFF* tif, TIFFDirEntry* dir, char* cp) + { + int w = TIFFDataWidth((TIFFDataType) dir->tdir_type); ++ const TIFFFieldInfo* fip = _TIFFFieldWithTag(tif, dir->tdir_tag); + tsize_t cc = dir->tdir_count * w; + + /* Check for overflow. */ +@@ -1013,7 +1044,7 @@ + bad: + TIFFErrorExt(tif->tif_clientdata, tif->tif_name, + "Error fetching data for field \"%s\"", +- _TIFFFieldWithTag(tif, dir->tdir_tag)->field_name); ++ fip ? fip->field_name : "Unknown"); + return (tsize_t) 0; + } + +@@ -1039,10 +1070,12 @@ + static int + cvtRational(TIFF* tif, TIFFDirEntry* dir, uint32 num, uint32 denom, float* rv) + { ++ const TIFFFieldInfo* fip; + if (denom == 0) { ++ fip = _TIFFFieldWithTag(tif, dir->tdir_tag); + TIFFErrorExt(tif->tif_clientdata, tif->tif_name, + "%s: Rational with zero denominator (num = %lu)", +- _TIFFFieldWithTag(tif, dir->tdir_tag)->field_name, num); ++ fip ? fip->field_name : "Unknown", num); + return (0); + } else { + if (dir->tdir_type == TIFF_RATIONAL) +@@ -1159,6 +1192,20 @@ + static int + TIFFFetchShortPair(TIFF* tif, TIFFDirEntry* dir) + { ++ /* ++ * Prevent overflowing the v stack arrays below by performing a sanity ++ * check on tdir_count, this should never be greater than two. ++ * -- taviso@google.com 14 Jun 2006. ++ */ ++ if (dir->tdir_count > 2) { ++ const TIFFFieldInfo* fip = _TIFFFieldWithTag(tif, dir->tdir_tag); ++ TIFFWarningExt(tif->tif_clientdata, tif->tif_name, ++ "unexpected count for field \"%s\", %lu, expected 2; ignored.", ++ fip ? fip->field_name : "Unknown", ++ dir->tdir_count); ++ return 0; ++ } ++ + switch (dir->tdir_type) { + case TIFF_BYTE: + case TIFF_SBYTE: +@@ -1329,14 +1376,15 @@ + case TIFF_DOUBLE: + return (TIFFFetchDoubleArray(tif, dir, (double*) v)); + default: ++ { const TIFFFieldInfo* fip = _TIFFFieldWithTag(tif, dir->tdir_tag); + /* TIFF_NOTYPE */ + /* TIFF_ASCII */ + /* TIFF_UNDEFINED */ + TIFFErrorExt(tif->tif_clientdata, tif->tif_name, + "cannot read TIFF_ANY type %d for field \"%s\"", + dir->tdir_type, +- _TIFFFieldWithTag(tif, dir->tdir_tag)->field_name); +- return (0); ++ fip ? fip->field_name : "Unknown"); ++ return (0); } + } + return (1); + } +@@ -1351,6 +1399,9 @@ + int ok = 0; + const TIFFFieldInfo* fip = _TIFFFieldWithTag(tif, dp->tdir_tag); + ++ if (fip == NULL) { ++ return (0); ++ } + if (dp->tdir_count > 1) { /* array of values */ + char* cp = NULL; + +@@ -1493,6 +1544,7 @@ + TIFFFetchPerSampleShorts(TIFF* tif, TIFFDirEntry* dir, uint16* pl) + { + uint16 samples = tif->tif_dir.td_samplesperpixel; ++ const TIFFFieldInfo* fip; + int status = 0; + + if (CheckDirCount(tif, dir, (uint32) samples)) { +@@ -1510,9 +1562,10 @@ + + for (i = 1; i < check_count; i++) + if (v[i] != v[0]) { ++ fip = _TIFFFieldWithTag(tif, dir->tdir_tag); + TIFFErrorExt(tif->tif_clientdata, tif->tif_name, + "Cannot handle different per-sample values for field \"%s\"", +- _TIFFFieldWithTag(tif, dir->tdir_tag)->field_name); ++ fip ? fip->field_name : "Unknown"); + goto bad; + } + *pl = v[0]; +@@ -1534,6 +1587,7 @@ + TIFFFetchPerSampleLongs(TIFF* tif, TIFFDirEntry* dir, uint32* pl) + { + uint16 samples = tif->tif_dir.td_samplesperpixel; ++ const TIFFFieldInfo* fip; + int status = 0; + + if (CheckDirCount(tif, dir, (uint32) samples)) { +@@ -1551,9 +1605,10 @@ + check_count = samples; + for (i = 1; i < check_count; i++) + if (v[i] != v[0]) { ++ fip = _TIFFFieldWithTag(tif, dir->tdir_tag); + TIFFErrorExt(tif->tif_clientdata, tif->tif_name, + "Cannot handle different per-sample values for field \"%s\"", +- _TIFFFieldWithTag(tif, dir->tdir_tag)->field_name); ++ fip ? fip->field_name : "Unknown"); + goto bad; + } + *pl = v[0]; +@@ -1574,6 +1629,7 @@ + TIFFFetchPerSampleAnys(TIFF* tif, TIFFDirEntry* dir, double* pl) + { + uint16 samples = tif->tif_dir.td_samplesperpixel; ++ const TIFFFieldInfo* fip; + int status = 0; + + if (CheckDirCount(tif, dir, (uint32) samples)) { +@@ -1591,9 +1647,10 @@ + + for (i = 1; i < check_count; i++) + if (v[i] != v[0]) { ++ fip = _TIFFFieldWithTag(tif, dir->tdir_tag); + TIFFErrorExt(tif->tif_clientdata, tif->tif_name, + "Cannot handle different per-sample values for field \"%s\"", +- _TIFFFieldWithTag(tif, dir->tdir_tag)->field_name); ++ fip ? fip->field_name : "Unknown"); + goto bad; + } + *pl = v[0]; +diff -ru tiff-3.8.2/libtiff/tif_fax3.c tiff-3.8.2-goo/libtiff/tif_fax3.c +--- tiff-3.8.2/libtiff/tif_fax3.c 2006-03-21 16:42:50.000000000 +0000 ++++ tiff-3.8.2-goo/libtiff/tif_fax3.c 2006-07-14 13:52:00.669557000 +0100 +@@ -1136,6 +1136,7 @@ + Fax3VSetField(TIFF* tif, ttag_t tag, va_list ap) + { + Fax3BaseState* sp = Fax3State(tif); ++ const TIFFFieldInfo* fip; + + assert(sp != 0); + assert(sp->vsetparent != 0); +@@ -1181,7 +1182,13 @@ + default: + return (*sp->vsetparent)(tif, tag, ap); + } +- TIFFSetFieldBit(tif, _TIFFFieldWithTag(tif, tag)->field_bit); ++ ++ if ((fip = _TIFFFieldWithTag(tif, tag))) { ++ TIFFSetFieldBit(tif, fip->field_bit); ++ } else { ++ return (0); ++ } ++ + tif->tif_flags |= TIFF_DIRTYDIRECT; + return (1); + } +diff -ru tiff-3.8.2/libtiff/tif_jpeg.c tiff-3.8.2-goo/libtiff/tif_jpeg.c +--- tiff-3.8.2/libtiff/tif_jpeg.c 2006-03-21 16:42:50.000000000 +0000 ++++ tiff-3.8.2-goo/libtiff/tif_jpeg.c 2006-07-14 13:52:00.655560000 +0100 +@@ -722,15 +722,31 @@ + segment_width = TIFFhowmany(segment_width, sp->h_sampling); + segment_height = TIFFhowmany(segment_height, sp->v_sampling); + } +- if (sp->cinfo.d.image_width != segment_width || +- sp->cinfo.d.image_height != segment_height) { ++ if (sp->cinfo.d.image_width < segment_width || ++ sp->cinfo.d.image_height < segment_height) { + TIFFWarningExt(tif->tif_clientdata, module, + "Improper JPEG strip/tile size, expected %dx%d, got %dx%d", + segment_width, + segment_height, + sp->cinfo.d.image_width, + sp->cinfo.d.image_height); ++ } ++ ++ if (sp->cinfo.d.image_width > segment_width || ++ sp->cinfo.d.image_height > segment_height) { ++ /* ++ * This case could be dangerous, if the strip or tile size has been ++ * reported as less than the amount of data jpeg will return, some ++ * potential security issues arise. Catch this case and error out. ++ * -- taviso@google.com 14 Jun 2006 ++ */ ++ TIFFErrorExt(tif->tif_clientdata, module, ++ "JPEG strip/tile size exceeds expected dimensions," ++ "expected %dx%d, got %dx%d", segment_width, segment_height, ++ sp->cinfo.d.image_width, sp->cinfo.d.image_height); ++ return (0); + } ++ + if (sp->cinfo.d.num_components != + (td->td_planarconfig == PLANARCONFIG_CONTIG ? + td->td_samplesperpixel : 1)) { +@@ -761,6 +777,22 @@ + sp->cinfo.d.comp_info[0].v_samp_factor, + sp->h_sampling, sp->v_sampling); + ++ /* ++ * There are potential security issues here for decoders that ++ * have already allocated buffers based on the expected sampling ++ * factors. Lets check the sampling factors dont exceed what ++ * we were expecting. ++ * -- taviso@google.com 14 June 2006 ++ */ ++ if (sp->cinfo.d.comp_info[0].h_samp_factor > sp->h_sampling || ++ sp->cinfo.d.comp_info[0].v_samp_factor > sp->v_sampling) { ++ TIFFErrorExt(tif->tif_clientdata, module, ++ "Cannot honour JPEG sampling factors that" ++ " exceed those specified."); ++ return (0); ++ } ++ ++ + /* + * XXX: Files written by the Intergraph software + * has different sampling factors stored in the +@@ -1521,15 +1553,18 @@ + { + JPEGState *sp = JState(tif); + +- assert(sp != 0); ++ /* assert(sp != 0); */ + + tif->tif_tagmethods.vgetfield = sp->vgetparent; + tif->tif_tagmethods.vsetfield = sp->vsetparent; + +- if( sp->cinfo_initialized ) +- TIFFjpeg_destroy(sp); /* release libjpeg resources */ +- if (sp->jpegtables) /* tag value */ +- _TIFFfree(sp->jpegtables); ++ if (sp != NULL) { ++ if( sp->cinfo_initialized ) ++ TIFFjpeg_destroy(sp); /* release libjpeg resources */ ++ if (sp->jpegtables) /* tag value */ ++ _TIFFfree(sp->jpegtables); ++ } ++ + _TIFFfree(tif->tif_data); /* release local state */ + tif->tif_data = NULL; + +@@ -1541,6 +1576,7 @@ + { + JPEGState* sp = JState(tif); + TIFFDirectory* td = &tif->tif_dir; ++ const TIFFFieldInfo* fip; + uint32 v32; + + assert(sp != NULL); +@@ -1606,7 +1642,13 @@ + default: + return (*sp->vsetparent)(tif, tag, ap); + } +- TIFFSetFieldBit(tif, _TIFFFieldWithTag(tif, tag)->field_bit); ++ ++ if ((fip = _TIFFFieldWithTag(tif, tag))) { ++ TIFFSetFieldBit(tif, fip->field_bit); ++ } else { ++ return (0); ++ } ++ + tif->tif_flags |= TIFF_DIRTYDIRECT; + return (1); + } +@@ -1726,7 +1768,11 @@ + { + JPEGState* sp = JState(tif); + +- assert(sp != NULL); ++ /* assert(sp != NULL); */ ++ if (sp == NULL) { ++ TIFFWarningExt(tif->tif_clientdata, "JPEGPrintDir", "Unknown JPEGState"); ++ return; ++ } + + (void) flags; + if (TIFFFieldSet(tif,FIELD_JPEGTABLES)) +diff -ru tiff-3.8.2/libtiff/tif_next.c tiff-3.8.2-goo/libtiff/tif_next.c +--- tiff-3.8.2/libtiff/tif_next.c 2005-12-21 12:33:56.000000000 +0000 ++++ tiff-3.8.2-goo/libtiff/tif_next.c 2006-07-14 13:52:00.556567000 +0100 +@@ -105,11 +105,16 @@ + * as codes of the form + * until we've filled the scanline. + */ ++ /* ++ * Ensure the run does not exceed the scanline ++ * bounds, potentially resulting in a security issue. ++ * -- taviso@google.com 14 Jun 2006. ++ */ + op = row; + for (;;) { + grey = (n>>6) & 0x3; + n &= 0x3f; +- while (n-- > 0) ++ while (n-- > 0 && npixels < imagewidth) + SETPIXEL(op, grey); + if (npixels >= (int) imagewidth) + break; +diff -ru tiff-3.8.2/libtiff/tif_pixarlog.c tiff-3.8.2-goo/libtiff/tif_pixarlog.c +--- tiff-3.8.2/libtiff/tif_pixarlog.c 2006-03-21 16:42:50.000000000 +0000 ++++ tiff-3.8.2-goo/libtiff/tif_pixarlog.c 2006-07-14 13:52:00.483557000 +0100 +@@ -768,7 +768,19 @@ + if (tif->tif_flags & TIFF_SWAB) + TIFFSwabArrayOfShort(up, nsamples); + +- for (i = 0; i < nsamples; i += llen, up += llen) { ++ /* ++ * if llen is not an exact multiple of nsamples, the decode operation ++ * may overflow the output buffer, so truncate it enough to prevent that ++ * but still salvage as much data as possible. ++ * -- taviso@google.com 14th June 2006 ++ */ ++ if (nsamples % llen) ++ TIFFWarningExt(tif->tif_clientdata, module, ++ "%s: stride %lu is not a multiple of sample count, " ++ "%lu, data truncated.", tif->tif_name, llen, nsamples); ++ ++ ++ for (i = 0; i < nsamples - (nsamples % llen); i += llen, up += llen) { + switch (sp->user_datafmt) { + case PIXARLOGDATAFMT_FLOAT: + horizontalAccumulateF(up, llen, sp->stride, +diff -ru tiff-3.8.2/libtiff/tif_read.c tiff-3.8.2-goo/libtiff/tif_read.c +--- tiff-3.8.2/libtiff/tif_read.c 2005-12-21 12:33:56.000000000 +0000 ++++ tiff-3.8.2-goo/libtiff/tif_read.c 2006-07-14 13:52:00.467568000 +0100 +@@ -31,6 +31,8 @@ + #include "tiffiop.h" + #include + ++#include ++ + int TIFFFillStrip(TIFF*, tstrip_t); + int TIFFFillTile(TIFF*, ttile_t); + static int TIFFStartStrip(TIFF*, tstrip_t); +@@ -272,7 +274,13 @@ + if ((tif->tif_flags & TIFF_MYBUFFER) && tif->tif_rawdata) + _TIFFfree(tif->tif_rawdata); + tif->tif_flags &= ~TIFF_MYBUFFER; +- if ( td->td_stripoffset[strip] + bytecount > tif->tif_size) { ++ /* ++ * This sanity check could potentially overflow, causing an OOB read. ++ * verify that offset + bytecount is > offset. ++ * -- taviso@google.com 14 Jun 2006 ++ */ ++ if ( td->td_stripoffset[strip] + bytecount > tif->tif_size || ++ bytecount > (UINT_MAX - td->td_stripoffset[strip])) { + /* + * This error message might seem strange, but it's + * what would happen if a read were done instead. +@@ -470,7 +478,13 @@ + if ((tif->tif_flags & TIFF_MYBUFFER) && tif->tif_rawdata) + _TIFFfree(tif->tif_rawdata); + tif->tif_flags &= ~TIFF_MYBUFFER; +- if ( td->td_stripoffset[tile] + bytecount > tif->tif_size) { ++ /* ++ * We must check this calculation doesnt overflow, potentially ++ * causing an OOB read. ++ * -- taviso@google.com 15 Jun 2006 ++ */ ++ if (td->td_stripoffset[tile] + bytecount > tif->tif_size || ++ bytecount > (UINT_MAX - td->td_stripoffset[tile])) { + tif->tif_curtile = NOTILE; + return (0); + } addfile ./source/lib/libtiff/tiffsplit-overflow.patch hunk ./source/lib/libtiff/tiffsplit-overflow.patch 1 +--- tiff-3.8.2/tools/tiffsplit.c.overflow 2006-05-25 22:37:11.000000000 -0400 ++++ tiff-3.8.2/tools/tiffsplit.c 2006-05-25 22:42:42.000000000 -0400 +@@ -60,14 +60,16 @@ + fprintf(stderr, "usage: tiffsplit input.tif [prefix]\n"); + return (-3); + } +- if (argc > 2) +- strcpy(fname, argv[2]); ++ if (argc > 2) { ++ strncpy(fname, argv[2], 1024); ++ fname[1024] = '\0'; ++ } + in = TIFFOpen(argv[1], "r"); + if (in != NULL) { + do { + char path[1024+1]; + newfilename(); +- strcpy(path, fname); ++ strncpy(path, fname, 1020); + strcat(path, ".tif"); + out = TIFFOpen(path, TIFFIsBigEndian(in)?"wb":"wl"); + if (out == NULL) } From vmiklos at frugalware.org Wed Aug 2 21:20:43 2006 From: vmiklos at frugalware.org (VMiklos) Date: Wed Aug 2 21:20:44 2006 Subject: [Frugalware-darcs] frugalware-current: gnome-power-manager-2.15.90-1-i686 Message-ID: <20060802192043.4E5B62E00B5@genesis.frugalware.org> [gnome-power-manager-2.15.90-1-i686 VMiklos **20060802191932 added i686 to archs() ] { hunk ./source/gnome/gnome-power-manager/FrugalBuild 13 -archs=('x86_64') +archs=('i686' 'x86_64') } From voroskoi at frugalware.org Wed Aug 2 21:59:09 2006 From: voroskoi at frugalware.org (voroskoi) Date: Wed Aug 2 21:59:13 2006 Subject: [Frugalware-darcs] frugalware-current: ruby-1.8.4-4-i686 Message-ID: <20060802195910.31D5E2E00B5@genesis.frugalware.org> [ruby-1.8.4-4-i686 voroskoi **20060802195601 secfix bump, closes #985 patches taken from fedora ] { hunk ./source/devel/ruby/FrugalBuild 1 -# Last modified: Wed, 26 Apr 2006 11:21:44 +0200 +# Last modified: Wed, 02 Aug 2006 21:53:48 +0200 hunk ./source/devel/ruby/FrugalBuild 7 -pkgrel=3 +pkgrel=4 hunk ./source/devel/ruby/FrugalBuild 15 -source=(ftp://ftp.ruby-lang.org/pub/ruby/ruby-$pkgver.tar.gz fixes.patch) -sha1sums=('93999577c7fc4decc6b2fe8fefa96e743f278fbf' \ - 'f379b77b4dd7186ad3ad1ac01407f6f6bff23ded') +source=(ftp://ftp.ruby-lang.org/pub/ruby/ruby-$pkgver.tar.gz fixes.patch \ + $pkgname-$pkgver-fix-alias-safe-level.patch ruby-1.8.4-fix-insecure-dir-operation.patch \ + ruby-1.8.4-fix-insecure-regexp-modification.patch) hunk ./source/devel/ruby/FrugalBuild 24 +sha1sums=('93999577c7fc4decc6b2fe8fefa96e743f278fbf' \ + 'f379b77b4dd7186ad3ad1ac01407f6f6bff23ded' \ + 'a311e24613a9178070cb7be12018e53bcaee7262' \ + 'e1f3e8064e8e165a56cfc72a4b2ee0c6a9ea8182' \ + '0c5e68174a1ba212463b2db33d63b2fad773413b') addfile ./source/devel/ruby/ruby-1.8.4-fix-alias-safe-level.patch hunk ./source/devel/ruby/ruby-1.8.4-fix-alias-safe-level.patch 1 +diff -ruN ruby-1.8.4.orig/eval.c ruby-1.8.4/eval.c +--- ruby-1.8.4.orig/eval.c 2005-12-20 22:41:47.000000000 +0900 ++++ ruby-1.8.4/eval.c 2006-07-20 18:33:50.000000000 +0900 +@@ -2097,7 +2097,8 @@ + } + } + st_insert(RCLASS(klass)->m_tbl, name, +- (st_data_t)NEW_METHOD(NEW_FBODY(body, def, origin), orig->nd_noex)); ++ (st_data_t)NEW_METHOD(NEW_FBODY(body, def, origin), ++ NOEX_WITH_SAFE(orig->nd_noex))); + if (singleton) { + rb_funcall(singleton, singleton_added, 1, ID2SYM(name)); + } +@@ -5638,6 +5639,11 @@ + TMP_PROTECT; + volatile int safe = -1; + ++ if (NOEX_SAFE(flags) > ruby_safe_level && ++ !(flags&NOEX_TAINTED) && ruby_safe_level == 0 && NOEX_SAFE(flags) > 2) { ++ rb_raise(rb_eSecurityError, "calling insecure method: %s", ++ rb_id2name(id)); ++ } + switch (ruby_iter->iter) { + case ITER_PRE: + case ITER_PAS: +@@ -5742,10 +5748,6 @@ + b2 = body = body->nd_next; + + if (NOEX_SAFE(flags) > ruby_safe_level) { +- if (!(flags&NOEX_TAINTED) && ruby_safe_level == 0 && NOEX_SAFE(flags) > 2) { +- rb_raise(rb_eSecurityError, "calling insecure method: %s", +- rb_id2name(id)); +- } + safe = ruby_safe_level; + ruby_safe_level = NOEX_SAFE(flags); + } addfile ./source/devel/ruby/ruby-1.8.4-fix-insecure-dir-operation.patch hunk ./source/devel/ruby/ruby-1.8.4-fix-insecure-dir-operation.patch 1 +diff -ruN ruby-1.8.4.orig/dir.c ruby-1.8.4/dir.c +--- ruby-1.8.4.orig/dir.c 2005-09-14 22:40:58.000000000 +0900 ++++ ruby-1.8.4/dir.c 2006-07-19 22:14:05.000000000 +0900 +@@ -325,7 +325,17 @@ + rb_raise(rb_eIOError, "closed directory"); + } + ++static void ++dir_check(dir) ++ VALUE dir; ++{ ++ if (!OBJ_TAINTED(dir) && rb_safe_level() >= 4) ++ rb_raise(rb_eSecurityError, "Insecure: operation on untainted Dir"); ++ rb_check_frozen(dir); ++} ++ + #define GetDIR(obj, dirp) do {\ ++ dir_check(dir);\ + Data_Get_Struct(obj, struct dir_data, dirp);\ + if (dirp->dir == NULL) dir_closed();\ + } while (0) +@@ -536,6 +546,9 @@ + { + struct dir_data *dirp; + ++ if (rb_safe_level() >= 4 && !OBJ_TAINTED(dir)) { ++ rb_raise(rb_eSecurityError, "Insecure: can't close"); ++ } + GetDIR(dir, dirp); + closedir(dirp->dir); + dirp->dir = NULL; addfile ./source/devel/ruby/ruby-1.8.4-fix-insecure-regexp-modification.patch hunk ./source/devel/ruby/ruby-1.8.4-fix-insecure-regexp-modification.patch 1 +diff -ruN ruby-1.8.4.orig/re.c ruby-1.8.4/re.c +--- ruby-1.8.4.orig/re.c 2005-12-13 12:27:51.000000000 +0900 ++++ ruby-1.8.4/re.c 2006-07-19 18:07:59.000000000 +0900 +@@ -70,10 +70,11 @@ + #endif + + int +-rb_memcicmp(p1, p2, len) +- char *p1, *p2; ++rb_memcicmp(x, y, len) ++ const void *x, *y; + long len; + { ++ const unsigned char *p1 = x, *p2 = y; + int tmp; + + while (len--) { +@@ -85,7 +86,7 @@ + + int + rb_memcmp(p1, p2, len) +- char *p1, *p2; ++ const void *p1, *p2; + long len; + { + if (!ruby_ignorecase) { +@@ -96,11 +97,11 @@ + + long + rb_memsearch(x0, m, y0, n) +- char *x0, *y0; ++ const void *x0, *y0; + long m, n; + { +- unsigned char *x = (unsigned char *)x0, *y = (unsigned char *)y0; +- unsigned char *s, *e; ++ const unsigned char *x = (unsigned char *)x0, *y = (unsigned char *)y0; ++ const unsigned char *s, *e; + long i; + int d; + unsigned long hx, hy; +@@ -1332,6 +1333,8 @@ + { + struct RRegexp *re = RREGEXP(obj); + ++ if (!OBJ_TAINTED(obj) && rb_safe_level() >= 4) ++ rb_raise(rb_eSecurityError, "Insecure: can't modify regexp"); + if (re->ptr) re_free_pattern(re->ptr); + if (re->str) free(re->str); + re->ptr = 0; +diff -ruN ruby-1.8.4.orig/intern.h ruby-1.8.4/intern.h +--- ruby-1.8.4.orig/intern.h 2006-07-19 18:13:49.000000000 +0900 ++++ ruby-1.8.4/intern.h 2006-07-19 18:20:34.000000000 +0900 +@@ -353,9 +353,9 @@ + VALUE rb_range_beg_len _((VALUE, long*, long*, long, int)); + VALUE rb_length_by_each _((VALUE)); + /* re.c */ +-int rb_memcmp _((char*,char*,long)); +-int rb_memcicmp _((char*,char*,long)); +-long rb_memsearch _((char*,long,char*,long)); ++int rb_memcmp _((const void*,const void*,long)); ++int rb_memcicmp _((const void*,const void*,long)); ++long rb_memsearch _((const void*,long,const void*,long)); + VALUE rb_reg_nth_defined _((int, VALUE)); + VALUE rb_reg_nth_match _((int, VALUE)); + VALUE rb_reg_last_match _((VALUE)); } From crazy at frugalware.org Wed Aug 2 22:43:04 2006 From: crazy at frugalware.org (crazy) Date: Wed Aug 2 22:43:06 2006 Subject: [Frugalware-darcs] frugalware-current: openexr-1.2.2-2-i686 Message-ID: <20060802204304.7E1822E00B5@genesis.frugalware.org> [openexr-1.2.2-2-i686 crazy **20060802204036 * relbump * just recompiled with gcc4.1* ] { hunk ./source/xapps/openexr/FrugalBuild 1 -# Last modified: Sat, 12 Nov 2005 20:59:45 +0100 +# Last modified: Wed, 02 Aug 2006 22:36:54 +0200 hunk ./source/xapps/openexr/FrugalBuild 3 -# Maintainer: crazy +# Maintainer: crazy hunk ./source/xapps/openexr/FrugalBuild 8 -pkgrel=1 +pkgrel=2 } From boobaa at frugalware.org Wed Aug 2 23:02:57 2006 From: boobaa at frugalware.org (CSÉCSY László) Date: Wed Aug 2 23:02:59 2006 Subject: [Frugalware-darcs] frugalware-current: firefox-mousegestures-1.5.1-1-i686 Message-ID: <20060802210257.972DC2E00B5@genesis.frugalware.org> [firefox-mousegestures-1.5.1-1-i686 CSÉCSY László **20060802210113 version bump ] { hunk ./source/xapps-extra/firefox-mousegestures/FrugalBuild 1 -# Last Modified: Sat, 22 Apr 2006 11:11:12 +0200 +# Last Modified: Wed, 02 Aug 2006 22:58:46 +0200 hunk ./source/xapps-extra/firefox-mousegestures/FrugalBuild 8 -pkgver=1.5 +pkgver=1.5.1 hunk ./source/xapps-extra/firefox-mousegestures/FrugalBuild 17 -sha1sums=('759ca359073347686ecd8414b0a3cca138120bf4' \ +sha1sums=('564c5b9ca8859ad82496e89ace30a36b8bccef35' \ hunk ./source/xapps-extra/firefox-mousegestures/FrugalBuild 27 -# vim: ft=sh - } From boobaa at frugalware.org Wed Aug 2 23:29:03 2006 From: boobaa at frugalware.org (CSÉCSY László) Date: Wed Aug 2 23:29:06 2006 Subject: [Frugalware-darcs] frugalware-current: wireshark-0.99.2-1-i686 Message-ID: <20060802212903.DC3462E00B5@genesis.frugalware.org> [wireshark-0.99.2-1-i686 CSÉCSY László **20060802212322 version bump (continuation of ethereal, so renamed too) closes #986 ] { move ./source/xapps-extra/ethereal ./source/xapps-extra/wireshark hunk ./source/xapps-extra/wireshark/FrugalBuild 1 -# Last Modified: Wed, 26 Apr 2006 15:15:33 +0200 +# Last Modified: Wed, 02 Aug 2006 23:21:48 +0200 hunk ./source/xapps-extra/wireshark/FrugalBuild 5 -pkgname=ethereal -pkgver=0.99.0 +pkgname=wireshark +pkgver=0.99.2 hunk ./source/xapps-extra/wireshark/FrugalBuild 9 -url="http://www.ethereal.com/" +url="http://www.wireshark.org/" hunk ./source/xapps-extra/wireshark/FrugalBuild 11 +replaces=('ethereal') hunk ./source/xapps-extra/wireshark/FrugalBuild 14 -up2date="lynx -dump http://www.ethereal.com/ | grep released | sed 's/.*Ethereal \([0-9\.]\+\) released.*/\1/;q'" -source=(http://www.ethereal.com/distribution/$pkgname-$pkgver.tar.bz2) -sha1sums=('466299ac49f21904ed91b93e81667f226637e868') +up2date="lynx -dump http://www.wireshark.org/download/src/ | grep -m1 tar.gz | sed 's/.*wireshark-\(.*\)\.tar\.gz.*/\1/'" +source=(http://www.wireshark.org/download/src/$pkgname-$pkgver.tar.bz2) +sha1sums=('f3f4f78b5ddbd45f9d805d1a9b50250d323bb57f') hunk ./source/xapps-extra/wireshark/FrugalBuild 23 -# optimalization OK - } From desco at frugalware.org Wed Aug 2 23:56:45 2006 From: desco at frugalware.org (Miklos Nemeth) Date: Wed Aug 2 23:56:49 2006 Subject: [Frugalware-darcs] frugalware-current: wxsqlite3-1.5.3-1-i686 Message-ID: <20060802215646.245852E00B5@genesis.frugalware.org> [wxsqlite3-1.5.3-1-i686 Miklos Nemeth **20060802215441 fixed SBU added up2date because the sf one is broken. crazy hacked it maybe :) ] { hunk ./source/lib-extra/wxsqlite3/FrugalBuild 2 -# Compiling Time: 0.01 SBU +# Compiling Time: 0.03 SBU hunk ./source/lib-extra/wxsqlite3/FrugalBuild 17 +up2date="lynx -dump http://wxcode.sourceforge.net/components/wxsqlite3/ | grep Latest | sed 's/.*n: \([0-9.]*\) B.*/\1/'" hunk ./source/lib-extra/wxsqlite3/FrugalBuild 31 + } From vmiklos at frugalware.org Thu Aug 3 00:00:01 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 00:00:05 2006 Subject: [Frugalware-darcs] frugalware-current: openoffice.org-2.0.3.179-1-x86_64 Message-ID: <20060802220002.92F6C2E00B5@genesis.frugalware.org> [openoffice.org-2.0.3.179-1-x86_64 VMiklos **20060731202907 update to m179, fixed openclipart support (needed to update makedepends() ) ] { hunk ./source/xapps/openoffice.org/FrugalBuild 16 - milestone=178 + milestone=179 hunk ./source/xapps/openoffice.org/FrugalBuild 19 - snapshot=20060727 + snapshot=20060729 hunk ./source/xapps/openoffice.org/FrugalBuild 28 - 'xalan-j' 'patch>=2.5.9' 'openclipart') + 'xalan-j' 'patch>=2.5.9' 'openclipart' 'xorg-server') } From vmiklos at frugalware.org Thu Aug 3 00:02:37 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 00:02:40 2006 Subject: [Frugalware-darcs] frugalware-current: mysql-python-1.2.1_p2-1-i686 Message-ID: <20060802220237.AFB532E00B5@genesis.frugalware.org> [mysql-python-1.2.1_p2-1-i686 VMiklos **20060802220124 new package ] { adddir ./source/devel-extra/mysql-python addfile ./source/devel-extra/mysql-python/FrugalBuild hunk ./source/devel-extra/mysql-python/FrugalBuild 1 +# Last Modified: Sat, 29 Jul 2006 20:47:46 +0200 +# Compiling Time: 0.01 SBU +# Maintainer: VMiklos + +pkgname=mysql-python +pkgver=1.2.1_p2 +pkgrel=1 +pkgdesc="MySQL support for Python." +depends=('python' 'mysql') +groups=('devel-extra') +archs=('i686') +Finclude sourceforge +source=(`echo ${source/mysql-python-/MySQL-python-}|sed 's/-\(p[0-9]\)/_\1/'`) +sha1sums=('6e5883cff1d85e1ff652c454295693c42c45393c') +_F_cd_path="MySQL-python-$pkgver" + +# optimization OK } From boobaa at frugalware.org Thu Aug 3 00:05:31 2006 From: boobaa at frugalware.org (CSÉCSY László) Date: Thu Aug 3 00:05:33 2006 Subject: [Frugalware-darcs] frugalware-current: adodb-491-1-i686 Message-ID: <20060802220531.9A73C2E00B5@genesis.frugalware.org> [adodb-491-1-i686 CSÉCSY László **20060802220312 version bump ] { hunk ./source/devel-extra/adodb/FrugalBuild 1 -# Last Modified: Thu, 08 Jun 2006 17:48:29 +0200 +# Last Modified: Thu, 03 Aug 2006 00:02:13 +0200 hunk ./source/devel-extra/adodb/FrugalBuild 7 -pkgver=490 +pkgver=491 hunk ./source/devel-extra/adodb/FrugalBuild 18 -sha1sums=('e0856b2f364872e0f9272ec9d1d7d1cbdb9493c5') +sha1sums=('c296a7d2550143c63d8434453906875687ce2182') } From crazy at frugalware.org Thu Aug 3 00:10:44 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 00:10:47 2006 Subject: [Frugalware-darcs] frugalware-current: kdegraphics-3.5.4-1-i686 Message-ID: <20060802221044.4F99F2E00B5@genesis.frugalware.org> [kdegraphics-3.5.4-1-i686 crazy **20060802220520 * Version bump ] { hunk ./source/kde/kdegraphics/FrugalBuild 1 -# Last Modified: Wed, 31 May 2006 19:11:04 +0200 +# Last Modified: Thu, 03 Aug 2006 00:01:56 +0200 hunk ./source/kde/kdegraphics/FrugalBuild 6 -pkgver=3.5.3 +pkgver=3.5.4 hunk ./source/kde/kdegraphics/FrugalBuild 11 -depends=('kdebase>=3.5.3' 'imlib' 'freeglut' 'lcms' 'sane-backends' 't1lib' 'libgphoto2' 'fribidi' 'poppler-qt' 'xespgs' 'xpdf' 'urw-fonts') -makedepends=('doxygen') +depends=('kdebase>=3.5.4' 'imlib' 'freeglut' 'lcms' 'sane-backends' 't1lib' 'libgphoto2' \ + 'fribidi' 'poppler-qt' 'xespgs' 'xpdf' 'urw-fonts' 'openexr>=1.2.2-2') +makedepends=('doxygen' 'qt-docs') hunk ./source/kde/kdegraphics/FrugalBuild 15 -options=('nodocs') hunk ./source/kde/kdegraphics/FrugalBuild 16 -sha1sums=('7ea559a592bfcd914cc9c1ef923bcc63f2db7c2c') +sha1sums=('62613a9bdfc2d4975e24f9cc689cac00dcb72637') hunk ./source/kde/kdegraphics/FrugalBuild 18 -Fconfopts="$Fconfopts --disable-warnings \ +subpkgs=("$pkgname-docs") +subdescs=("Kdegraphics Documentation") +subdepends=("$pkgname-$pkgver") +subgroups=('kde-extra kde-docs') +subarchs=('i686 x86_64') + +build() +{ + Fbuild --disable-warnings \ hunk ./source/kde/kdegraphics/FrugalBuild 28 - --with-openexr --disable-kpdf-drm \ + --disable-kpdf-drm \ hunk ./source/kde/kdegraphics/FrugalBuild 34 - --with-poppler --without-debug --enable-new-ldflags" - - + --with-poppler --without-debug --enable-new-ldflags \ + --disable-debug --without-debug --with-gnu-ld \ + --enable-gcc-hidden-visibility --disable-dependency-tracking + Fsplit $pkgname-docs usr/share/doc +} } From boobaa at frugalware.org Thu Aug 3 00:24:57 2006 From: boobaa at frugalware.org (CSÉCSY László) Date: Thu Aug 3 00:25:00 2006 Subject: [Frugalware-darcs] frugalware-current: notecase-1.1.7-1-i686 Message-ID: <20060802222457.73BA32E00B5@genesis.frugalware.org> [notecase-1.1.7-1-i686 CSÉCSY László **20060802222252 version bump Finc SF removed patch (in upstream now) ] { hunk ./source/xapps-extra/notecase/FrugalBuild 1 -# Last modified: Wed, 25 Jan 2006 21:07:59 +0100 +# Last modified: Thu, 03 Aug 2006 00:21:51 +0200 hunk ./source/xapps-extra/notecase/FrugalBuild 6 -pkgver=1.1.4 +pkgver=1.1.7 hunk ./source/xapps-extra/notecase/FrugalBuild 10 -depends=('gtk+2' 'gnome-vfs') +depends=('avahi' 'gnome-vfs') hunk ./source/xapps-extra/notecase/FrugalBuild 13 -up2date="lynx -dump http://notecase.sourceforge.net/ | grep 'version' | sed 's/.* \([0-9\.]\+\)$/\1/'" -source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver\_src.zip \ - $pkgname-$pkgver-extra_qualification_error_fix.diff) -sha1sums=('766082145eaa42dfcd1ececd5aa35671f1fde80b' \ - '38698abe90c19e084e9cc1b53c291ced8a716363') - -build() { - Fcd - patch -p1 -i $Fsrcdir/$pkgname-$pkgver-extra_qualification_error_fix.diff - make - Fmakeinstall -} +_F_sourceforge_ext=_src.zip +Finclude sourceforge +sha1sums=('666e2916030923e0059a14b4e86deeb5453cc321') hunk ./source/xapps-extra/notecase/notecase-1.1.4-extra_qualification_error_fix.diff 1 -diff -Naur notecase-1.1.4.old/src/LinkPropertiesDlg.h notecase-1.1.4/src/LinkPropertiesDlg.h ---- notecase-1.1.4.old/src/LinkPropertiesDlg.h 2005-10-06 13:40:00.000000000 +0200 -+++ notecase-1.1.4/src/LinkPropertiesDlg.h 2006-05-10 00:48:33.000000000 +0200 -@@ -28,7 +28,7 @@ - LinkInfo m_info; - - protected: -- GtkWidget* LinkPropertiesDlg::create_link_wizard (); -+ GtkWidget* create_link_wizard (); - }; - - #endif // LINKPROPERTIESDLG_H__ rmfile ./source/xapps-extra/notecase/notecase-1.1.4-extra_qualification_error_fix.diff } From crazy at frugalware.org Thu Aug 3 01:38:32 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 01:38:34 2006 Subject: [Frugalware-darcs] frugalware-current: kdebindings-3.5.4-1-i686 Message-ID: <20060802233832.AF16C2E00B5@genesis.frugalware.org> [kdebindings-3.5.4-1-i686 crazy **20060802233450 * Version bump * lol @ 4k docs (/me removes again on next bump ) but ohh well debian style now :-P ] { hunk ./source/kde/kdebindings/FrugalBuild 1 -# Last Modified: Thu, 01 Jun 2006 00:56:56 +0200 +# Last Modified: Thu, 03 Aug 2006 01:25:22 +0200 hunk ./source/kde/kdebindings/FrugalBuild 6 -pkgver=3.5.3 +pkgver=3.5.4 hunk ./source/kde/kdebindings/FrugalBuild 11 -[ "$CARCH" != "x86_64" ] && makedepends=('j2sdk' 'gtk+' 'gcc-gcj' 'ruby' 'seamonkey') +[ "$CARCH" != "x86_64" ] && makedepends=('j2sdk' 'gtk+' 'gcc-gcj' 'ruby') hunk ./source/kde/kdebindings/FrugalBuild 13 -depends=('kdebase>=3.5.3' 'qscintilla') -options=('nodocs') +depends=('kdebase>=3.5.4' 'qscintilla') hunk ./source/kde/kdebindings/FrugalBuild 15 -sha1sums=('e8081576cfb148f508c31e6e3b075d75b11f3577') +sha1sums=('cd7520e8c3bf9a8261b5ce9c6831624aa6ec8ade') + +subpkgs=("$pkgname-docs") +subdescs=("Kdebindings Documentation") +subdepends=("$pkgname-$pkgver") +subgroups=('kde-extra kde-docs') +subarchs=('i686 x86_64') hunk ./source/kde/kdebindings/FrugalBuild 25 - Fcd - # we need that because KDE add some -O2's twice we already have it in our {$CXX,$C}{FLAGS} - for i in `find . -iname configure` - do - Fsed '-O2' '' $i - done + hunk ./source/kde/kdebindings/FrugalBuild 30 - DO_NOT_COMPILE="python doc" --enable-gcc-hidden-visibility \ + DO_NOT_COMPILE="python" --enable-gcc-hidden-visibility \ hunk ./source/kde/kdebindings/FrugalBuild 34 + Fsplit $pkgname-docs usr/share/doc } From vmiklos at frugalware.org Thu Aug 3 01:38:49 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 01:38:52 2006 Subject: [Frugalware-darcs] frugalware-current: openldap-2.3.25-1-i686 Message-ID: <20060802233849.1F3652E00B5@genesis.frugalware.org> [openldap-2.3.25-1-i686 VMiklos **20060802233644 version bump ] { hunk ./source/network/openldap/FrugalBuild 1 -# Last Modified: Tue, 30 May 2006 12:55:20 +0200 +# Last Modified: Thu, 03 Aug 2006 01:34:39 +0200 hunk ./source/network/openldap/FrugalBuild 6 -pkgver=2.3.24 +pkgver=2.3.25 hunk ./source/network/openldap/FrugalBuild 38 -sha1sums=('e00f7a017d9223708b77b0df3a612d236789b380' \ +sha1sums=('db5830875d721c9fa5dcd8dffc4a01fb82c2794a' \ } From vmiklos at frugalware.org Thu Aug 3 01:57:10 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 01:57:12 2006 Subject: [Frugalware-darcs] frugalware-current: busybox-1.2.1-1-i686 Message-ID: <20060802235710.6E4C02E00B5@genesis.frugalware.org> [busybox-1.2.1-1-i686 VMiklos **20060802235600 version bump ] { hunk ./source/apps-extra/busybox/FrugalBuild 1 -# Last Modified: Thu, 06 Jul 2006 22:41:55 +0200 +# Last Modified: Thu, 03 Aug 2006 01:51:51 +0200 hunk ./source/apps-extra/busybox/FrugalBuild 6 -pkgver=1.2.0 +pkgver=1.2.1 hunk ./source/apps-extra/busybox/FrugalBuild 26 -sha1sums=('857ec4bec588af8f1f843472f02d2058a215f4bb' \ +sha1sums=('487ef51209e253d3aa981dc0b0645063a804f4c7' \ } From vmiklos at frugalware.org Thu Aug 3 02:09:42 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 02:09:44 2006 Subject: [Frugalware-darcs] frugalware-current: fuseiso-20060731-1-i686 Message-ID: <20060803000942.C7A332E00B5@genesis.frugalware.org> [fuseiso-20060731-1-i686 VMiklos **20060803000828 version bump drop -header.diff, no longer necessary ] { hunk ./source/apps-extra/fuseiso/FrugalBuild 1 -# Last Modified: Thu, 06 Apr 2006 13:10:24 +0200 +# Last Modified: Thu, 03 Aug 2006 02:05:11 +0200 hunk ./source/apps-extra/fuseiso/FrugalBuild 6 -pkgver=20060107 +pkgver=20060731 hunk ./source/apps-extra/fuseiso/FrugalBuild 11 -makedepends=('kernel-source') hunk ./source/apps-extra/fuseiso/FrugalBuild 13 -up2date="lynx -dump http://ubiz.ru/dm/|grep fuseiso-.*bz2$|sed -n 's/.*-\(.*\)\.t.*/\1/;$ p'" -source=(http://ubiz.ru/dm/fuseiso-$pkgver.tar.bz2 $pkgname-$pkgver-header.diff) -sha1sums=('d9c005734ca3331245ee71b03ed2d89ee98a359e' \ - '409f35b34b8235552359bad2acf64880ac778d11') +up2date="lynx -dump $url |grep bz2$|sed 's/.*-\(.*\)\.t.*/\1/;q'" +source=(http://ubiz.ru/dm/fuseiso-$pkgver.tar.bz2) hunk ./source/apps-extra/fuseiso/FrugalBuild 16 -# optimalization OK +# optimization OK + +sha1sums=('766a626f402dbf275682be0816b4c80025e8537b') hunk ./source/apps-extra/fuseiso/fuseiso-20060107-header.diff 1 -diff -Naur fuseiso-20060107.orig/src/Makefile.am fuseiso-20060107/src/Makefile.am ---- fuseiso-20060107.orig/src/Makefile.am 2005-10-09 19:31:15.000000000 +0200 -+++ fuseiso-20060107/src/Makefile.am 2006-04-06 13:07:15.000000000 +0200 -@@ -11,5 +11,5 @@ - testiso_LDFLAGS = $(all_libraries) - noinst_HEADERS = isofs.h - --AM_CFLAGS = -D_FILE_OFFSET_BITS=64 `pkg-config --cflags fuse glib-2.0` -+AM_CFLAGS = -I/usr/src/linux/include -D_FILE_OFFSET_BITS=64 `pkg-config --cflags fuse glib-2.0` - AM_LDFLAGS = `pkg-config --libs fuse glib-2.0` -lz rmfile ./source/apps-extra/fuseiso/fuseiso-20060107-header.diff } From vmiklos at frugalware.org Thu Aug 3 02:18:27 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 02:18:29 2006 Subject: [Frugalware-darcs] frugalware-current: lftp-3.5.2-1-i686 Message-ID: <20060803001827.E5EED2E00B5@genesis.frugalware.org> [lftp-3.5.2-1-i686 VMiklos **20060803001720 version bump ] { hunk ./source/network/lftp/FrugalBuild 1 -# Last Modified: Sat, 08 Jul 2006 00:31:43 +0200 +# Last Modified: Thu, 03 Aug 2006 02:14:53 +0200 hunk ./source/network/lftp/FrugalBuild 7 -pkgver=3.5.1 +pkgver=3.5.2 hunk ./source/network/lftp/FrugalBuild 19 -sha1sums=('e32783edfd2661907ae4c2cb13db61aa5b9c628d') +sha1sums=('90644c171be7fd6bd6a14986804d3c9d8bacac2c') } From crazy at frugalware.org Thu Aug 3 02:23:59 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 02:24:01 2006 Subject: [Frugalware-darcs] frugalware-current: kdenetwork-3.5.4-1-i686 Message-ID: <20060803002359.880492E00B5@genesis.frugalware.org> [kdenetwork-3.5.4-1-i686 crazy **20060803002153 * Version bump ] { hunk ./source/kde/kdenetwork/FrugalBuild 1 -# Last Modified: Thu, 08 Jun 2006 13:22:11 +0200 -# Compiling Time: 3.97 SBU +# Last Modified: Thu, 03 Aug 2006 02:16:03 +0200 +# Compiling Time: 2.77 SBU hunk ./source/kde/kdenetwork/FrugalBuild 6 -pkgver=3.5.3 -pkgrel=2 +pkgver=3.5.4 +pkgrel=1 hunk ./source/kde/kdenetwork/FrugalBuild 11 -depends=('libxtst' 'kdebase>=3.5.2' 'ppp' 'wireless_tools' 'openslp' 'libidn') -options=('nodocs') +depends=('libxtst' 'kdebase>=3.5.4' 'ppp' 'wireless_tools' 'openslp' 'libidn') +makedepends=('qt-docs' 'doxygen') hunk ./source/kde/kdenetwork/FrugalBuild 14 -sha1sums=('237820320c02839b1b24e401230b7b2d812aa433') +sha1sums=('35fb92f0c76346ca38a63f796d505487b15ba748') hunk ./source/kde/kdenetwork/FrugalBuild 16 +subpkgs=("$pkgname-docs") +subdescs=("Kdenetwork Documentation") +subdepends=("$pkgname-$pkgver") +subgroups=('kde-extra kde-docs') +subarchs=('i686 x86_64') hunk ./source/kde/kdenetwork/FrugalBuild 31 - DO_NOT_COMPILE="kopete doc" \ + DO_NOT_COMPILE="kopete" \ hunk ./source/kde/kdenetwork/FrugalBuild 35 + Fsplit $pkgname-docs usr/share/doc } From crazy at frugalware.org Thu Aug 3 02:37:37 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 02:37:38 2006 Subject: [Frugalware-darcs] frugalware-current: kdeedu-docs Message-ID: <20060803003737.9B5D32E00B5@genesis.frugalware.org> [kdeedu-docs crazy **20060803003337 * removed ] { hunk ./source/kde-extra/kdeedu-docs/FrugalBuild 1 -# Last Modified: Thu, 01 Jun 2006 03:15:41 +0200 -# Compiling Time: 0.23 SBU -# Maintainer: crazy - -pkgname=kdeedu-docs -origname=kdeedu -pkgver=3.5.3 -pkgrel=1 -pkgdesc="Documentation for the KDE Educational programs." -groups=('kde-extra' 'kde-docs') -archs=('i686' 'x86_64') -rodepends=('kdeedu>=3.5.3') -makedepends=('kdelibs>=3.5.3') -Finclude kde -source=($pkgurl/$origname-$pkgver.tar.bz2) -sha1sums=('99ccf43ac130cbf2fbcdf07ca87d20fccf017123') - -build() -{ - Fcd $origname-$pkgver - Fbuild DO_NOT_COMPILE=" \ - libkdeedu applnk blinken kalzium kanagram kbruch \ - keduca kgeography khangman kig kiten klatin klettres kmplot \ - kpercentage kstars ktouch kturtle kverbos kvoctrain kwordquiz" -} rmfile ./source/kde-extra/kdeedu-docs/FrugalBuild rmdir ./source/kde-extra/kdeedu-docs } From vmiklos at frugalware.org Thu Aug 3 02:49:13 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 02:49:15 2006 Subject: [Frugalware-darcs] frugalware-current: links-2.1pre23-1-i686 Message-ID: <20060803004913.A53AB2E00B5@genesis.frugalware.org> [links-2.1pre23-1-i686 VMiklos **20060803004407 version bump ] { hunk ./source/network-extra/links/FrugalBuild 1 -# Last Modified: Tue, 30 May 2006 13:46:01 +0200 +# Last Modified: Thu, 03 Aug 2006 02:40:35 +0200 hunk ./source/network-extra/links/FrugalBuild 6 -pkgver=2.1pre22 +pkgver=2.1pre23 hunk ./source/network-extra/links/FrugalBuild 19 -sha1sums=('d65a11f742f2259b596d9026beb61c10e46453ff') +sha1sums=('d6e42b3b506b07c5b57142dedae78a0be6e221e0') } From crazy at frugalware.org Thu Aug 3 03:14:20 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 03:14:22 2006 Subject: [Frugalware-darcs] frugalware-current: kdeedu-3.5.4-1-i686 Message-ID: <20060803011420.AA0AD2E00B5@genesis.frugalware.org> [kdeedu-3.5.4-1-i686 crazy **20060803010851 * Version bump ] { hunk ./source/kde/kdeedu/FrugalBuild 1 -# Last Modified: Wed, 31 May 2006 23:33:00 +0200 +# Last Modified: Thu, 03 Aug 2006 03:06:29 +0200 hunk ./source/kde/kdeedu/FrugalBuild 6 -pkgver=3.5.3 +pkgver=3.5.4 hunk ./source/kde/kdeedu/FrugalBuild 11 -depends=('kdebase>=3.5.3') -makedepends=('python') -options=('nodocs') +depends=('kdebase>=3.5.4') +makedepends=('python' 'doxygen' 'qt-docs') hunk ./source/kde/kdeedu/FrugalBuild 14 -sha1sums=('99ccf43ac130cbf2fbcdf07ca87d20fccf017123') -Fconfopts="$Fconfopts --enable-new-ld-flags" +sha1sums=('6a02eee5324897b7ec4cdd875aa80be05b92c894') + + +subpkgs=("$pkgname-docs") +subdescs=("Kdeedu Documentation") +subdepends=("$pkgname-$pkgver") +subgroups=('kde-extra kde-docs') +subarchs=('i686 x86_64') + +build() +{ + Fbuild CXXFLAGS="$CXXFLAGS -Wno-deprecated" \ + --disable-dependency-tracking \ + --disable-debug \ + --without-debug \ + --disable-warnings \ + --enable-new-ldflags \ + --with-gnu-ld \ + --enable-gcc-hidden-visibility \ + --enable-final + Fsplit $pkgname-docs usr/share/doc +} } From boobaa at frugalware.org Thu Aug 3 09:39:16 2006 From: boobaa at frugalware.org (CSÉCSY László) Date: Thu Aug 3 09:39:18 2006 Subject: [Frugalware-darcs] frugalware-current: xmoto-0.2.0-1-i686 Message-ID: <20060803073916.7A3372E00DB@genesis.frugalware.org> [xmoto-0.2.0-1-i686 CSÉCSY László **20060803073652 version bump numbering policy changes so often that I won't implement it in up2date added lua to depends, closes #965 ] { hunk ./source/games-extra/xmoto/FrugalBuild 1 -# Last modified: Sat, 17 Jun 2006 22:21:05 +0200 +# Last modified: Thu, 03 Aug 2006 09:29:48 +0200 hunk ./source/games-extra/xmoto/FrugalBuild 6 -pkgver=0.1.16 -pkgrel=2 +pkgver=0.2.0 +pkgrel=1 hunk ./source/games-extra/xmoto/FrugalBuild 10 -depends=('sdl' 'libogg' 'libvorbis' 'libjpeg' 'ode' 'sdl_mixer' 'libpng' 'freeglut' 'curl') +depends=('sdl' 'libogg' 'libvorbis' 'libjpeg' 'ode' 'sdl_mixer' 'libpng' 'freeglut' 'curl' 'lua') hunk ./source/games-extra/xmoto/FrugalBuild 16 -sha1sums=('2616854c846a62cc6fc00702a0aec94d96f1ed7c') +sha1sums=('cb305dae66eee4ccdd00673859b4dc8e016175a0') } From crazy at frugalware.org Thu Aug 3 11:31:42 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 11:31:44 2006 Subject: [Frugalware-darcs] frugalware-current: kde-i18n-3.5.4-1-i686 Message-ID: <20060803093142.A26892E00DB@genesis.frugalware.org> [kde-i18n-3.5.4-1-i686 crazy **20060803092609 * Version bump ] { hunk ./source/locale-extra/kde-i18n/FrugalBuild 1 -# Last Modified: Thu, 01 Jun 2006 05:54:12 +0200 +# Last Modified: Thu, 03 Aug 2006 04:39:29 +0200 hunk ./source/locale-extra/kde-i18n/FrugalBuild 6 -pkgver=3.5.3 +pkgver=3.5.4 hunk ./source/locale-extra/kde-i18n/FrugalBuild 28 -sha1sums=('41fcddf608f5bdfeb67c5b07b574704476f2dfbc' \ - 'adfebec28b1b39635b00ab66d2209e9fdb8135f3' \ - 'af0463f83775e2185ad92cc27d43b81cd2388a7f' \ - 'e80e0bd8291dd5e75dac66d33b55d8cef336c7b2' \ - '0234cf85858ff828f5c901ed33ba5418aa849414' \ - '7fba5271b58fea9fa86ee5c0e9bb21aeaea40327' \ - 'bc737027652522fb9c6059fda317d21bacdb5fd2' \ - '68c7f8bc231881971ae54cc8ce00fb373163b9ef' \ - '371f62755eed2d93982eab80f31389a0e59e5678' \ - 'ac9c290b0d106f29eb4edea21ac4b07add6d22f4' \ - '6f6b89ce05a93b4329c3593ad6d11c77b4921dc4' \ - 'bc84801be9a460eef505d28082fa3d2bc8b639a8' \ - '4aa811e78a18e945680f2e83ddc56af177412480' \ - 'e5a3a212290e5378a4c752bb5bd6d3a9685ec77c' \ - '75afd28adbf414c735476be86a7c191bc2b2eb8a' \ - 'f238a6747d3613c29b331689c360de8c79727bf4' \ - '5ba811b2a90d7038c78f8daa1c6a6744bf7b3e68' \ - '5e7fef7853c4fbc45076b338973a4e7439b98e33' \ - '58fa99eb18746dc31cb27877b2278cb250ed7b14' \ - '7f3c8ad0fd7f894bcde9082b6bfd8960f6615f4a' \ - 'cbdd2e8d16ecca264d04b70216e1936cf0839fe0' \ - '6e512a0df6c7e5c5b32ed3f43434d2ac74952e21' \ - 'aa1065a8097acd3ff1456d5f974d2b286ea4adc4' \ - '145dd7987524a5e26a09fc01f12c66f008dfa88f' \ - 'c5fd72f101164534c6886c0aa76c6f450485e5bd' \ - 'da64b030ba226713c8407aaf96c2355807ff34e9' \ - 'f7055904a54c54af4047334092892d8c2642a0ca' \ - 'b3788d67270c49474a3b332b8cf5698cc17513e5' \ - '32e00d1dc205e61145b89c1eaa74d0be8e8e65df' \ - '79c65dfece0012100b677784c2ecaa7b4661535e' \ - '1ce0db4aa71c6e0edc6bd0aec9612b3aaaf17672' \ - '961987351a411977a42a8ab631ee34205495367b' \ - '48033b461e96ddbd74977f62e52d095e4949f202' \ - '10677da057b24ec7975dc220b1fac38862e0514f' \ - '44e35347a34aa2909a71533f0ecb1f61bdd20e39' \ - '8f0f090018f4edd67422a69f30f799d62516764e' \ - 'bdd395dec2f5ecbb88fc3bf0754f4754fb49cac9' \ - '43884e0b2ea8695de34dbc382a1d63a519ad486c' \ - '390096125d58038e72e8289689d5d95365d85278' \ - '38a2e694a08f50514c275e3cb8e16d3e53d40a77' \ - '78b00147f7075a0117c6f52b99bc2d2b814de316' \ - '26869c404d89f4c3f50901387b6c78b0cb4e3477' \ - 'a67ea6097d202c3dcd908fe2a0dfb510e7b60b00' \ - 'ccb93d4e89eb752573a99ad0a98334a50dfcb389' \ - '6e785fb941c24052cf605d8afe40e51156e32d5c' \ - '0930d85bb0a7c8be8d6a270280654379b4d6eaa0' \ - '44d11c7b795150d33b57d51ec81ba8db76bc5479' \ - 'a28a1337f8f5aa5d47441acf56499f966b2965a4' \ - '9d092ba1a561019dba86aeb4033e8b41887f8509' \ - 'df492d14003a4dfa1d33e2743ac645b7ad71e3d1' \ - '5389154ae843464dec6311a830c8f5ff16b72043' \ - '3092f5969ab747b5bcb574c8c4a88d436f0a6ef9' \ - 'b2e32c411d1bce3bd2506bc5a86ce23a082715fc' \ - '2994640e9c545793b18f53f57162b81fb81b72f2' \ - '6120bf83dece104673f2f8d73d7c66ae74ccc445' \ - 'af2c4ff16ac9418039acde8f251a09b624d25dc0' \ - '9424635d7ccab31951e34d362ec02147c05d35e2' \ - '11379a9ab81dd684d16d7582800da5b7ba3a9538' \ - 'bb12d55d7c2205b320ae5ebd94b74ad170da11b1' \ - '19433aab16520453b5e72eb30b201bb88b15ba8a' \ - '522855c94972d52acf0eeab76f3c7c22e7ccc81a' \ - '231084302335cf536467b517ec4f2bbb1527bfac' \ - 'c9fb29999952a4c9716ef0224a6d8cbf9e87b844') hunk ./source/locale-extra/kde-i18n/FrugalBuild 29 +sha1sums=('03c2346bcda0466ae5a0ef3aba9de938c8d28f47' \ + 'a617c1ef320dc5d8e3cfd3f6db78f8a551af3e3f' \ + 'ffa835b4f2ef1db3cd638787e871ab29cdc5e3bd' \ + 'f3201e7d856ed4ce52aa775bf79b1861b5c4c5f6' \ + '57e20f5ca63ef01bf19faf151ad62c585a4add85' \ + 'e828921fea38c40f1887e3015784d822561344f4' \ + '4b26ac705373a26dc1e4d49ad2c086bba403433e' \ + 'f784d68ab71ac5e22a8bff8f8191559bbabff42e' \ + '07d439d99f6bc1f897e6afb7bf8b9cfaa840f8f8' \ + 'd60bf69a06bf3ca098dde150707d2f219ba222d3' \ + '94f9c2acf3cbb8e9afe0cd77e6fbb8690c1d0d63' \ + '5a17e26507a547dca2d392cfd7662128232f4124' \ + 'e7fae6a4f8504f0f1fd8bc53039affa16b51deb4' \ + '2dbccf0eef7f8529d75bd07695244d181b94e42f' \ + '9fdd01fe75e4b8b2f0d763d97e856d4ba0978851' \ + 'da827ae757114b35aec5620f8344e56ca532f6ce' \ + '9936fac776c25b320b261c0f9a4a44ae5a2e773d' \ + 'c65ae40bc68bb688c685bdb08401bf651c13f5b2' \ + '3c4a70ca017d5b6d4e5c99f199008e40fd6a486f' \ + '138378bb12836c81f5b6f21926e5cfc5ad2cc885' \ + '4f5f12c7496fde596f61c730d061e71516a4e7d5' \ + 'cd9c87da1c059429e65bd1fecb885390a70a6bf5' \ + 'aeb764a089dcbce6236ecba64e60de62999dbeba' \ + 'a9d3ed388762eb6d93c0bdfd4c325f96b47baff3' \ + '437e038f8564af3bb18b1d79dc69e276078e4d16' \ + '3e2daf9557becde5182020624573589ba7fc2146' \ + '49ebc9ef3ebe4b3ad979d64615812f28e61b0d94' \ + '2191f8585c44729a8567751e1250b6de8d15d258' \ + 'e73b939684b075ebe17789cdd603cffcf54f0859' \ + '4d8f57b23fab2c8ef809e09a3a223af199ba8e02' \ + '7a88a1b4c9f22fe7809dbfe7f4f5722c0f790579' \ + 'e3fbdc6cbcf12b8e68a31f9acda6abda0475ca87' \ + 'f3b7dd37eb8dd357e62926b6633f37ccc06d7845' \ + 'f8a8ad8061f48536ae13fe3abb0cd36047096137' \ + 'f63051ebd5e9a742a019d594916a49e74911af7e' \ + '4ede976c92c8f0e0d18b40902b3f15e302364a07' \ + '07e88f367b3a042f1ca93e2e44ef0e40eec84f91' \ + '4e093b6abf6685a12043f2ab352f22cd52ef3281' \ + '590c763cde8d59052eeb57bb6c6c330eb7bb3ea5' \ + '4a033ddead3d63885d858290621f73160b632ef2' \ + 'd983bf430ed3c28a291acd4f3ec1a2d2e8fda452' \ + '7109b404c5c0e354768d2149c9e49cb1267e0e3e' \ + 'cc60b4eaf919585bf5e43089f3a8d0dcdeba5418' \ + 'd8ffa949df2ccbd21e92569abc36682f231fdb9d' \ + '4018dbba43bc8ff1060c8643fedc12f88f101c3b' \ + '1b750f5a2c0f47082b05692db4523844c582f2b0' \ + 'abfc861af454ec642674d5ec3c4cecdf2dde4d85' \ + 'ca2f7120b7bdffb215b00f64f1a52fbd287e0fbd' \ + '377be03bd17b101f81f840224a693282adcbf474' \ + '945c820dde4d62ffae59587560a755dde9039d57' \ + '107421af346baf486f5f95caa140e72847f6dc2c' \ + '0793a3a5d7872e9593c8f10bf0f3eedceebd1d0b' \ + 'e9ac237fd96ad05dcbaea47b28fd16e87b930778' \ + 'd34f514ae981aa51080fc4052a899347df8bc6bf' \ + '9b8c41f92378b9df5b4b54b31cc0ef0be8aca017' \ + '010b8955df031b511bfccc04b06db3a037684339' \ + '89eb54f0853a94dab7b989bb2d0740762127bfb0' \ + 'de7a0359d8cb7de49e9c887f5f03d84e9021e5bc' \ + '23bed801c2e2292025940ef931fb403b9b352f0a' \ + 'd77f4b8c7495c777f516ec4241328e0da7bae62d' \ + '05696cb75dfacf9e72ee7b76923fd65ecb9430b7' \ + '265b1d89fe9b24b179498c9a6bf1a7f1d934f0c8' \ + '6818664c966ab4d94115f3bbdf414b35a9e542a7') } From crazy at frugalware.org Thu Aug 3 12:12:21 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 12:12:23 2006 Subject: [Frugalware-darcs] frugalware-current: kdeaccessibility-docs Message-ID: <20060803101221.BFD0F2E00DB@genesis.frugalware.org> [kdeaccessibility-docs crazy **20060803100158 * removed ] { hunk ./source/kde-extra/kdeaccessibility-docs/FrugalBuild 1 -# Last Modified: Thu, 01 Jun 2006 01:34:09 +0200 -# Compiling Time: 0.09 SBU -# Maintainer: crazy - -pkgname=kdeaccessibility-docs -origname=kdeaccessibility -pkgver=3.5.3 -pkgrel=1 -pkgdesc="Documentation for the KDE accessibility programs." -groups=('kde-extra' 'kde-docs') -archs=('i686' 'x86_64') -rodepends=('kdeaccessibility>=3.5.3') -makedepends=('kdelibs>=3.5.3') -Finclude kde -source=($pkgurl/$origname-$pkgver.tar.bz2) -sha1sums=('267c280558780c198d6c429be7e157cb246f2709') - -build() -{ - - Fcd $origname-$pkgver - Fbuild DO_NOT_COMPILE="IconThemes kbstateapplet kmag kmousetool kmouth ksayit kttsd" -} - rmfile ./source/kde-extra/kdeaccessibility-docs/FrugalBuild rmdir ./source/kde-extra/kdeaccessibility-docs } From crazy at frugalware.org Thu Aug 3 13:39:33 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 13:39:36 2006 Subject: [Frugalware-darcs] frugalware-current: kdeaccessibility-3.5.4-1-i686 Message-ID: <20060803113933.174FA2E00DD@genesis.frugalware.org> [kdeaccessibility-3.5.4-1-i686 crazy **20060803113646 * Version bump ] { hunk ./source/kde-extra/kdeaccessibility/FrugalBuild 1 -# Last Modified: Thu, 01 Jun 2006 01:17:08 +0200 +# Last Modified: Thu, 03 Aug 2006 12:35:36 +0200 hunk ./source/kde-extra/kdeaccessibility/FrugalBuild 6 -pkgver=3.5.3 +pkgver=3.5.4 hunk ./source/kde-extra/kdeaccessibility/FrugalBuild 11 -depends=('kdebase>=3.5.3' 'akode' 'festival' 'libxtst') +depends=('kdebase>=3.5.4' 'akode' 'festival' 'libxtst') hunk ./source/kde-extra/kdeaccessibility/FrugalBuild 14 -options=('nodocs') hunk ./source/kde-extra/kdeaccessibility/FrugalBuild 15 -sha1sums=('267c280558780c198d6c429be7e157cb246f2709') +sha1sums=('f2c2dd986e1fd7cc409de10b65dd987046ec1880') hunk ./source/kde-extra/kdeaccessibility/FrugalBuild 17 -Fconfopts="$Fconfopts \ - --enable-new-ldflags \ - --with-akode \ - --with-alsa \ - --with-arts" +subpkgs=("$pkgname-docs") +subdescs=("Kdeaccessibility Documentation") +subdepends=("$pkgname-$pkgver") +subgroups=('kde-extra kde-docs') +subarchs=('i686 x86_64') hunk ./source/kde-extra/kdeaccessibility/FrugalBuild 23 +build() +{ + Fbuild CXXFLAGS="$CXXFLAGS -Wno-deprecated" \ + --disable-dependency-tracking \ + --disable-debug \ + --without-debug \ + --disable-warnings \ + --enable-new-ldflags \ + --with-gnu-ld \ + --enable-gcc-hidden-visibility \ + --enable-final --with-akode \ + --with-alsa \ + --with-arts + Fsplit $pkgname-docs usr/share/doc +} } From crazy at frugalware.org Thu Aug 3 13:51:22 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 13:51:25 2006 Subject: [Frugalware-darcs] frugalware-current: kdesdk-docs Message-ID: <20060803115122.A58612E00DB@genesis.frugalware.org> [kdesdk-docs crazy **20060803114824 * removed ] { hunk ./source/kde-extra/kdesdk-docs/FrugalBuild 1 -# Last Modified: Thu, 01 Jun 2006 18:48:43 +0200 -# Compiling Time: 0.14 SBU -# Maintainer: crazy - -pkgname=kdesdk-docs -origname=kdesdk -pkgver=3.5.3 -pkgrel=1 -pkgdesc="Documentation for the KDE Software Development Kit." -groups=('kde-extra' 'kde-docs') -archs=('i686' 'x86_64') -rodepends=('kdesdk>=3.5.3') -makedepends=('kdelibs>=3.5.3') -Finclude kde -source=($pkgurl/$origname-$pkgver.tar.bz2) -sha1sums=('6d463bff975605bef1ab89fe78ce6d9a8284fb64') - -build() -{ - - Fcd $origname-$pkgver - Fbuild DO_NOT_COMPILE=" \ - cervisia kapptemplate kbabel kbugbuster kcachegrind kdeaccounts-plugin \ - kfile-plugins kioslave kmtrace kompare kprofilemethod kspy kstartperf kuiviewer \ - kunittest poxml scheck scripts umbrello" -} rmfile ./source/kde-extra/kdesdk-docs/FrugalBuild rmdir ./source/kde-extra/kdesdk-docs } From crazy at frugalware.org Thu Aug 3 14:28:48 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 14:28:50 2006 Subject: [Frugalware-darcs] frugalware-current: kdesdk-3.5.4-1-i686 Message-ID: <20060803122848.35ADF2E00DB@genesis.frugalware.org> [kdesdk-3.5.4-1-i686 crazy **20060803122607 * Version bump ] { hunk ./source/kde-extra/kdesdk/FrugalBuild 1 -# Last Modified: Thu, 01 Jun 2006 18:28:29 +0200 +# Last Modified: Thu, 03 Aug 2006 14:23:15 +0200 hunk ./source/kde-extra/kdesdk/FrugalBuild 6 -pkgver=3.5.3 -pkgrel=2 +pkgver=3.5.4 +pkgrel=1 hunk ./source/kde-extra/kdesdk/FrugalBuild 11 -depends=('kdebase>=3.5.2' 'db' 'subversion>=1.3.2') -makedepends=('doxygen' 'cvs') -options=('nodocs') +depends=('kdebase>=3.5.4' 'db' 'subversion>=1.3.2') +makedepends=('doxygen' 'cvs' 'qt-docs') hunk ./source/kde-extra/kdesdk/FrugalBuild 14 -sha1sums=('6d463bff975605bef1ab89fe78ce6d9a8284fb64') +sha1sums=('0b178eaf22f669cae1ff585a887cbbc234460e68') hunk ./source/kde-extra/kdesdk/FrugalBuild 16 -Fconfopts="$Fconfopts \ - --enable-new-ldflags \ - --with-subversion \ - --with-berkeley-db \ - --with-apr-config=/usr/bin/apr-1-config \ - --with-apu-config=/usr/bin/apu-1-config" +subpkgs=("$pkgname-docs") +subdescs=("Kdesdk Documentation") +subdepends=("$pkgname-$pkgver") +subgroups=('kde-extra kde-docs') +subarchs=('i686 x86_64') hunk ./source/kde-extra/kdesdk/FrugalBuild 22 +build() +{ + Fbuild CXXFLAGS="$CXXFLAGS -Wno-deprecated" \ + --disable-dependency-tracking \ + --disable-debug \ + --without-debug \ + --disable-warnings \ + --enable-new-ldflags \ + --with-gnu-ld \ + --enable-gcc-hidden-visibility \ + --enable-final\ + --with-subversion \ + --with-berkeley-db \ + --with-apr-config=/usr/bin/apr-1-config \ + --with-apu-config=/usr/bin/apu-1-config + Fsplit $pkgname-docs usr/share/doc hunk ./source/kde-extra/kdesdk/FrugalBuild 39 +} } From crazy at frugalware.org Thu Aug 3 15:01:20 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 15:01:22 2006 Subject: [Frugalware-darcs] frugalware-current: kdewebdev-3.5.4-1-i686 Message-ID: <20060803130120.AC4592E00E3@genesis.frugalware.org> [kdewebdev-3.5.4-1-i686 crazy **20060803125722 * Version bump ] { hunk ./source/kde-extra/kdewebdev/FrugalBuild 1 -# Last Modified: Thu, 01 Jun 2006 21:30:52 +0200 -# Compiling Time: 3.51 SBU +# Last Modified: Thu, 03 Aug 2006 14:54:31 +0200 +# Compiling Time: 3.16 SBU hunk ./source/kde-extra/kdewebdev/FrugalBuild 6 -pkgver=3.5.3 +pkgver=3.5.4 hunk ./source/kde-extra/kdewebdev/FrugalBuild 11 -depends=('kdesdk>=3.5.3' 'libxslt' 'libxml2' 'tidy') +depends=('kdesdk>=3.5.4' 'libxslt' 'libxml2' 'tidy') hunk ./source/kde-extra/kdewebdev/FrugalBuild 13 -options=('nodocs') hunk ./source/kde-extra/kdewebdev/FrugalBuild 14 -sha1sums=('04807ffa7bb301cc866941c421d9fb7da6584672') +sha1sums=('194ca0128d59bcb6bd042039f6bc7c5ef47f28d3') + +subpkgs=("$pkgname-docs") +subdescs=("Kdewebdev Documentation") +subdepends=("$pkgname-$pkgver") +subgroups=('kde-extra kde-docs') +subarchs=('i686 x86_64') + +build() +{ + Fbuild CXXFLAGS="$CXXFLAGS -Wno-deprecated" \ + --disable-dependency-tracking \ + --disable-debug \ + --without-debug \ + --disable-warnings \ + --enable-new-ldflags \ + --with-gnu-ld \ + --enable-gcc-hidden-visibility \ + --enable-final + Fsplit $pkgname-docs usr/share/doc +} + } From voroskoi at frugalware.org Thu Aug 3 15:05:37 2006 From: voroskoi at frugalware.org (voroskoi) Date: Thu Aug 3 15:05:39 2006 Subject: [Frugalware-darcs] frugalware-current: whois-4.7.15-1-i686 Message-ID: <20060803130538.17A5A2E00E2@genesis.frugalware.org> [whois-4.7.15-1-i686 voroskoi **20060803130145 version bump ] { hunk ./source/network/whois/FrugalBuild 1 -# Last modified: Sun, 16 Jul 2006 14:40:23 +0200 +# Last modified: Thu, 03 Aug 2006 14:54:08 +0200 hunk ./source/network/whois/FrugalBuild 7 -pkgver=4.7.14 +pkgver=4.7.15 hunk ./source/network/whois/FrugalBuild 18 -sha1sums=('83ddaec65a2a786600cc11c3f71d672c6b79f6d1' \ +sha1sums=('81139c7354d02542907f71921153bd8b464523e3' \ } From vmiklos at frugalware.org Thu Aug 3 15:26:34 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 15:26:37 2006 Subject: [Frugalware-darcs] frugalwareutils: netconfig: bring up the lo interface anytime the previous profile was NULL Message-ID: <20060803132634.DCFE62E00DB@genesis.frugalware.org> [netconfig: bring up the lo interface anytime the previous profile was NULL VMiklos **20060803132304] { hunk ./netconfig/netconfig.c 304 + if(!fwnet_lastprofile()) + fwnet_loup(); } From vmiklos at frugalware.org Thu Aug 3 15:26:35 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 15:26:39 2006 Subject: [Frugalware-darcs] frugalwareutils: netconfig: updated hu doc Message-ID: <20060803132635.3A4F92E00DF@genesis.frugalware.org> [netconfig: updated hu doc VMiklos **20060803132641] { hunk ./netconfig/doc/po/hu.po 8 -"POT-Creation-Date: 2006-07-11 13:49+0200\n" -"PO-Revision-Date: 2006-07-11 14:44+0200\n" +"POT-Creation-Date: 2006-08-03 15:10+0200\n" +"PO-Revision-Date: 2006-08-03 15:26+0200\n" hunk ./netconfig/doc/po/hu.po 370 -# type: SH +# type: TP hunk ./netconfig/doc/po/hu.po 373 +msgid "Bdhcp clientE>" +msgstr "Bdhcp kliensE>" + +# type: Plain text +#: netconfig.5:100 +msgid "" +"This specifies the dhcp client to use. It can be either dhcpcd or dhclient." +msgstr "" +"Megadja a használandó dhcp klienst. dhcpcd vagy dhclient lehet." + +# type: SH +#: netconfig.5:100 +#, no-wrap hunk ./netconfig/doc/po/hu.po 390 -#: netconfig.5:99 +#: netconfig.5:102 hunk ./netconfig/doc/po/hu.po 395 -#: netconfig.5:99 +#: netconfig.5:102 hunk ./netconfig/doc/po/hu.po 401 -#: netconfig.5:101 +#: netconfig.5:104 hunk ./netconfig/doc/po/hu.po 410 -#: netconfig.5:101 +#: netconfig.5:104 hunk ./netconfig/doc/po/hu.po 416 -#: netconfig.5:105 +#: netconfig.5:108 } From vmiklos at frugalware.org Thu Aug 3 15:26:35 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 15:26:40 2006 Subject: [Frugalware-darcs] frugalwareutils: netconfig: on "stop", set the last profile to NULL Message-ID: <20060803132635.C441C2E00DF@genesis.frugalware.org> [netconfig: on "stop", set the last profile to NULL VMiklos **20060803132246] { hunk ./netconfig/netconfig.c 287 + fwnet_setlastprofile(NULL); } From vmiklos at frugalware.org Thu Aug 3 15:26:36 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 15:26:42 2006 Subject: [Frugalware-darcs] frugalwareutils: libfwnetconfig: remove the lockfile if the last profile is NULL Message-ID: <20060803132636.3BC692E00E0@genesis.frugalware.org> [libfwnetconfig: remove the lockfile if the last profile is NULL VMiklos **20060803132221] { hunk ./libfwnetconfig/libfwnetconfig.c 495 - // sanility check hunk ./libfwnetconfig/libfwnetconfig.c 496 - return(1); + { + if(unlink(FWNET_LOCK)==-1) + return(1); + else + return(0); + } } From vmiklos at frugalware.org Thu Aug 3 15:46:57 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 15:46:59 2006 Subject: [Frugalware-darcs] frugalware-current: rebuilt.txt: added missing openoffice.org and gst-plugins-bad to the neon section Message-ID: <20060803134657.B907E2E00DB@genesis.frugalware.org> [rebuilt.txt: added missing openoffice.org and gst-plugins-bad to the neon section VMiklos **20060803134403] { hunk ./docs/tech/rebuild.txt 94 +openoffice.org +gst-plugins-bad } From crazy at frugalware.org Thu Aug 3 16:18:30 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 16:18:32 2006 Subject: [Frugalware-darcs] frugalware-current: kdevelop-3.3.4-1-i686 Message-ID: <20060803141831.0685C2E00DB@genesis.frugalware.org> [kdevelop-3.3.4-1-i686 crazy **20060803141435 * Version bump ] { hunk ./source/kde-extra/kdevelop/FrugalBuild 1 -# Last Modified: Fri, 02 Jun 2006 05:28:31 +0200 +# Last Modified: Thu, 03 Aug 2006 16:07:10 +0200 hunk ./source/kde-extra/kdevelop/FrugalBuild 6 -pkgver=3.3.3 +pkgver=3.3.4 hunk ./source/kde-extra/kdevelop/FrugalBuild 11 -depends=('kdebase>=3.5.3' 'kdesdk>=3.5.3' 'gettext' 'make' 'flex' 'automake' 'autoconf' 'htdig' 'valgrind') +depends=('kdebase>=3.5.4' 'kdesdk>=3.5.4' 'gettext' 'make' 'flex' 'graphviz' 'automake' 'autoconf' 'htdig' 'valgrind') hunk ./source/kde-extra/kdevelop/FrugalBuild 15 -sha1sums=('e8e74fb7bc8d059cb2ba96778d500f3ea9566f8e') +sha1sums=('3e74e1e9e48a927b61e81854a27682802f205ae3') hunk ./source/kde-extra/kdevelop/FrugalBuild 19 - Fcd - for i in `find . -iname configure` - do - Fsed '-O2' '' $i - done hunk ./source/kde-extra/kdevelop/FrugalBuild 28 - } From voroskoi at frugalware.org Thu Aug 3 16:31:33 2006 From: voroskoi at frugalware.org (voroskoi) Date: Thu Aug 3 16:31:35 2006 Subject: [Frugalware-darcs] frugalware-current: nautilus-open-terminal-0.7-1-i686 Message-ID: <20060803143133.F2BA82E00DB@genesis.frugalware.org> [nautilus-open-terminal-0.7-1-i686 voroskoi **20060803142927 version bump ] { hunk ./source/gnome/nautilus-open-terminal/FrugalBuild 1 -# Last modified: Tue, 08 Nov 2005 20:59:33 +0100 +# Last modified: Thu, 03 Aug 2006 16:26:24 +0200 hunk ./source/gnome/nautilus-open-terminal/FrugalBuild 6 -pkgver=0.6 +pkgver=0.7 hunk ./source/gnome/nautilus-open-terminal/FrugalBuild 15 -sha1sums=('3959f93ca7d852e1de84141fc6aad7a50a0b8ca8') - -#build() -#{ -# Fmake --sysconfdir=/etc --disable-schemas-install --enable-hal || return 1 -# Fmakeinstall GCONF_DISABLE_SCHEMA_INSTALL=1 -#} - -# vim: ft=sh +sha1sums=('8a5447efe420a77a8cc19e27c95b1d78492f14fe') } From vmiklos at frugalware.org Thu Aug 3 16:43:35 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 16:43:40 2006 Subject: [Frugalware-darcs] frugalware-current: firefox-1.5.0.6-1-i686 Message-ID: <20060803144335.C9F552E00DE@genesis.frugalware.org> [firefox-1.5.0.6-1-i686 VMiklos **20060803144051 version bump (again) ] { hunk ./source/xapps/firefox/FrugalBuild 1 -# Last modified: Thu, 27 Jul 2006 00:20:52 +0200 +# Last modified: Thu, 03 Aug 2006 16:38:16 +0200 hunk ./source/xapps/firefox/FrugalBuild 7 -pkgver=1.5.0.5 +pkgver=1.5.0.6 } From crazy at frugalware.org Thu Aug 3 16:49:15 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 16:49:19 2006 Subject: [Frugalware-darcs] frugalware-current: kdeedu-3.5.4-1-i686 Message-ID: <20060803144915.793832E00DB@genesis.frugalware.org> [kdeedu-3.5.4-1-i686 crazy **20060803144626 * typo ] { hunk ./source/kde/kdeedu/FrugalBuild 19 -subdepends=("$pkgname-$pkgver") +subdepends=("$pkgname=$pkgver") } From crazy at frugalware.org Thu Aug 3 16:52:11 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 16:52:14 2006 Subject: [Frugalware-darcs] frugalware-current: kdewebdev-3.5.4-1-i686 Message-ID: <20060803145211.BAC382E00DB@genesis.frugalware.org> [kdewebdev-3.5.4-1-i686 crazy **20060803144851 * typo ] { hunk ./source/kde-extra/kdewebdev/FrugalBuild 18 -subdepends=("$pkgname-$pkgver") +subdepends=("$pkgname=$pkgver") } From crazy at frugalware.org Thu Aug 3 16:56:21 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 16:56:22 2006 Subject: [Frugalware-darcs] frugalware-current: kdeaccessibility-3.5.4-1-i686 Message-ID: <20060803145621.207D22E00DE@genesis.frugalware.org> [kdeaccessibility-3.5.4-1-i686 crazy **20060803145333 * typo ] { hunk ./source/kde-extra/kdeaccessibility/FrugalBuild 19 -subdepends=("$pkgname-$pkgver") +subdepends=("$pkgname=$pkgver") } From crazy at frugalware.org Thu Aug 3 16:56:21 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 16:56:24 2006 Subject: [Frugalware-darcs] frugalware-current: kdeaddons-3.5.4-1-i686 Message-ID: <20060803145621.8A2782E00DE@genesis.frugalware.org> [kdeaddons-3.5.4-1-i686 crazy **20060803145145 * typo ] { hunk ./source/kde/kdeaddons/FrugalBuild 18 -subdepends=("$pkgname-$pkgver") +subdepends=("$pkgname=$pkgver") } From crazy at frugalware.org Thu Aug 3 16:59:26 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 16:59:29 2006 Subject: [Frugalware-darcs] frugalware-current: kdesdk-3.5.4-1-i686 Message-ID: <20060803145926.A875B2E00ED@genesis.frugalware.org> [kdesdk-3.5.4-1-i686 crazy **20060803145719 * typo ] { hunk ./source/kde-extra/kdesdk/FrugalBuild 18 -subdepends=("$pkgname-$pkgver") +subdepends=("$pkgname=$pkgver") } From alex at alex-smith.me.uk Thu Aug 3 17:01:28 2006 From: alex at alex-smith.me.uk (AlexExtreme) Date: Thu Aug 3 17:01:30 2006 Subject: [Frugalware-darcs] frugalware-current: liboobs-0.2.0-1-x86_64 Message-ID: <20060803150128.7302D2E00DB@genesis.frugalware.org> [liboobs-0.2.0-1-x86_64 AlexExtreme **20060803145958 * Version bump ] { hunk ./source/gnome-extra/liboobs/FrugalBuild 1 -# Last Modified: Thu, 27 Jul 2006 19:49:24 +0100 +# Last Modified: Thu, 03 Aug 2006 15:59:15 +0100 hunk ./source/gnome-extra/liboobs/FrugalBuild 6 -pkgver=0.1.0 +pkgver=0.2.0 hunk ./source/gnome-extra/liboobs/FrugalBuild 15 -sha1sums=('d4211eff9485ee6e7e08ad047a7a4169d73d1977') +sha1sums=('a766f12b5ef06663f77db20a8052ea62a60e1f21') } From crazy at frugalware.org Thu Aug 3 17:05:03 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 17:05:25 2006 Subject: [Frugalware-darcs] frugalware-current: kdeadmin-3.5.4-1-i686 Message-ID: <20060803150504.09E162E00DE@genesis.frugalware.org> [kdeadmin-3.5.4-1-i686 crazy **20060803150147 * typo ] { hunk ./source/kde/kdeadmin/FrugalBuild 17 -subdepends=("$pkgname-$pkgver") +subdepends=("$pkgname=$pkgver") } From crazy at frugalware.org Thu Aug 3 17:10:52 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 17:10:54 2006 Subject: [Frugalware-darcs] frugalware-current: GAlexExtreme new email Message-ID: <20060803151052.F173D2E00DB@genesis.frugalware.org> [GAlexExtreme new email crazy **20060803150608 * :) from Krazy for GAlexExtreme (: ] { hunk ./source/apps-extra/acoc/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/apps-extra/rman/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/apps-extra/xen/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/base-extra/kernel-xen0/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/base-extra/kernel-xenU/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/devel-extra/imaging/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/devel-extra/metakit/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/devel-extra/pyrtf/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/devel-extra/python-ldap/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/games-extra/eternal-lands/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/deskbar-applet/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/ekiga/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/galago-daemon/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/galago-gtk-python/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/galago-python/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/gecko-sharp/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/gnome-common/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/gnome-frugalware/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/gnome-power-manager/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/gnome-vfs/FrugalBuild 4 -# Contributor: AlexExtreme +# Contributor: AlexExtreme hunk ./source/gnome/libgalago/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/libgalago-gtk/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/libnotify/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/libsexy/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/notification-daemon/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/notify-python/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome/pango/FrugalBuild 4 -# Co-Maintainer: AlexExtreme +# Co-Maintainer: AlexExtreme hunk ./source/gnome/totem/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/banshee/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/beagle/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/cssed/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/gaim-galago/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/galeon/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/gconfmm/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/glademm/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/gnome-ppp/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/gnome-system-tools/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/gourmet/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/gtk+2-engines-industrial/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/gtk+2-engines-ubuntulooks/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/libglademm/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/libgnomecanvasmm/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/liboobs/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/mail-notification/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/sabayon/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/system-tools-backends/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/gnome-extra/ubuntu-artwork/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/lib/gmime/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/lib/libdaemon/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/lib-extra/cal3d/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/lib-extra/ipod-sharp/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/lib-extra/libipoddevice/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/lib-extra/libnl/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/lib-extra/physfs/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/lib-extra/term-ansicolor/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/lib-extra/tpty/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/network/avahi/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/network/nss-mdns/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/network/webappconfig/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/network-extra/dhcdbd/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/network-extra/dropbear/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/network-extra/mediawiki/FrugalBuild 3 -# Contributor: AlexExtreme +# Contributor: AlexExtreme hunk ./source/network-extra/phpbb/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/x11/ttf-bitstream-vera/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/xapps/wine/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/xapps-extra/fwbuilder/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/xapps-extra/gset-compiz/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/xapps-extra/pearpc/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/xapps-extra/xvidcap/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/xlib/opal/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/xlib/pwlib/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/xlib-extra/libfwbuilder/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme hunk ./source/xmultimedia/gst-plugins-ugly/FrugalBuild 3 -# Maintainer: AlexExtreme +# Maintainer: AlexExtreme } From crazy at frugalware.org Thu Aug 3 17:16:01 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 17:16:02 2006 Subject: [Frugalware-darcs] frugalware-current: kdebase-3.5.4-1-i686 Message-ID: <20060803151601.9ECEA2E00DB@genesis.frugalware.org> [kdebase-3.5.4-1-i686 crazy **20060803151225 * typo ] { hunk ./source/kde/kdebase/FrugalBuild 46 -subdepends=("$pkgname-$pkgver") +subdepends=("$pkgname=$pkgver") } From vmiklos at frugalware.org Thu Aug 3 17:17:20 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 17:17:22 2006 Subject: [Frugalware-darcs] frugalware-current: galeon-2.0.1-6-i686 Message-ID: <20060803151721.0FFAE2E00EC@genesis.frugalware.org> [galeon-2.0.1-6-i686 VMiklos **20060803151541 rebuilt with newer firefox ] { hunk ./source/gnome-extra/galeon/FrugalBuild 1 -# Last Modified: Wed, 02 Aug 2006 16:05:12 +0530 +# Last Modified: Thu, 03 Aug 2006 17:11:28 +0200 hunk ./source/gnome-extra/galeon/FrugalBuild 8 -pkgrel=5 +pkgrel=6 hunk ./source/gnome-extra/galeon/FrugalBuild 10 -depends=('firefox>=1.5' 'gnome-desktop') +depends=('firefox=1.5.0.6' 'gnome-desktop') } From boobaa at frugalware.org Thu Aug 3 17:21:30 2006 From: boobaa at frugalware.org (CSÉCSY László) Date: Thu Aug 3 17:21:33 2006 Subject: [Frugalware-darcs] frugalware-current: man-pages-2.38-1-i686 Message-ID: <20060803152130.C635E2E00DB@genesis.frugalware.org> [man-pages-2.38-1-i686 CSÉCSY László **20060803151731 double version bump :) ] { hunk ./source/apps/man-pages/FrugalBuild 1 -# Last Modified: Sun, 16 Jul 2006 22:34:36 +0200 +# Last Modified: Thu, 03 Aug 2006 17:17:18 +0200 hunk ./source/apps/man-pages/FrugalBuild 7 -pkgver=2.36 +pkgver=2.38 hunk ./source/apps/man-pages/FrugalBuild 45 -sha1sums=('d2a1f02bcb165b5cd1a5a90e91834e64eed339b6') +sha1sums=('0b05f04f7a9af9b4126b3a38e8e5c8c8e034abfc') } From crazy at frugalware.org Thu Aug 3 17:33:22 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 17:33:24 2006 Subject: [Frugalware-darcs] frugalware-current: kdemultimedia-3.5.4-1-i686 Message-ID: <20060803153322.AB4012E00E1@genesis.frugalware.org> [kdemultimedia-3.5.4-1-i686 crazy **20060803152937 * typo ] { hunk ./source/kde/kdemultimedia/FrugalBuild 18 -subdepends=("$pkgname-$pkgver") +subdepends=("$pkgname=$pkgver") } From crazy at frugalware.org Thu Aug 3 17:41:58 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 17:42:01 2006 Subject: [Frugalware-darcs] frugalware-current: kdegraphics-3.5.4-1-i686 Message-ID: <20060803154158.65D182E00DB@genesis.frugalware.org> [kdegraphics-3.5.4-1-i686 crazy **20060803153821 * typo ] { hunk ./source/kde/kdegraphics/FrugalBuild 20 -subdepends=("$pkgname-$pkgver") +subdepends=("$pkgname=$pkgver") } From crazy at frugalware.org Thu Aug 3 17:49:57 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 17:50:00 2006 Subject: [Frugalware-darcs] frugalware-current: kdenetwork-3.5.4-1-i686 Message-ID: <20060803154957.C5CE92E00DB@genesis.frugalware.org> [kdenetwork-3.5.4-1-i686 crazy **20060803154742 * typo , push , cl , blah :-P ] { hunk ./source/kde/kdenetwork/FrugalBuild 18 -subdepends=("$pkgname-$pkgver") +subdepends=("$pkgname=$pkgver") } From vmiklos at frugalware.org Thu Aug 3 17:50:11 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 17:50:13 2006 Subject: [Frugalware-darcs] frugalware-current: epiphany-2.15.4-3-i686 Message-ID: <20060803155011.78CEA2E00DB@genesis.frugalware.org> [epiphany-2.15.4-3-i686 VMiklos **20060803154503 rebuilt with newer firefox ] { hunk ./source/gnome-extra/epiphany/FrugalBuild 1 -# Last Modified: Sat, 29 Jul 2006 16:17:17 +0200 +# Last Modified: Thu, 03 Aug 2006 17:39:53 +0200 hunk ./source/gnome-extra/epiphany/FrugalBuild 7 -pkgrel=2 +pkgrel=3 hunk ./source/gnome-extra/epiphany/FrugalBuild 11 - 'startup-notification' 'firefox=1.5.0.5' 'docbook-xsl') + 'startup-notification' 'firefox=1.5.0.6' 'docbook-xsl') hunk ./source/gnome-extra/epiphany/FrugalBuild 19 -#source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$preup2date/$pkgname-$pkgver.tar.bz2) } From crazy at frugalware.org Thu Aug 3 17:57:43 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 17:57:54 2006 Subject: [Frugalware-darcs] frugalware-current: kdebindings-3.5.4-1-i686 Message-ID: <20060803155743.DA0722E00DB@genesis.frugalware.org> [kdebindings-3.5.4-1-i686 crazy **20060803155419 * typo ] { hunk ./source/kde/kdebindings/FrugalBuild 19 -subdepends=("$pkgname-$pkgver") +subdepends=("$pkgname=$pkgver") } From alex at alex-smith.me.uk Thu Aug 3 18:04:01 2006 From: alex at alex-smith.me.uk (AlexExtreme) Date: Thu Aug 3 18:04:11 2006 Subject: [Frugalware-darcs] frugalware-current: sabayon-2.12.4-1-x86_64 Message-ID: <20060803160401.EB3E22E00DB@genesis.frugalware.org> [sabayon-2.12.4-1-x86_64 AlexExtreme **20060803155934 * Version bump * Removed patch for Frugalware support - added in upstream ] { hunk ./source/gnome-extra/sabayon/FrugalBuild 1 -# Last Modified: Tue, 21 Mar 2006 19:36:16 +0000 +# Last Modified: Thu, 03 Aug 2006 16:58:15 +0100 hunk ./source/gnome-extra/sabayon/FrugalBuild 6 -pkgver=2.12.3 +pkgver=2.12.4 hunk ./source/gnome-extra/sabayon/FrugalBuild 16 -sha1sums=('01893106540acd56c36be0b8c5c7f04e5b6c7181' \ - 'f4107b1917d6b98e33a1457df582fa764b6e55cc') -source=(${source[@]} $pkgname-$pkgver-frugalware-1.patch) +sha1sums=('59d165b874ed3d12422b2bedad2b553a3fe48412') hunk ./source/gnome-extra/sabayon/FrugalBuild 20 - Fcd - Fpatchall - Fmake || return 1 - Fmakeinstall || return 1 + Fbuild hunk ./source/gnome-extra/sabayon/FrugalBuild 27 -# optimalization OK - hunk ./source/gnome-extra/sabayon/sabayon-2.12.3-frugalware-1.patch 1 -diff -urN sabayon-2.12.3.orig/admin-tool/sabayon.desktop sabayon-2.12.3/admin-tool/sabayon.desktop ---- sabayon-2.12.3.orig/admin-tool/sabayon.desktop 2006-01-30 22:10:59.000000000 +0000 -+++ sabayon-2.12.3/admin-tool/sabayon.desktop 2006-03-21 18:24:13.000000000 +0000 -@@ -12,9 +12,7 @@ - Name[hu]=Profilszerkesző hasznĂĄlata - Name[ja]=プロファイル・エディタ - Name[lt]=NaudotojĹł profiliĹł redaktorius --Name[mk]=Уредувач на профили Са корисници - Name[nb]=Redigering av brukerprofiler --Name[nl]=Profieleditor - Name[no]=Redigering av brukerprofiler - Name[pa]=ਉਪਭੋਗੀ ਪਰੋਫਾਇਲ ਸੰਪਾਦਕ - Name[sr]=Уређивач корисничких поставки -@@ -40,10 +38,8 @@ - Comment[hu]=FelhasznĂĄlĂłk profiljainak lĂŠtesĂ­tĂŠse ĂŠs szerkesztĂŠse - Comment[ja]=ユーザ向けのプロファイルを確立したり編集します - Comment[lt]=Kurti ir redaguoti naudotojĹł profilius --Comment[mk]=Формирање и уредување на Профили Са Корисниците - Comment[nb]=Opprett og rediger brukerprofiler - Comment[ne]=प्रयोगकर्ताहरु को लागि प्रोफाइलहरु स्थापना र सम्पादन गर्नुहोस --Comment[nl]=Profielen maken en bewerken - Comment[no]=Opprett og rediger brukerprofiler - Comment[sr]=Образује и уређује поставке Са кориснике - Comment[sr@Latn]=Obrazuje i uređuje postavke za korisnike -@@ -54,9 +50,9 @@ - Comment[zh_CN]=为用户建立并编辑配置文件 - Comment[zh_HK]=建立與編輯使用者設定組合 - Comment[zh_TW]=建立與編輯使用者設定組合 --Exec=sabayon -+Exec=gksu sabayon - Terminal=false - Type=Application - Icon=sabayon.png - StartupNotify=true --Categories=GNOME;Application;SystemSetup; -+Categories=Categories=GNOME;GTK;Application;System;Settings; -diff -urN sabayon-2.12.3.orig/admin-tool/sabayon.desktop.in sabayon-2.12.3/admin-tool/sabayon.desktop.in ---- sabayon-2.12.3.orig/admin-tool/sabayon.desktop.in 2005-10-27 14:54:17.000000000 +0100 -+++ sabayon-2.12.3/admin-tool/sabayon.desktop.in 2006-03-21 18:24:07.000000000 +0000 -@@ -2,9 +2,9 @@ - Encoding=UTF-8 - _Name=User Profile Editor - _Comment=Establish and Edit Profiles for Users --Exec=sabayon -+Exec=gksu sabayon - Terminal=false - Type=Application - Icon=sabayon.png - StartupNotify=true --Categories=GNOME;Application;SystemSetup; -+Categories=Categories=GNOME;GTK;Application;System;Settings; -diff -urN sabayon-2.12.3.orig/configure sabayon-2.12.3/configure ---- sabayon-2.12.3.orig/configure 2006-01-31 17:08:48.000000000 +0000 -+++ sabayon-2.12.3/configure 2006-03-21 18:22:04.000000000 +0000 -@@ -24889,6 +24889,27 @@ - with_distro="mandriva" - fi - -+ echo "$as_me:$LINENO: checking for /etc/frugalware-release" >&5 -+echo $ECHO_N "checking for /etc/frugalware-release... $ECHO_C" >&6 -+if test "${ac_cv_file__etc_frugalware_release+set}" = set; then -+ echo $ECHO_N "(cached) $ECHO_C" >&6 -+else -+ test "$cross_compiling" = yes && -+ { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 -+echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} -+ { (exit 1); exit 1; }; } -+if test -r "/etc/frugalware-release"; then -+ ac_cv_file__etc_frugalware_release=yes -+else -+ ac_cv_file__etc_frugalware_release=no -+fi -+fi -+echo "$as_me:$LINENO: result: $ac_cv_file__etc_frugalware_release" >&5 -+echo "${ECHO_T}$ac_cv_file__etc_frugalware_release" >&6 -+if test $ac_cv_file__etc_frugalware_release = yes; then -+ with_distro="frugalware" -+fi -+ - fi - with_distro=`echo ${with_distro} | tr '[:upper:]' '[:lower:]' ` - -@@ -24932,6 +24953,12 @@ - install_xinitrc_script="yes" - XINITRC_SYSCONFDIR="X11/xinit.d" - ;; -+ frugalware) -+ XSESSION="/etc/gdm/Xsession" -+ SESSION_NAME="gnome-session" -+ install_xinitrc_script="yes" -+ XINITRC_SYSCONFDIR="X11/xinit/xinitrc.d" -+ ;; - *) - echo "Your distribution (${with_distro}) is not yet supported! (patches welcome)" - exit 1 -diff -urN sabayon-2.12.3.orig/configure.ac sabayon-2.12.3/configure.ac ---- sabayon-2.12.3.orig/configure.ac 2006-01-27 00:23:12.000000000 +0000 -+++ sabayon-2.12.3/configure.ac 2006-03-21 18:21:40.000000000 +0000 -@@ -99,6 +99,7 @@ - AC_CHECK_FILE(/etc/SuSE-release, with_distro="suse") - AC_CHECK_FILE(/etc/mandriva-release, with_distro="mandriva") - AC_CHECK_FILE(/etc/mandrakelinux-release, with_distro="mandriva") -+ AC_CHECK_FILE(/etc/frugalware-release, with_distro="frugalware") - fi - with_distro=`echo ${with_distro} | tr '[[:upper:]]' '[[:lower:]]' ` - -@@ -142,6 +143,12 @@ - install_xinitrc_script="yes" - XINITRC_SYSCONFDIR="X11/xinit.d" - ;; -+ frugalware) -+ XSESSION="/etc/gdm/Xsession" -+ SESSION_NAME="gnome-session" -+ install_xinitrc_script="yes" -+ XINITRC_SYSCONFDIR="X11/xinit/xinitrc.d" -+ ;; - *) - echo "Your distribution (${with_distro}) is not yet supported! (patches welcome)" - exit 1 -diff -urN sabayon-2.12.3.orig/lib/config.py sabayon-2.12.3/lib/config.py ---- sabayon-2.12.3.orig/lib/config.py 2006-01-31 17:09:10.000000000 +0000 -+++ sabayon-2.12.3/lib/config.py 2006-03-21 18:52:57.000000000 +0000 -@@ -22,11 +22,11 @@ - - PACKAGE = "sabayon" - VERSION = "2.12.3" --LOCALEDIR = "/opt/gnome2/share/locale" --DATADIR = "/opt/gnome2/share" --SYSCONFDIR = "/opt/gnome2/etc" --LIBEXECDIR = "/opt/gnome2/libexec" --SBINDIR = "/opt/gnome2/sbin" -+LOCALEDIR = "/usr/share/locale" -+DATADIR = "/usr/share" -+SYSCONFDIR = "/usr/etc" -+LIBEXECDIR = "/usr/libexec" -+SBINDIR = "/usr/sbin" - - GLADEDIR = os.path.join (DATADIR, "sabayon", "glade") - PROFILESDIR = os.path.join (SYSCONFDIR, "desktop-profiles") -@@ -53,8 +53,8 @@ - NOLOGIN_SHELL = "/sbin/nologin" - SKEL_HOMEDIR = "/etc/skel" - --XNEST_ARGV = [ "/usr/X11R6/bin/Xnest", "-terminate", "-audit", "0", "-nolisten", "tcp" ] --SESSION_ARGV = [ "/etc/X11/xdm/Xsession", "gnome" ] -+XNEST_ARGV = [ "/usr/bin/Xnest", "-terminate", "-audit", "0", "-nolisten", "tcp" ] -+SESSION_ARGV = [ "/etc/gdm/Xsession", "gnome-session" ] - USERMOD_ARGV = [ "/usr/sbin/usermod" ] - - PANEL_KEY_BASE = "/apps/panel" rmfile ./source/gnome-extra/sabayon/sabayon-2.12.3-frugalware-1.patch } From crazy at frugalware.org Thu Aug 3 18:12:48 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 18:12:52 2006 Subject: [Frugalware-darcs] frugalware-current: kdepim-docs Message-ID: <20060803161249.2AF962E00DB@genesis.frugalware.org> [kdepim-docs crazy **20060803160900 * removed ] { hunk ./source/kde-extra/kdepim-docs/FrugalBuild 1 -# Last Modified: Fri, 02 Jun 2006 03:23:47 +0200 -# Compiling Time: 0.28 SBU -# Maintainer: crazy - -pkgname=kdepim-docs -origname=kdepim -pkgver=3.5.3 -pkgrel=1 -pkgdesc="Documentation for the KDE PIM Utilities." -groups=('kde-extra' 'kde-docs') -archs=('i686' 'x86_64') -rodepends=('kdepim>=3.5.3') -makedepends=('kdelibs>=3.5.3') -Finclude kde -source=($pkgurl/$origname-$pkgver.tar.bz2) -sha1sums=('c957fffefaa73e8be670b2a2d639b82205fe5309') - -build () -{ - Fcd $origname-$pkgver - Fbuild DO_NOT_COMPILE=" \ - indexlib kabc kdgantt kgantt kmailcvt kmobile kode ktnef libemailfunctions libkdenetwork \ - libkholidays libkmime libkpgp libksieve mimelib networkstatus libkcal certmanager korn \ - kfile-plugins libkdepim kpilot ksync libkpimidentities libkpimexchange konsolekalendar \ - knotes knode kitchensync kioslaves kandy kalarm akregator kmail korganizer kaddressbook \ - plugins kresources wizards karm kontact" - -} rmfile ./source/kde-extra/kdepim-docs/FrugalBuild rmdir ./source/kde-extra/kdepim-docs } From vmiklos at frugalware.org Thu Aug 3 18:31:42 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 18:31:44 2006 Subject: [Frugalware-darcs] frugalware-current: totem-1.5.90-2-i686 Message-ID: <20060803163142.854132E00DB@genesis.frugalware.org> [totem-1.5.90-2-i686 VMiklos **20060803162719 rebuilt (last time) with newer firefox dropped the hardwired firefox version (ok, it was a good joke :P) ] { hunk ./source/gnome/totem/FrugalBuild 1 -# Last modified: Thu, 27 Jul 2006 08:48:14 +0100 +# Last modified: Thu, 03 Aug 2006 18:13:24 +0200 hunk ./source/gnome/totem/FrugalBuild 7 -firefoxver=1.5.0.5 -pkgrel=1 +pkgrel=2 hunk ./source/gnome/totem/FrugalBuild 13 -makedepends=('intltool' "firefox=$firefoxver" 'pango' 'gnome-icon-theme' 'nautilus') +makedepends=('intltool' "firefox>=1.5" 'pango' 'gnome-icon-theme' 'nautilus') hunk ./source/gnome/totem/FrugalBuild 28 -subdepends=("firefox=$firefoxver $pkgname=$pkgver" "nautilus $pkgname=$pkgver") +subdepends=("firefox>=1.5 $pkgname=$pkgver" "nautilus $pkgname=$pkgver") hunk ./source/gnome/totem/FrugalBuild 41 + Fmv /usr/lib/firefox-$firefoxver/ /usr/lib/firefox/ hunk ./source/gnome/totem/FrugalBuild 44 - Fsplit totem-nsplugin /usr/lib/firefox-$firefoxver/ + Fsplit totem-nsplugin /usr/lib/firefox/ } From vmiklos at frugalware.org Thu Aug 3 18:48:38 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 18:48:41 2006 Subject: [Frugalware-darcs] frugalware-current: yelp-2.15.5-2-i686 Message-ID: <20060803164838.D86C42E00DB@genesis.frugalware.org> [yelp-2.15.5-2-i686 VMiklos **20060803164606 rebuilt with newer firefox ] { hunk ./source/gnome/yelp/FrugalBuild 1 -# Last modified: Wed, 26 Jul 2006 16:19:23 +0200 +# Last modified: Thu, 03 Aug 2006 18:45:17 +0200 hunk ./source/gnome/yelp/FrugalBuild 7 -pkgrel=1 +pkgrel=2 hunk ./source/gnome/yelp/FrugalBuild 10 -depends=('libgnomeui' 'libxslt' 'firefox>=1.5.0.4' 'libxml2' 'gtk+2' 'startup-notification' 'libbonobo') +depends=('libgnomeui' 'libxslt' 'firefox>=1.5.0.6' 'libxml2' 'gtk+2' 'startup-notification' 'libbonobo') } From vmiklos at frugalware.org Thu Aug 3 19:45:49 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 19:45:50 2006 Subject: [Frugalware-darcs] frugalware-current: frugalwareutils-0.6.3-2-i686 Message-ID: <20060803174549.1B45E2E00DB@genesis.frugalware.org> [frugalwareutils-0.6.3-2-i686 VMiklos **20060803174329 added 3 patches from darcs: always bring up lo when necessary ] { hunk ./source/base/frugalwareutils/FrugalBuild 1 -# Last Modified: Tue, 01 Aug 2006 19:01:10 +0200 +# Last Modified: Thu, 03 Aug 2006 18:57:40 +0200 hunk ./source/base/frugalwareutils/FrugalBuild 7 -pkgrel=1 +pkgrel=2 hunk ./source/base/frugalwareutils/FrugalBuild 15 -source=($url/$pkgname-$pkgver.tar.gz) -signatures=(${source[0]}.asc) +source=($url/$pkgname-$pkgver.tar.gz +http://darcs.frugalware.org/patches/frugalwareutils/20060803132221-e2957-23f08de98ee4a68840135cec786a21f37611145c.patch +http://darcs.frugalware.org/patches/frugalwareutils/20060803132246-e2957-0d36bd189b9c253ee586c010372795fcd8159fd1.patch +http://darcs.frugalware.org/patches/frugalwareutils/20060803132304-e2957-87022e71e6d4d51224ec7b15ca6ba4e026dc47f6.patch) +signatures=(${source[0]}.asc '' '' '') } From voroskoi at frugalware.org Thu Aug 3 20:00:14 2006 From: voroskoi at frugalware.org (voroskoi) Date: Thu Aug 3 20:00:18 2006 Subject: [Frugalware-darcs] frugalware-current: seamonkey-1.0.4-1-i686 Message-ID: <20060803180014.74DBA2E00E0@genesis.frugalware.org> [seamonkey-1.0.4-1-i686 voroskoi **20060803175737 version bump ] { hunk ./source/xapps-extra/seamonkey/FrugalBuild 1 -# Last modified: Wed, 02 Aug 2006 18:56:42 +0200 +# Last modified: Thu, 03 Aug 2006 19:23:06 +0200 hunk ./source/xapps-extra/seamonkey/FrugalBuild 6 -pkgver=1.0.3 +pkgver=1.0.4 hunk ./source/xapps-extra/seamonkey/FrugalBuild 21 -sha1sums=('b770a32a5b941325beede42f153affe32043f4bd' \ +sha1sums=('ce6bf706041cc3b75414d26a4b5b3990e22a37e1' \ } From crazy at frugalware.org Thu Aug 3 21:13:29 2006 From: crazy at frugalware.org (crazy) Date: Thu Aug 3 21:13:30 2006 Subject: [Frugalware-darcs] frugalware-current: kdepim-3.5.4-1-i686 Message-ID: <20060803191329.366DD2E00DB@genesis.frugalware.org> [kdepim-3.5.4-1-i686 crazy **20060803191031 * Version bump ] { hunk ./source/kde/kdepim/FrugalBuild 1 -# Last Modified: Thu, 01 Jun 2006 16:53:23 +0200 +# Last Modified: Thu, 03 Aug 2006 21:02:33 +0200 hunk ./source/kde/kdepim/FrugalBuild 6 -pkgver=3.5.3 +pkgver=3.5.4 hunk ./source/kde/kdepim/FrugalBuild 11 -depends=('kdebase>=3.5.3' 'gpgme' 'openssl' 'libmal' 'cyrus-sasl' 'gnokii') -makedepends=('doxygen' 'kdeaccessibility>=3.5.3' 'kdemultimedia>=3.5.3') -options=('nodocs') +depends=('kdebase>=3.5.4' 'gpgme' 'openssl' 'libmal' 'cyrus-sasl' 'gnokii') +makedepends=('doxygen' 'kdeaccessibility>=3.5.4' 'kdemultimedia>=3.5.4' 'qt-docs') hunk ./source/kde/kdepim/FrugalBuild 14 -sha1sums=('c957fffefaa73e8be670b2a2d639b82205fe5309') -Fconfopts="$Fconfopts --enable-new-ldflags \ - --with-gpg=/usr/bin/gpg \ - --enable-indexlib" +sha1sums=('5db32e856be53d22d5f71a2465f877db4e8be91d') + +subpkgs=("$pkgname-docs") +subdescs=("Kdepim Documentation") +subdepends=("$pkgname=$pkgver") +subgroups=('kde-extra kde-docs') +subarchs=('i686 x86_64') + +build() +{ + Fbuild CXXFLAGS="$CXXFLAGS -Wno-deprecated" \ + --disable-dependency-tracking \ + --disable-debug \ + --without-debug \ + --disable-warnings \ + --enable-new-ldflags \ + --with-gnu-ld \ + --enable-gcc-hidden-visibility \ + --enable-final --with-gpg=/usr/bin/gpg \ + --enable-indexlib + Fsplit $pkgname-docs usr/share/doc +} } From alex at alex-smith.me.uk Thu Aug 3 21:13:40 2006 From: alex at alex-smith.me.uk (AlexExtreme) Date: Thu Aug 3 21:13:41 2006 Subject: [Frugalware-darcs] frugalware-current: gnome-scriptlet: added support for gconf .entries files Message-ID: <20060803191340.A6AE22E00DB@genesis.frugalware.org> [gnome-scriptlet: added support for gconf .entries files AlexExtreme **20060803191113] { hunk ./source/include/gnome-scriptlet.install 2 +entries=($_F_gnome_entries) hunk ./source/include/gnome-scriptlet.install 12 + if [ -e /bin/pidof ]; then + kill -HUP `pidof /usr/libexec/gconfd-2` > /dev/null 2>&1 + fi + echo "done." + fi + if [ ${#entries[*]} -gt 0 ]; then + echo -n "loading gconf entries... " + for entry in "${entries[@]}" ; do + HOME=/root gconftool-2 --direct --config-source=`/usr/bin/gconftool-2 --get-default-source` --load /etc/gconf/schemas/panel-default-setup.entries > /dev/null 2>&1 + done hunk ./source/include/gnome-scriptlet.sh 11 +# _F_gnome_entries() - same as above except for gconf .entries files hunk ./source/include/gnome-scriptlet.sh 60 + str='' + if [ -n "$_F_gnome_entries" ]; then + for i in "${_F_gnome_entries[@]}" + do + if [ -z "$str" ]; then + str="'$i'\n" + else + str="$str\t'$i'\n" + fi + done + fi + Fsed '$_F_gnome_entries' "$str" ${Fsrcdir%/src}/$_F_gnome_name } From alex at alex-smith.me.uk Thu Aug 3 21:15:56 2006 From: alex at alex-smith.me.uk (AlexExtreme) Date: Thu Aug 3 21:15:58 2006 Subject: [Frugalware-darcs] frugalware-current: gnome-panel-2.15.90-2-x86_64 Message-ID: <20060803191556.A61422E00DB@genesis.frugalware.org> [gnome-panel-2.15.90-2-x86_64 AlexExtreme **20060803191522 * Install panel-default-setup.entries ] { hunk ./source/gnome/gnome-panel/FrugalBuild 1 -# Last modified: Wed, 26 Jul 2006 13:52:20 +0200 +# Last modified: Thu, 03 Aug 2006 20:01:32 +0100 hunk ./source/gnome/gnome-panel/FrugalBuild 7 -pkgrel=1 +pkgrel=2 hunk ./source/gnome/gnome-panel/FrugalBuild 24 +_F_gnome_entries=('/etc/gconf/schemas/panel-default-setup.entries') } From vmiklos at frugalware.org Thu Aug 3 22:25:57 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 22:26:00 2006 Subject: [Frugalware-darcs] pacman: libftp: warnings fixes Message-ID: <20060803202558.078FF2E00DB@genesis.frugalware.org> [libftp: warnings fixes VMiklos **20060803195032] { hunk ./lib/libftp/Makefile.am 2 -DEFINES = -DFTPLIB_DEFMODE=FTPLIB_PORT -D_REENTRANT +DEFINES = -DFTPLIB_DEFMODE=FTPLIB_PORT -D_REENTRANT -DNEED_STRDUP -DNEED_MEMCCPY hunk ./lib/libftp/ftplib.c 112 - int i=0; + unsigned int i=0; } From vmiklos at frugalware.org Thu Aug 3 22:25:58 2006 From: vmiklos at frugalware.org (VMiklos) Date: Thu Aug 3 22:26:02 2006 Subject: [Frugalware-darcs] pacman: libalpm: if _alpm_sync_commit() fails, set back trans->state to STATE_PREPARED Message-ID: <20060803202558.7F8FC2E00DF@genesis.frugalware.org> [libalpm: if _alpm_sync_commit() fails, set back trans->state to STATE_PREPARED VMiklos **20060803202201] { hunk ./lib/libalpm/sync.c 989 + /* commiting failed, so this is still just a prepared transaction */ + trans->state = STATE_PREPARED; } From voroskoi at frugalware.org Thu Aug 3 23:14:07 2006 From: voroskoi at frugalware.org (voroskoi) Date: Thu Aug 3 23:14:11 2006 Subject: [Frugalware-darcs] frugalware-current: gutenprint-5.0.0-1-i686 Message-ID: <20060803211407.E40752E00DB@genesis.frugalware.org> [gutenprint-5.0.0-1-i686 voroskoi **20060803210951 version bump closes #524, #866 ] { move ./source/apps/gimp-print ./source/apps/gutenprint hunk ./source/apps/gutenprint/FrugalBuild 1 -# Last Modified: Tue, 14 Feb 2006 12:35:53 +0100 -# Compiling Time: 0.15 SBU -# Maintainer: VMiklos +# Last Modified: Thu, 03 Aug 2006 23:07:35 +0200 +# Compiling Time: 0.64 SBU +# Contributor: VMiklos +# Maintainer: voroskoi hunk ./source/apps/gutenprint/FrugalBuild 6 -pkgname=gimp-print -pkgver=4.2.7 +pkgname=gutenprint +pkgver=5.0.0 hunk ./source/apps/gutenprint/FrugalBuild 10 -url="http://gimp-print.sourceforge.net/" -depends=('cups' 'readline') +depends=('cups>=1.1.15' 'readline') +rodepends=('foomatic-filters>=2.0') hunk ./source/apps/gutenprint/FrugalBuild 14 +conflicts=('gimp-print') +replaces=('gimp-print') +provides=('gimp-print') +_F_sourceforge_dirname=gimp-print +_F_sourceforge_ext=.tar.bz2 hunk ./source/apps/gutenprint/FrugalBuild 20 -up2date="lynx -dump 'http://sourceforge.net/project/showfiles.php?group_id=1537'|grep gimp-print-|sed 's/.*gimp-print-[^ ]* [^ ]*\]\([^ ]*\) .*/\1/;q'" -sha1sums=('5a928b7fa8e83d2858d15e2bd22d143c2cd35bd8') +up2date="lynx -dump 'http://sourceforge.net/project/showfiles.php?group_id=1537'|grep gutenprint-|sed 's/.*gutenprint-[^ ]* [^ ]*\]\([^ ]*\) .*/\1/;q'" +sha1sums=('ab45fed987b7ab1ec6a19e15d7d14ba9a414b622') hunk ./source/apps/gutenprint/FrugalBuild 24 - Fbuild --infodir=/usr/info --with-cups --without-gimp \ - --enable-escputil --disable-static --without-translated-ppds + Fbuild --enable-escputil \ + --with-foomatic3 \ + --with-readline \ + --with-gimp2-as-gutenprint \ + --enable-cups-level3-ppds \ + --disable-translated-cups-ppds \ + --disable-simplified-cups-ppds } From voroskoi at frugalware.org Thu Aug 3 23:58:42 2006 From: voroskoi at frugalware.org (voroskoi) Date: Thu Aug 3 23:58:45 2006 Subject: [Frugalware-darcs] frugalware-current: libksba-0.9.16-1-i686 Message-ID: <20060803215842.E85552E00DB@genesis.frugalware.org> [libksba-0.9.16-1-i686 voroskoi **20060803215658 version bump ] { hunk ./source/lib/libksba/FrugalBuild 1 -# Last Modified: Wed, 21 Jun 2006 11:26:15 +0200 +# Last Modified: Thu, 03 Aug 2006 23:41:35 +0200 hunk ./source/lib/libksba/FrugalBuild 6 -pkgver=0.9.15 +pkgver=0.9.16 hunk ./source/lib/libksba/FrugalBuild 17 -sha1sums=('f16d53fdf25a24333f3fe2acfec55dd0dab96788') +sha1sums=('ab24c72d943b3aa7d52d36d35b64399dee3c0c24') } From vmiklos at frugalware.org Fri Aug 4 00:26:45 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 00:26:47 2006 Subject: [Frugalware-darcs] pacman: libalpm: in _alpm_sync_prepare(), don't check for free space in case PM_TRANS_FLAG_NOCONFLICTS is set Message-ID: <20060803222645.3E4572E00DB@genesis.frugalware.org> [libalpm: in _alpm_sync_prepare(), don't check for free space in case PM_TRANS_FLAG_NOCONFLICTS is set VMiklos **20060803222628] { hunk ./lib/libalpm/sync.c 765 - if(_alpm_check_freespace(trans, data) == -1) { - /* pm_errno is set by check_freespace */ - ret = -1; - goto cleanup; + /* check for free space only in case the packages will be extracted */ + if(!(trans->flags & PM_TRANS_FLAG_NOCONFLICTS)) { + if(_alpm_check_freespace(trans, data) == -1) { + /* pm_errno is set by check_freespace */ + ret = -1; + goto cleanup; + } } From desco at frugalware.org Fri Aug 4 03:27:00 2006 From: desco at frugalware.org (Miklos Nemeth) Date: Fri Aug 4 03:27:02 2006 Subject: [Frugalware-darcs] frugalware-current: wxpython-u8-2.6.3.2-2-i686 Message-ID: <20060804012701.0077D2E00DB@genesis.frugalware.org> [wxpython-u8-2.6.3.2-2-i686 Miklos Nemeth **20060804012128 fixed file dependencies closes #1020 ] { hunk ./source/devel-extra/wxpython-u8/FrugalBuild 7 -pkgrel=1 +pkgrel=2 hunk ./source/devel-extra/wxpython-u8/FrugalBuild 11 -makedepends=('wxgtk-devel') +makedepends=('wxgtk') hunk ./source/devel-extra/wxpython-u8/FrugalBuild 23 + rm -rf $Fdestdir/usr/bin $Fdestdir/usr/include + cd $Fdestdir/usr/lib/python2.4/site-packages + rm wxversion.* wx.pth hunk ./source/devel-extra/wxpython-u8/FrugalBuild 32 +# optimization OK + } From gimb at frugalware.org Fri Aug 4 08:41:29 2006 From: gimb at frugalware.org (Bence Nagy) Date: Fri Aug 4 08:41:32 2006 Subject: [Frugalware-darcs] frugalware-current: ruby-xslt-0.9.2-1-i686 Message-ID: <20060804064129.8E5172E00ED@genesis.frugalware.org> [ruby-xslt-0.9.2-1-i686 Bence Nagy **20060804064006 new package (A Ruby class for processing XSLT) ] { adddir ./source/devel-extra/ruby-xslt addfile ./source/devel-extra/ruby-xslt/FrugalBuild hunk ./source/devel-extra/ruby-xslt/FrugalBuild 1 +# Last Modified: Fri, 04 Aug 2006 08:34:25 +0200 +# Compiling Time: 0.01 SBU +# Maintainer: Bence Nagy + +pkgname=ruby-xslt +pkgver=0.9.2 +pkgrel=1 +pkgdesc="A Ruby class for processing XSLT" +url="http://greg.rubyfr.net/pub/packages/ruby-xslt/" +depends=('ruby' 'libxslt') +groups=('devel-extra') +archs=('i686') +source=(http://gregoire.lejeune.free.fr/"$pkgname"_"$pkgver".tar.gz) +up2date="lynx --dump 'http://greg.rubyfr.net/pub/packages/ruby-xslt/files/README.html' | grep 'ruby-xslt.*.tar.gz' | head -n 1 | sed 's/.*ruby-xslt_\(.*\).tar.gz.*/\1/'" +sha1sums=('1763ceb5b6509b25f5cf20073fb0c0712d93ddd2') + +build() { + Fcd "$pkgname" + Fbuild +} + +# optimization OK } From janny at frugalware.org Fri Aug 4 09:21:50 2006 From: janny at frugalware.org (Janny) Date: Fri Aug 4 09:21:52 2006 Subject: [Frugalware-darcs] frugalware-current: stellarium-0.8.1-1-i686 Message-ID: <20060804072150.15F852E00ED@genesis.frugalware.org> [stellarium-0.8.1-1-i686 Janny **20060804071931 new package contributor Mcklaren closes #1007 ] { adddir ./source/xapps-extra/stellarium addfile ./source/xapps-extra/stellarium/FrugalBuild hunk ./source/xapps-extra/stellarium/FrugalBuild 1 +# Last Modified: Fri, 04 Aug 2006 08:56:27 +0200 +# Compiling Time: 0.83 SBU +# Maintainer: Janny +# Contributor: Mcklaren + +pkgname=stellarium +pkgver=0.8.1 +pkgrel=1 +pkgdesc="A free open source planetarium for your computer." +url="http://www.stellarium.org/" +depends=('sdl_mixer' 'libpng' 'mesa' 'freetype2') +license="GPL" +groups=('xapps-extra') +archs=('i686') +Finclude sourceforge +sha1sums=('036c7427544084a9bd9211b83f7ee3b82de6b994') + +# optimization OK } From janny at frugalware.org Fri Aug 4 09:38:32 2006 From: janny at frugalware.org (Janny) Date: Fri Aug 4 09:38:34 2006 Subject: [Frugalware-darcs] frugalware-current: klamav-0.38-1-i686 Message-ID: <20060804073832.771F02E00ED@genesis.frugalware.org> [klamav-0.38-1-i686 Janny **20060804073752 version bump ] { hunk ./source/kde-extra/klamav/FrugalBuild 1 -# Last modified: Mon, 01 May 2006 11:14:40 +0200 +# Last modified: Fri, 04 Aug 2006 09:10:36 +0200 hunk ./source/kde-extra/klamav/FrugalBuild 6 -pkgver=0.37 +pkgver=0.38 hunk ./source/kde-extra/klamav/FrugalBuild 20 -sha1sums=('6b65cb4dd959f115b2dadda9fe782c0f63d37712') +sha1sums=('9445a0c3b97ec85b62f21260f852b8f61456765f') } From janny at frugalware.org Fri Aug 4 09:52:04 2006 From: janny at frugalware.org (Janny) Date: Fri Aug 4 09:52:07 2006 Subject: [Frugalware-darcs] frugalware-current: sugarcrm-4.2.1b-1-i686 Message-ID: <20060804075205.0A1BA2E00ED@genesis.frugalware.org> [sugarcrm-4.2.1b-1-i686 Janny **20060804075117 version bump ] { hunk ./source/network-extra/sugarcrm/FrugalBuild 1 -# Last modified: Thu, 13 Jul 2006 08:52:41 +0200 +# Last modified: Fri, 04 Aug 2006 09:49:36 +0200 hunk ./source/network-extra/sugarcrm/FrugalBuild 7 -pkgver=4.2.1a +pkgver=4.2.1b hunk ./source/network-extra/sugarcrm/FrugalBuild 29 -# php code, no need of optimalization +# php code, no need of optimization } From janny at frugalware.org Fri Aug 4 10:02:49 2006 From: janny at frugalware.org (Janny) Date: Fri Aug 4 10:02:51 2006 Subject: [Frugalware-darcs] frugalware-current: gproftpd-8.2.8-1-i686 Message-ID: <20060804080249.57AB22E00ED@genesis.frugalware.org> [gproftpd-8.2.8-1-i686 Janny **20060804080211 version bump ] { hunk ./source/xapps-extra/gproftpd/FrugalBuild 1 -# Last modified: Mon, 17 Jul 2006 09:53:39 +0200 +# Last modified: Fri, 04 Aug 2006 09:59:29 +0200 hunk ./source/xapps-extra/gproftpd/FrugalBuild 6 -pkgver=8.2.6 +pkgver=8.2.8 hunk ./source/xapps-extra/gproftpd/FrugalBuild 16 -sha1sums=('f2bbd16f15c61fa79d618ecd77a660bc81188cc7' \ +sha1sums=('978ba60513d2ed8376d617bc47da400cb538ac43' \ } From janny at frugalware.org Fri Aug 4 10:11:03 2006 From: janny at frugalware.org (Janny) Date: Fri Aug 4 10:11:06 2006 Subject: [Frugalware-darcs] frugalware-current: mutt-ng-20060730-1-i686 Message-ID: <20060804081103.E04462E00ED@genesis.frugalware.org> [mutt-ng-20060730-1-i686 Janny **20060804081005 version bump ] { hunk ./source/network-extra/mutt-ng/FrugalBuild 1 -# Last Modified: Mon, 17 Jul 2006 09:05:42 +0200 +# Last Modified: Fri, 04 Aug 2006 10:07:29 +0200 hunk ./source/network-extra/mutt-ng/FrugalBuild 7 -pkgver=20060716 +pkgver=20060730 hunk ./source/network-extra/mutt-ng/FrugalBuild 19 -sha1sums=('a5bb884aad9f6a288caef882323a68a8ed82cde7') +sha1sums=('3b659a3143c8481cf88262b3c51fd0c3be93b482') } From voroskoi at frugalware.org Fri Aug 4 11:11:52 2006 From: voroskoi at frugalware.org (voroskoi) Date: Fri Aug 4 11:11:54 2006 Subject: [Frugalware-darcs] frugalware-current: freeciv-2.0.8-2-x86_64 Message-ID: <20060804091152.4D4642E00ED@genesis.frugalware.org> [freeciv-2.0.8-2-x86_64 voroskoi **20060804091059 secfix release closes #982 ] { addfile ./source/games-extra/freeciv/CVE-2006-3913.patch hunk ./source/games-extra/freeciv/CVE-2006-3913.patch 1 +--- /trunk/common/packets.c 2006/07/16 11:48:30 12105 ++++ trunk/common/packets.c 2006/07/16 12:15:25 12106 +@@ -562,6 +562,7 @@ + chunk->total_length, chunk->chunk_length); + + if (chunk->total_length < 0 ++ || chunk->chunk_length < 0 + || chunk->total_length >= MAX_ATTRIBUTE_BLOCK + || chunk->offset < 0 + || chunk->offset + chunk->chunk_length > chunk->total_length +--- /trunk/server/unithand.c 2006/07/16 11:48:30 12105 ++++ trunk/server/unithand.c 2006/07/16 12:15:25 12106 +@@ -1622,7 +1622,8 @@ + struct tile *src_tile = map_pos_to_tile(packet->src_x, packet->src_y); + int i; + +- if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE) { ++ if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE ++ || packet->length > MAX_LEN_ROUTE) { + return; + } + hunk ./source/games-extra/freeciv/FrugalBuild 1 -# Last modified: Tue, 07 Mar 2006 13:12:42 +0100 +# Last modified: Fri, 04 Aug 2006 11:09:50 +0200 hunk ./source/games-extra/freeciv/FrugalBuild 7 -pkgrel=1 +pkgrel=2 hunk ./source/games-extra/freeciv/FrugalBuild 14 -sha1sums=('37cb1fdf274ff70d59e2b51f62feba7493a077cd') +source=(${source[@]} CVE-2006-3913.patch) +sha1sums=('37cb1fdf274ff70d59e2b51f62feba7493a077cd' \ + '3309623b7bbe0006a197e0ca1736ce37747cee92') hunk ./source/games-extra/freeciv/FrugalBuild 18 -# optimalization OK +# optimization OK } From voroskoi at frugalware.org Fri Aug 4 11:22:22 2006 From: voroskoi at frugalware.org (voroskoi) Date: Fri Aug 4 11:22:24 2006 Subject: [Frugalware-darcs] frugalware-current: opera-9.01-1 Message-ID: <20060804092222.DD0522E00EE@genesis.frugalware.org> [opera-9.01-1 voroskoi **20060804090515 version bump ] { hunk ./source/xapps-extra/opera/FrugalBuild 1 -# Last Modified: Thu, 13 Jul 2006 17:45:09 +0200 +# Last Modified: Fri, 04 Aug 2006 10:58:34 +0200 hunk ./source/xapps-extra/opera/FrugalBuild 7 -pkgver=9.00 -pkgextraver=20060616.1-static-qt.i386-en -pkgrel=2 +pkgver=9.01 +pkgextraver=20060728.1-static-qt.i386-en +pkgrel=1 hunk ./source/xapps-extra/opera/FrugalBuild 16 -source=(ftp://ftp.opera.com/pub/opera/linux/900/final/en/i386/static/opera-9.0-$pkgextraver.tar.bz2) -sha1sums=('e4ed6a6bca2fd42197d8b9e1e79e118772defa25') +source=(ftp://ftp.opera.com/pub/opera/linux/901/final/en/i386/static/opera-$pkgver-$pkgextraver.tar.bz2) +sha1sums=('ae1db776e1f8b75c389f1566ac1cb69cee16f35f') hunk ./source/xapps-extra/opera/FrugalBuild 22 - Fcd $pkgname-9.0-$pkgextraver-344 + Fcd $pkgname-$pkgver-$pkgextraver-400 } From voroskoi at frugalware.org Fri Aug 4 11:36:15 2006 From: voroskoi at frugalware.org (voroskoi) Date: Fri Aug 4 11:36:17 2006 Subject: [Frugalware-darcs] frugalware-current: hplip-1.6.7-1-i686 Message-ID: <20060804093616.0057E2E00ED@genesis.frugalware.org> [hplip-1.6.7-1-i686 voroskoi **20060804093423 version bump updated depends() ] { hunk ./source/apps-extra/hplip/FrugalBuild 1 -# Last Modified: Wed, 28 Jun 2006 23:31:10 +0200 +# Last Modified: Fri, 04 Aug 2006 11:27:43 +0200 hunk ./source/apps-extra/hplip/FrugalBuild 6 -pkgver=1.6.6a +pkgver=1.6.7 hunk ./source/apps-extra/hplip/FrugalBuild 11 -depends=('cups' 'libusb' 'net-snmp') +depends=('net-snmp' 'libusb' 'cups' 'zlib') hunk ./source/apps-extra/hplip/FrugalBuild 19 -sha1sums=('899b2c9ac61e2ee5d00432ff1a5142180f73c9a3' \ +sha1sums=('1f69ccb080cdaaea856d2bfb94eaf511e87ad6fb' \ } From vmiklos at frugalware.org Fri Aug 4 12:18:04 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 12:18:08 2006 Subject: [Frugalware-darcs] setup: configure: drop "extra" support Message-ID: <20060804101804.46CFF2E00ED@genesis.frugalware.org> [configure: drop "extra" support VMiklos **20060803153323] { hunk ./configure 56 - if [ "$i" = "busybox" -o "$i" = "ipw2200-firmware" -o "$i" = "bastet" -o "$i" = "acx100" -o "$i" = "dropbear" ]; then - expath="extra/" - else - unset expath - fi hunk ./configure 57 - echo "$_configure_mirror/${expath}frugalware-$arch/$i-$ver-$arch.fpm" >>dl.lst + echo "$_configure_mirror/frugalware-$arch/$i-$ver-$arch.fpm" >>dl.lst } From vmiklos at frugalware.org Fri Aug 4 12:18:04 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 12:18:10 2006 Subject: [Frugalware-darcs] setup: select: small fix + cosmetics Message-ID: <20060804101804.7852C2E00EF@genesis.frugalware.org> [select: small fix + cosmetics VMiklos **20060803223410 create $targetdir/var/log as soon as possible ] { hunk ./src/plugins/select.c 220 - if((index(ptr, '-')==NULL) && strcmp(ptr, "core")) + if(!index(ptr, '-') && strcmp(ptr, "core")) hunk ./src/plugins/select.c 227 - if((index(ptr, '-')!=NULL) && - (strstr(ptr, EXGRPSUFFIX)!=NULL)) + else if(strstr(ptr, EXGRPSUFFIX)) hunk ./src/plugins/select.c 310 + // pacman can't lock & log without these hunk ./src/plugins/select.c 312 + makepath(g_strdup_printf("%s/var/log", TARGETDIR)); hunk ./src/plugins/select.c 335 - // pacman can't log without this - makepath(g_strdup_printf("%s/var/log", TARGETDIR)); } From vmiklos at frugalware.org Fri Aug 4 12:18:04 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 12:18:18 2006 Subject: [Frugalware-darcs] setup: Makefile: drop "extra" support Message-ID: <20060804101804.CC87A2E00F1@genesis.frugalware.org> [Makefile: drop "extra" support VMiklos **20060803173123] { hunk ./Makefile 286 - echo "Include = /etc/pacman.d/extra-current" >>pacman/etc/pacman.conf hunk ./Makefile 288 - echo "Include = /etc/pacman.d/extra" >>pacman/etc/pacman.conf hunk ./Makefile 290 - sed -i 's/current/testing/' pacman/etc/pacman.d/{frugalware,extra}-current + sed -i 's/current/testing/' pacman/etc/pacman.d/frugalware-current } From vmiklos at frugalware.org Fri Aug 4 12:18:04 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 12:18:19 2006 Subject: [Frugalware-darcs] setup: drop "extra" support Message-ID: <20060804101805.0B1762E00F3@genesis.frugalware.org> [drop "extra" support VMiklos **20060803144036] { hunk ./src/plugins/configsource.c 67 - // drop [/extra]/frugalware-ARCH + // drop /frugalware-ARCH hunk ./src/plugins/configsource.c 76 -int updateconfig(char *fn, char *mirror, int extra) +int updateconfig(char *fn, char *mirror) hunk ./src/plugins/configsource.c 103 - if(!extra) - fprintf(fp, "Server = %s/frugalware-%s\n", mirror, ARCH); - else - fprintf(fp, "Server = %s/extra/frugalware-%s\n", mirror, ARCH); + fprintf(fp, "Server = %s/frugalware-%s\n", mirror, ARCH); hunk ./src/plugins/configsource.c 137 - updateconfig(fn, dialog_vars.input_result, 0); - fn = g_strdup_printf("%s/%s", PACCONFPATH, PACEXCONF); - updateconfig(fn, dialog_vars.input_result, 1); + updateconfig(fn, dialog_vars.input_result); hunk ./src/plugins/formatdisk.c 507 - // disable caching for cd/dvd - // this is needed here since when the cd/dvd is loaded we had no + // disable caching for cds + // this is needed here since when the cds is loaded we had no hunk ./src/plugins/formatdisk.c 513 - char *pacexbindir = g_strdup_printf("%s/extra/frugalware-%s", SOURCEDIR, ARCH); hunk ./src/plugins/formatdisk.c 519 - disable_cache(pacexbindir); hunk ./src/plugins/formatdisk.c 520 - FREE(pacexbindir); hunk ./src/plugins/install.c 92 -int installpkgs(GList *pkgs, int extra, GList **config) +int installpkgs(GList *pkgs, GList **config) hunk ./src/plugins/install.c 126 - if(!extra) - ptr = g_strdup_printf("%s/frugalware-%s/%s-%s.fpm", SOURCEDIR, ARCH, - (char*)g_list_nth_data(pkgs, i), ARCH); - else - ptr = g_strdup_printf("%s/extra/frugalware-%s/%s-%s.fpm", SOURCEDIR, ARCH, - (char*)g_list_nth_data(pkgs, i), ARCH); + ptr = g_strdup_printf("%s/frugalware-%s/%s-%s.fpm", SOURCEDIR, ARCH, + (char*)g_list_nth_data(pkgs, i), ARCH); hunk ./src/plugins/install.c 145 - installpkgs((GList*)data_get(*config, "packages"), 0, config); - if(((char*)data_get(*config, "netinstall")!=NULL) || - ((char*)data_get(*config, "dvd")!=NULL)) - installpkgs((GList*)data_get(*config, "expackages"), 1, config); - // if the source media is cd/dvd, we don't need broken symlinks after + installpkgs((GList*)data_get(*config, "packages"), config); + // if the source media is cd, we don't need broken symlinks after hunk ./src/plugins/loadsource.c 92 -int is_dvd(char *path) -{ - struct stat statbuf; - if((!stat(g_strdup_printf("%s/frugalware-%s", path, ARCH), &statbuf) - && S_ISDIR(statbuf.st_mode)) && - (!stat(g_strdup_printf("%s/extra/frugalware-%s", path, ARCH), - &statbuf) && S_ISDIR(statbuf.st_mode))) - return(1); - else - return(0); -} - hunk ./src/plugins/loadsource.c 95 - if(!((!stat(g_strdup_printf("%s/frugalware-%s", path, ARCH), &statbuf) - && S_ISDIR(statbuf.st_mode)) || - (!stat(g_strdup_printf("%s/extra/frugalware-%s", path, ARCH), - &statbuf) && S_ISDIR(statbuf.st_mode)))) + if(!(!stat(g_strdup_printf("%s/frugalware-%s", path, ARCH), &statbuf) + && S_ISDIR(statbuf.st_mode))) hunk ./src/plugins/loadsource.c 123 - if(is_dvd(SOURCEDIR)) - data_put(config, "dvd", ""); hunk ./src/plugins/loadsource.c 128 - // disable caching for cd/dvd + // disable caching for cds hunk ./src/plugins/loadsource.c 132 - char *pacexbindir = g_strdup_printf("%s/extra/frugalware-%s", SOURCEDIR, ARCH); hunk ./src/plugins/loadsource.c 133 - disable_cache(pacexbindir); hunk ./src/plugins/loadsource.c 134 - FREE(pacexbindir); hunk ./src/plugins/select.c 66 - int i, extra=0, addpkg=1; + int i, optional=0, addpkg=1; hunk ./src/plugins/select.c 79 - extra=1; + optional=1; hunk ./src/plugins/select.c 128 - strlen(lang), lang)) || !extra); + strlen(lang), lang)) || !optional); hunk ./src/plugins/select.c 220 - if(!strcmp(name, "frugalware-current") || !strcmp(name, "frugalware")) - { hunk ./src/plugins/select.c 223 -#ifdef FINAL hunk ./src/plugins/select.c 225 -#else - catlist = g_list_append(catlist, - " "); -#endif hunk ./src/plugins/select.c 227 - } - else - { hunk ./src/plugins/select.c 228 - (strstr(ptr, "-extra")!=NULL)) + (strstr(ptr, EXGRPSUFFIX)!=NULL)) hunk ./src/plugins/select.c 231 -#ifdef FINAL hunk ./src/plugins/select.c 233 -#else - catlist = g_list_append(catlist, - " "); -#endif hunk ./src/plugins/select.c 240 - } hunk ./src/plugins/select.c 248 - (!strcmp(name, "frugalware-current") || !strcmp(name, "frugalware")) ? - _("Please select which extra categories to install:") : - _("Please select which frugalware categories to install:"), + _("Please select which categories to install:"), hunk ./src/plugins/select.c 299 - int extra=0; hunk ./src/plugins/select.c 301 - char *mode; hunk ./src/plugins/select.c 304 - if((!strcmp(repo, "extra"))||(!strcmp(repo, "extra-current"))) - extra=1; - if(!extra) - pacbindir = g_strdup_printf("%s/frugalware-%s", - SOURCEDIR, ARCH); - else - pacbindir = g_strdup_printf("%s/extra/frugalware-%s", - SOURCEDIR, ARCH); + pacbindir = g_strdup_printf("%s/frugalware-%s", + SOURCEDIR, ARCH); hunk ./src/plugins/select.c 318 - if(!extra) - mode = strdup("w"); - else - mode = strdup("a"); - if ((fp = fopen("/etc/pacman.conf", mode)) == NULL) + if ((fp = fopen("/etc/pacman.conf", "w")) == NULL) hunk ./src/plugins/select.c 323 - if(!extra) - { - fprintf(fp, "[options]\n"); - fprintf(fp, "LogFile = %s/var/log/pacman.log\n", TARGETDIR); - } + fprintf(fp, "[options]\n"); + fprintf(fp, "LogFile = %s/var/log/pacman.log\n", TARGETDIR); hunk ./src/plugins/select.c 328 - FREE(mode); hunk ./src/plugins/select.c 339 - if(!extra) + i = alpm_db_register(PACCONF); + if(i==NULL) hunk ./src/plugins/select.c 342 - i = alpm_db_register(PACCONF); - if(i==NULL) - { - fprintf(stderr, "could not register '%s' database (%s)\n", - PACCONF, alpm_strerror(pm_errno)); - return(1); - } - else - *syncs = g_list_append(*syncs, i); + fprintf(stderr, "could not register '%s' database (%s)\n", + PACCONF, alpm_strerror(pm_errno)); + return(1); hunk ./src/plugins/select.c 347 - { - i = alpm_db_register(PACEXCONF); - if(i==NULL) - { - fprintf(stderr, "could not register '%s' database (%s)\n", - PACEXCONF, alpm_strerror(pm_errno)); - return(1); - } - else - *syncs = g_list_append(*syncs, i); - } + *syncs = g_list_append(*syncs, i); hunk ./src/plugins/select.c 351 -int fw_select(char *repo, GList **config, int selpkgc, GList *syncs) +int fw_select(GList **config, int selpkgc, GList *syncs) hunk ./src/plugins/select.c 353 - int i, j, extra=0; + int i, j; hunk ./src/plugins/select.c 357 - if((!strcmp(repo, "extra"))||(!strcmp(repo, "extra-current"))) - extra=1; - - if(!extra) - dialog_vars.backtitle=gen_backtitle(_("Selecting frugalware " - "packages")); - else - dialog_vars.backtitle=gen_backtitle(_("Selecting extra " - "packages")); + dialog_vars.backtitle=gen_backtitle(_("Selecting packages")); hunk ./src/plugins/select.c 362 - if(!extra) - { - prepare_pkgdb(PACCONF, config, &syncs); - if(((char*)data_get(*config, "netinstall")!=NULL) || - ((char*)data_get(*config, "dvd")!=NULL)) - prepare_pkgdb(PACEXCONF, config, &syncs); - cats = selcat(g_list_nth_data(syncs, 1), syncs); - } - else - cats = selcat(g_list_nth_data(syncs, 2), syncs); + prepare_pkgdb(PACCONF, config, &syncs); + cats = selcat(g_list_nth_data(syncs, 1), syncs); hunk ./src/plugins/select.c 380 - if(!extra) - { - // FIXME: currently we add the missing deps for the fw repo - // of course it _could_ be done for extra, too hunk ./src/plugins/select.c 410 - } - else - data_put(config, "expackages", allpkgs); hunk ./src/plugins/select.c 442 - fw_select("frugalware", config, selpkgc, syncs); - if(((char*)data_get(*config, "netinstall")!=NULL) || - ((char*)data_get(*config, "dvd")!=NULL)) - fw_select("extra", config, selpkgc, syncs); + fw_select(config, selpkgc, syncs); hunk ./src/setup.h 56 -#define PACEXCONF "extra-current" hunk ./src/setup.h 58 -#define PACEXCONF "extra" } From vmiklos at frugalware.org Fri Aug 4 12:18:05 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 12:18:21 2006 Subject: [Frugalware-darcs] setup: install: update /etc/mtab from /proc/mounts before any pkg install Message-ID: <20060804101805.556D42E00F5@genesis.frugalware.org> [install: update /etc/mtab from /proc/mounts before any pkg install VMiklos **20060803235901] { hunk ./src/plugins/install.c 145 + /* update /etc/mtab so that statvfs() will detect the free space of the + * just mounted partitions */ + copyfile("/proc/mounts", "/etc/mtab"); } From vmiklos at frugalware.org Fri Aug 4 12:18:05 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 12:18:22 2006 Subject: [Frugalware-darcs] setup: postconfig: speed hack: use stat() instead of pacman -Q Message-ID: <20060804101805.BB03F2E00F7@genesis.frugalware.org> [postconfig: speed hack: use stat() instead of pacman -Q VMiklos **20060804004355] { hunk ./src/plugins/postconf.c 24 +#include hunk ./src/plugins/postconf.c 138 + struct stat buf; hunk ./src/plugins/postconf.c 185 - if(!fw_system("pacman -Q xorg-server -r ./")) + if(!stat("usr/bin/X", &buf)) } From voroskoi at frugalware.org Fri Aug 4 12:47:54 2006 From: voroskoi at frugalware.org (voroskoi) Date: Fri Aug 4 12:47:56 2006 Subject: [Frugalware-darcs] frugalware-current: fox-1.6.12-1-x86_64 Message-ID: <20060804104754.7BAB42E00ED@genesis.frugalware.org> [fox-1.6.12-1-x86_64 voroskoi **20060804104658 version bump ] { hunk ./source/xlib-extra/fox/FrugalBuild 1 -# Last Modified: Wed, 19 Jul 2006 16:43:55 +0200 +# Last Modified: Fri, 04 Aug 2006 12:46:01 +0200 hunk ./source/xlib-extra/fox/FrugalBuild 6 -pkgver=1.6.8 +pkgver=1.6.12 hunk ./source/xlib-extra/fox/FrugalBuild 10 -depends=('mesa' 'libtiff' 'libjpeg' 'libxcursor' 'bzip2' 'libxft' 'libpng' 'libxrandr') +depends=('mesa' 'libtiff' 'libgl' 'libjpeg' 'libxcursor' 'bzip2' 'libxft' 'libpng' 'libxrandr') hunk ./source/xlib-extra/fox/FrugalBuild 15 -sha1sums=('e1730621cf2a8f9f64a330232a501c185ab4c135') hunk ./source/xlib-extra/fox/FrugalBuild 24 +sha1sums=('c3732aa2c01638224a06c5c1401627da87bb1d89') } From vmiklos at frugalware.org Fri Aug 4 12:49:31 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 12:49:33 2006 Subject: [Frugalware-darcs] frugalware-current: pacman-3.3.4-2-i686 Message-ID: <20060804104931.877A22E00ED@genesis.frugalware.org> [pacman-3.3.4-2-i686 VMiklos **20060804104723 add 2 patches from darcs fix .install ] { hunk ./source/base/pacman/FrugalBuild 1 -# Last Modified: Tue, 01 Aug 2006 13:29:20 +0200 +# Last Modified: Fri, 04 Aug 2006 12:20:49 +0200 hunk ./source/base/pacman/FrugalBuild 7 -pkgrel=1 +pkgrel=2 hunk ./source/base/pacman/FrugalBuild 16 -source=($url/releases/$pkgname-$pkgver.tar.gz) -signatures=("$source.asc") +source=($url/releases/$pkgname-$pkgver.tar.gz +http://darcs.frugalware.org/patches/pacman/20060803202201-e2957-4ccb0f877768bca42d891d66a93165e91952d0e3.patch +http://darcs.frugalware.org/patches/pacman/20060803222628-e2957-6d2d93d25a73514dcc0d733016c5b2357e39bc41.patch) +signatures=("$source.asc" '' '') hunk ./source/base/pacman/pacman.install 5 - if [ `vercmp $2 3.3.4` == -1 ] ; then + if [ `vercmp $2 3.3.4` -lt 0 ] ; then } From voroskoi at frugalware.org Fri Aug 4 12:56:18 2006 From: voroskoi at frugalware.org (voroskoi) Date: Fri Aug 4 12:56:22 2006 Subject: [Frugalware-darcs] frugalware-current: fxruby-1.6.1-1-x86_64 Message-ID: <20060804105619.0025D2E00ED@genesis.frugalware.org> [fxruby-1.6.1-1-x86_64 voroskoi **20060804105517 version bump ] { hunk ./source/xlib-extra/fxruby/FrugalBuild 1 -# Last Modified: Wed, 31 May 2006 22:35:43 +0200 +# Last Modified: Fri, 04 Aug 2006 12:54:16 +0200 hunk ./source/xlib-extra/fxruby/FrugalBuild 7 -pkgver=1.6.0 +pkgver=1.6.1 hunk ./source/xlib-extra/fxruby/FrugalBuild 17 -sha1sums=('656b2ace77bfdaa8282cc86727f1bcd73efd1950') hunk ./source/xlib-extra/fxruby/FrugalBuild 25 +sha1sums=('0165fe78ef1773cae9826ab890dde5c924eb5832') } From vmiklos at frugalware.org Fri Aug 4 13:35:01 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 13:35:04 2006 Subject: [Frugalware-darcs] frugalware-current: shadow-4.0.18.1-1-i686 Message-ID: <20060804113501.D3CF72E00ED@genesis.frugalware.org> [shadow-4.0.18.1-1-i686 VMiklos **20060804113328 version bump add new users to storage by default (requested by crazy) ] { hunk ./source/base/shadow/FrugalBuild 1 -# Last Modified: Tue, 11 Jul 2006 12:36:44 +0200 +# Last Modified: Fri, 04 Aug 2006 13:32:27 +0200 hunk ./source/base/shadow/FrugalBuild 6 -pkgver=4.0.17 +pkgver=4.0.18.1 hunk ./source/base/shadow/FrugalBuild 38 -sha1sums=('326b3de0a81c1e1f9bfc75e67d45678c14fe282d' \ + +sha1sums=('1a30458e9db05560bfc82529048bd5d60b45cf9b' \ hunk ./source/base/shadow/FrugalBuild 46 - 'b909f00507efa0d21fdd06885716027a616b35fc') + 'c83f169fa7716b9a901ad4da29dca0a9de79cd5b') hunk ./source/base/shadow/adduser.conf 17 -addgroup=audio,camera,cdrom,floppy,scanner,video,uucp +addgroup=audio,camera,cdrom,floppy,scanner,video,uucp,storage } From vmiklos at frugalware.org Fri Aug 4 13:54:54 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 13:54:56 2006 Subject: [Frugalware-darcs] frugalware-current: mod_python-3.2.10-1-i686 Message-ID: <20060804115454.247D72E00ED@genesis.frugalware.org> [mod_python-3.2.10-1-i686 VMiklos **20060804115328 version bump all patches are now in upstream added more documentation ] { hunk ./source/network-extra/mod_python/FrugalBuild 1 -# Last Modified: Sun, 16 Jul 2006 03:09:16 +0200 +# Last Modified: Fri, 04 Aug 2006 13:51:31 +0200 hunk ./source/network-extra/mod_python/FrugalBuild 6 -pkgver=3.2.8 +pkgver=3.2.10 hunk ./source/network-extra/mod_python/FrugalBuild 16 - mod_python-3.2.8-{apache22,bash31}.diff mod_python.conf) -signatures=($source.asc '' '' '') + mod_python.conf) +signatures=($source.asc '') hunk ./source/network-extra/mod_python/FrugalBuild 22 - autoconf || return 1 hunk ./source/network-extra/mod_python/FrugalBuild 25 + Fdocrel doc-html hunk ./source/network-extra/mod_python/mod_python-3.2.8-apache22.diff 1 -diff -Naur mod_python-3.2.8-orig/src/connobject.c mod_python-3.2.8/src/connobject.c ---- mod_python-3.2.8-orig/src/connobject.c 2006-02-02 13:30:55.000000000 -0800 -+++ mod_python-3.2.8/src/connobject.c 2006-06-26 11:03:16.000000000 -0700 -@@ -79,7 +79,7 @@ - rc = ap_get_brigade(c->input_filters, bb, mode, APR_BLOCK_READ, bufsize); - Py_END_ALLOW_THREADS; - -- if (! APR_STATUS_IS_SUCCESS(rc)) { -+ if (rc != APR_SUCCESS) { - PyErr_SetObject(PyExc_IOError, - PyString_FromString("Connection read error")); - return NULL; -@@ -319,14 +319,14 @@ - { - PyObject *addrobj = makeipaddr(addr); - PyObject *ret = NULL; -+ -+ /* apr_sockaddr_port_get was deprecated and removed in apr 1.x -+ * Access the port directly instead -+ */ - if (addrobj) { - apr_port_t port; -- if(apr_sockaddr_port_get(&port, addr)==APR_SUCCESS) { -- ret = Py_BuildValue("Oi", addrobj, port ); -- } -- else { -- PyErr_SetString(PyExc_SystemError,"apr_sockaddr_port_get failure"); -- } -+ port = addr->port; -+ ret = Py_BuildValue("Oi", addrobj, port ); - Py_DECREF(addrobj); - } - return ret; -diff -Naur mod_python-3.2.8-orig/src/filterobject.c mod_python-3.2.8/src/filterobject.c ---- mod_python-3.2.8-orig/src/filterobject.c 2004-11-25 14:10:52.000000000 -0800 -+++ mod_python-3.2.8/src/filterobject.c 2006-06-26 11:03:23.000000000 -0700 -@@ -178,7 +178,7 @@ - APR_BLOCK_READ, self->readbytes); - Py_END_ALLOW_THREADS; - -- if (!APR_STATUS_IS_EAGAIN(self->rc) && !APR_STATUS_IS_SUCCESS(self->rc)) { -+ if (!APR_STATUS_IS_EAGAIN(self->rc) && !(self->rc == APR_SUCCESS)) { - PyErr_SetObject(PyExc_IOError, - PyString_FromString("Input filter read error")); - return NULL; -diff -Naur mod_python-3.2.8-orig/test/httpdconf.py mod_python-3.2.8/test/httpdconf.py ---- mod_python-3.2.8-orig/test/httpdconf.py 2005-09-13 13:35:57.000000000 -0700 -+++ mod_python-3.2.8/test/httpdconf.py 2006-06-26 11:03:32.000000000 -0700 -@@ -37,8 +37,11 @@ - class Container: - - def __init__(self, *args): -- self.args = args -+ self.args = list(args) - self.indent = 0 -+ -+ def append(self, value): -+ self.args.append(value) - - def __str__(self): - -@@ -80,6 +83,16 @@ - def __init__(self, val): - Directive.__init__(self, self.__class__.__name__, val) - -+class AuthBasicAuthoritative(Directive): -+ # New in Apache 2.2 -+ def __init__(self, val): -+ Directive.__init__(self, self.__class__.__name__, val) -+ -+class AuthBasicProvider(Directive): -+ # New in Apache 2.2 -+ def __init__(self, val): -+ Directive.__init__(self, self.__class__.__name__, val) -+ - class AuthType(Directive): - def __init__(self, val): - Directive.__init__(self, self.__class__.__name__, val) -@@ -112,6 +125,10 @@ - def __init__(self, dir, *args): - ContainerTag.__init__(self, self.__class__.__name__, dir, args) - -+class KeepAliveTimeout(Directive): -+ def __init__(self, val): -+ Directive.__init__(self, self.__class__.__name__, val) -+ - class Listen(Directive): - def __init__(self, val): - Directive.__init__(self, self.__class__.__name__, val) -diff -Naur mod_python-3.2.8-orig/test/test.py mod_python-3.2.8/test/test.py ---- mod_python-3.2.8-orig/test/test.py 2006-02-19 11:51:17.000000000 -0800 -+++ mod_python-3.2.8/test/test.py 2006-06-26 11:03:35.000000000 -0700 -@@ -220,6 +220,32 @@ - s = '"%s"' % s - return s - -+def get_apache_version(): -+ -+ print "Checking Apache version...." -+ httpd = quoteIfSpace(HTTPD) -+ cmd = '%s -v' % (httpd) -+ (stdin,stdout) = os.popen2(cmd) -+ -+ version_str = None -+ for line in stdout: -+ if line.startswith('Server version'): -+ version_str = line.strip() -+ break -+ -+ if version_str: -+ version_str = version_str.split('/')[1] -+ major,minor,patch = version_str.split('.',3) -+ version = '%s.%s' % (major,minor) -+ else: -+ -+ print "Can't determine Apache version. Assuming 2.0" -+ version = '2.0' -+ print version -+ return version -+ -+APACHE_VERSION = get_apache_version() -+ - class HttpdCtrl: - # a mixin providing ways to control httpd - -@@ -289,14 +315,26 @@ - Listen(PORT), - PythonOption('PythonOptionTest sample_value'), - DocumentRoot(DOCUMENT_ROOT), -- LoadModule("python_module %s" % quoteIfSpace(MOD_PYTHON_SO)), -- IfModule("!mod_auth.c", -+ LoadModule("python_module %s" % quoteIfSpace(MOD_PYTHON_SO))) -+ -+ if APACHE_VERSION == '2.2': -+ # mod_auth has been split into mod_auth_basic and some other modules -+ s.append(IfModule("!mod_auth_basic.c", -+ LoadModule("auth_basic_module %s" % -+ quoteIfSpace(os.path.join(modpath, "mod_auth_basic.so"))))) -+ -+ # Default KeepAliveTimeout is 5 for apache 2.2, but 15 in apache 2.0 -+ # Explicitly set the value so it's the same as 2.0 -+ s.append(KeepAliveTimeout("15")) -+ else: -+ s.append(IfModule("!mod_auth.c", - LoadModule("auth_module %s" % - quoteIfSpace(os.path.join(modpath, "mod_auth.so"))))) - -+ s.append("\n# --APPENDED-- \n\n"+append) -+ - f = open(CONFIG, "w") - f.write(str(s)) -- f.write("\n# --APPENDED-- \n\n"+append) - f.close() - - def startHttpd(self,extra=''): -@@ -595,7 +633,12 @@ - - def test_req_requires_conf(self): - -- c = VirtualHost("*", -+ if APACHE_VERSION == '2.2': -+ # Apache 2.2 needs AuthBasicAuthoritative Off -+ # This is necessary when combining mod_auth_basic with third-party -+ # modules that are not configured with the AuthBasicProvider -+ # directive. -+ c = VirtualHost("*", - ServerName("test_req_requires"), - DocumentRoot(DOCUMENT_ROOT), - Directory(DOCUMENT_ROOT, -@@ -603,8 +646,23 @@ - AuthName("blah"), - AuthType("basic"), - Require("valid-user"), -+ AuthBasicAuthoritative("Off"), - PythonAuthenHandler("tests::req_requires"), - PythonDebug("On"))) -+ -+ else: -+ # This configuration is suitable for Apache 2.0 -+ c = VirtualHost("*", -+ ServerName("test_req_requires"), -+ DocumentRoot(DOCUMENT_ROOT), -+ Directory(DOCUMENT_ROOT, -+ SetHandler("mod_python"), -+ AuthName("blah"), -+ AuthType("basic"), -+ Require("valid-user"), -+ PythonAuthenHandler("tests::req_requires"), -+ PythonDebug("On"))) -+ - return str(c) - - def test_req_requires(self): -@@ -1595,47 +1653,10 @@ - response = conn.getresponse() - rsp = response.read() - conn.close() -+ - if rsp != "test ok": - self.fail("session did not accept our cookie") - -- def test_Session_illegal_sid_conf(self): -- -- c = VirtualHost("*", -- ServerName("test_Session_Session"), -- DocumentRoot(DOCUMENT_ROOT), -- Directory(DOCUMENT_ROOT, -- SetHandler("mod_python"), -- PythonHandler("tests::Session_Session"), -- PythonDebug("On"))) -- return str(c) -- -- def test_Session_illegal_sid(self): -- -- print "\n * Testing Session with illegal session id value" -- bad_cookie = 'pysid=/path/traversal/attack/bad; path=/' -- conn = httplib.HTTPConnection("127.0.0.1:%s" % PORT) -- conn.putrequest("GET", "/tests.py", skip_host=1) -- conn.putheader("Host", "test_Session_Session:%s" % PORT) -- conn.putheader("Cookie", bad_cookie) -- conn.endheaders() -- response = conn.getresponse() -- status = response.status -- conn.close() -- if status != 500: -- self.fail("session accepted a sid with illegal characters") -- -- bad_cookie = 'pysid=%s; path=/' % ('abcdef'*64) -- conn = httplib.HTTPConnection("127.0.0.1:%s" % PORT) -- conn.putrequest("GET", "/tests.py", skip_host=1) -- conn.putheader("Host", "test_Session_Session:%s" % PORT) -- conn.putheader("Cookie", bad_cookie) -- conn.endheaders() -- response = conn.getresponse() -- status = response.status -- conn.close() -- if status != 500: -- self.fail("session accepted a sid which is too long") -- - def test_publisher_conf(self): - c = VirtualHost("*", - ServerName("test_publisher"), -@@ -2007,7 +2028,6 @@ - perRequestSuite.addTest(PerRequestTestCase("test_Cookie_Cookie")) - perRequestSuite.addTest(PerRequestTestCase("test_Cookie_MarshalCookie")) - perRequestSuite.addTest(PerRequestTestCase("test_Session_Session")) -- perRequestSuite.addTest(PerRequestTestCase("test_Session_illegal_sid")) - perRequestSuite.addTest(PerRequestTestCase("test_interpreter_per_directive")) - perRequestSuite.addTest(PerRequestTestCase("test_interpreter_per_directory")) - perRequestSuite.addTest(PerRequestTestCase("test_publisher")) rmfile ./source/network-extra/mod_python/mod_python-3.2.8-apache22.diff hunk ./source/network-extra/mod_python/mod_python-3.2.8-bash31.diff 1 ---- mod_python-3.2.8-orig/conigure.in 2006-02-02 13:30:55.000000000 -0800 -+++ mod_python-3.2.8/configure.in 2006-06-26 11:03:16.000000000 -0700 -@@ -275,7 +275,7 @@ - # get the mod_python version - AC_SUBST(MP_VERSION) - MP_VERSION=`awk '/MPV_STRING/ {print $3}' src/include/mpversion.h` --MP_VERSION=`echo $MP_VERSION | sed s/\\"//g` -+MP_VERSION=`echo $MP_VERSION | sed s/\"//g` - - AC_OUTPUT(Makefile src/Makefile Doc/Makefile test/testconf.py dist/setup.py dist/Makefile) - - rmfile ./source/network-extra/mod_python/mod_python-3.2.8-bash31.diff } From vmiklos at frugalware.org Fri Aug 4 14:13:35 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 14:13:39 2006 Subject: [Frugalware-darcs] frugalware-current: net-tools-1.60-21-i686 Message-ID: <20060804121335.A67BD2E00ED@genesis.frugalware.org> [net-tools-1.60-21-i686 VMiklos **20060804121135 fix smp build rc.interfaces: ability to overwrite the name of the default profile from kernel commandline ] { hunk ./source/base/net-tools/FrugalBuild 1 -# Last Modified: Wed, 14 Jun 2006 17:49:33 +0200 +# Last Modified: Fri, 04 Aug 2006 14:10:53 +0200 hunk ./source/base/net-tools/FrugalBuild 7 -pkgrel=20 +pkgrel=21 hunk ./source/base/net-tools/FrugalBuild 23 + unset MAKEFLAGS hunk ./source/base/net-tools/FrugalBuild 35 + hunk ./source/base/net-tools/FrugalBuild 41 - '2fb19431df2483a3160c64b28b23622f1217d0af' \ + 'bc760528da58cafcfc06c1a9bb52b69edef21cc8' \ hunk ./source/base/net-tools/rc.interfaces 4 -# rc.crond for FrugalWare +# rc.crond for Frugalware hunk ./source/base/net-tools/rc.interfaces 13 +net=`grep network /proc/cmdline|sed 's/.*network=\([^ ]*\)\( .*\|$\)/\1/'` hunk ./source/base/net-tools/rc.interfaces 20 - netconfig start + if [ -z "$net" ]; then + netconfig start + else + netconfig $net + fi hunk ./source/base/net-tools/rc.interfaces 46 - netconfig restart + if [ -z "$net" ]; then + netconfig restart + else + netconfig $net + fi } From voroskoi at frugalware.org Fri Aug 4 16:43:35 2006 From: voroskoi at frugalware.org (voroskoi) Date: Fri Aug 4 16:43:37 2006 Subject: [Frugalware-darcs] frugalware-current: smb4k-0.7.2-1-i686 Message-ID: <20060804144335.93CCD2E00ED@genesis.frugalware.org> [smb4k-0.7.2-1-i686 voroskoi **20060804144014 version bump ] { hunk ./source/kde-extra/smb4k/FrugalBuild 1 -# Last Modified: Sun, 18 Jun 2006 17:22:16 +0200 +# Last Modified: Fri, 04 Aug 2006 13:49:39 +0200 hunk ./source/kde-extra/smb4k/FrugalBuild 6 -pkgver=0.7.1 +pkgver=0.7.2 hunk ./source/kde-extra/smb4k/FrugalBuild 16 -sha1sums=('778e714367edc4b71931336c922de735adeb6235') +sha1sums=('1a15975d84c1b093ac5b15ea7ae1cea397df91cd') } From voroskoi at frugalware.org Fri Aug 4 17:34:35 2006 From: voroskoi at frugalware.org (voroskoi) Date: Fri Aug 4 17:34:37 2006 Subject: [Frugalware-darcs] frugalware-current: tor-0.1.1.23-1-i686 Message-ID: <20060804153435.A12F12E00ED@genesis.frugalware.org> [tor-0.1.1.23-1-i686 voroskoi **20060804153212 version bump ] { hunk ./source/network-extra/tor/FrugalBuild 1 -# Last modified: Thu, 06 Jul 2006 15:01:23 +0200 +# Last modified: Fri, 04 Aug 2006 16:58:59 +0200 hunk ./source/network-extra/tor/FrugalBuild 7 -pkgver=0.1.1.22 +pkgver=0.1.1.23 hunk ./source/network-extra/tor/FrugalBuild 18 -sha1sums=('44409da83e896154b83178bec971074e14b6dbb0' \ +sha1sums=('d3f0120f5a18658231127281343aafb6c06aed70' \ } From slinky at rei.keni.hu Fri Aug 4 18:49:37 2006 From: slinky at rei.keni.hu (Karoly CZOVEK) Date: Fri Aug 4 18:49:38 2006 Subject: [Frugalware-darcs] frugalware-current: perl-archive-tar-1.30-1-i686 Message-ID: <20060804164937.0BF3D2E00ED@genesis.frugalware.org> [perl-archive-tar-1.30-1-i686 Karoly CZOVEK **20060804164652 version bump ] { hunk ./source/devel/perl-archive-tar/FrugalBuild 1 -# Last Modified: Mon, 24 Jul 2006 17:03:14 +0200 +# Last Modified: Fri, 04 Aug 2006 18:46:17 +0200 hunk ./source/devel/perl-archive-tar/FrugalBuild 7 -pkgver=1.29 +pkgver=1.30 hunk ./source/devel/perl-archive-tar/FrugalBuild 13 -sha1sums=('b2a0d244ee30e19c2800ce5d38f5f0006318856e') +sha1sums=('fb91a7249dc149bda05754d1c21b2e2321943485') + } From crazy at frugalware.org Fri Aug 4 20:42:35 2006 From: crazy at frugalware.org (crazy) Date: Fri Aug 4 20:42:37 2006 Subject: [Frugalware-darcs] frugalware-current: perl-archive-tar-1.30-1-i686 Message-ID: <20060804184235.45F6C2E00ED@genesis.frugalware.org> [perl-archive-tar-1.30-1-i686 crazy **20060804184010 * move to the right folder which is devel-extra ] { move ./source/devel/perl-archive-tar ./source/devel-extra/perl-archive-tar } From vmiklos at frugalware.org Fri Aug 4 20:42:52 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 20:42:54 2006 Subject: [Frugalware-darcs] frugalware-current: shadow-4.0.18.1-2-i686 Message-ID: <20060804184253.2C6282E00F1@genesis.frugalware.org> [shadow-4.0.18.1-2-i686 VMiklos **20060804183925 added patch to fix useradd -g/-G ] { hunk ./source/base/shadow/FrugalBuild 1 -# Last Modified: Fri, 04 Aug 2006 13:32:27 +0200 +# Last Modified: Fri, 04 Aug 2006 20:37:27 +0200 hunk ./source/base/shadow/FrugalBuild 7 -pkgrel=1 +pkgrel=2 hunk ./source/base/shadow/FrugalBuild 18 - shadow-4.0.16-useradd.diff adduser.conf) + shadow-4.0.16-useradd.diff shadow-4.0.18.1-groups.diff adduser.conf) hunk ./source/base/shadow/FrugalBuild 46 + '377be62f5126b7d629f5b95bbb72d163f3a34b11' \ addfile ./source/base/shadow/shadow-4.0.18.1-groups.diff hunk ./source/base/shadow/shadow-4.0.18.1-groups.diff 1 +--- shadow-4.0.18.1/src/useradd.c.orig 2006-08-04 19:17:24.000000000 +0200 ++++ shadow-4.0.18.1/src/useradd.c 2006-08-04 20:27:50.000000000 +0200 +@@ -205,11 +205,9 @@ + + gid = strtol (grname, &errptr, 10); + if (*errptr || errno == ERANGE || gid < 0) { +- fprintf (stderr, +- _("%s: invalid numeric argument '%s'\n"), Prog, grname); +- exit (E_BAD_ARG); ++ return getgrnam (grname); + } +- return getgrnam (grname); ++ return getgrgid (gid); + } + + static long get_number (const char *numstr) } From crazy at frugalware.org Fri Aug 4 21:00:24 2006 From: crazy at frugalware.org (crazy) Date: Fri Aug 4 21:00:26 2006 Subject: [Frugalware-darcs] frugalware-current: kde-theme-qtcurve-0.41-1-i686 Message-ID: <20060804190024.700BE2E00F1@genesis.frugalware.org> [kde-theme-qtcurve-0.41-1-i686 crazy **20060804185734 * Version bump ] { hunk ./source/kde-extra/kde-theme-qtcurve/FrugalBuild 1 -# Last modified: Tue, 25 Jul 2006 02:21:30 +0200 +# Last modified: Fri, 04 Aug 2006 20:48:25 +0200 hunk ./source/kde-extra/kde-theme-qtcurve/FrugalBuild 6 -pkgver=0.40 +pkgver=0.41 hunk ./source/kde-extra/kde-theme-qtcurve/FrugalBuild 9 -depends=('kdelibs>=3.5.3') +depends=('kdelibs>=3.5.4') hunk ./source/kde-extra/kde-theme-qtcurve/FrugalBuild 17 -sha1sums=('94fe14428584444860701d2e17e3955c104afab3' \ - 'f9c96b13e0cfced0b655594b19a47b466d98d39e') +sha1sums=('17aa776c227fcd0ed250ffd30efbba40d29ae489' \ + '4749e1a01f88d4fbba57f9533b39cd880b48400d') } From vmiklos at frugalware.org Fri Aug 4 21:07:37 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 21:07:39 2006 Subject: [Frugalware-darcs] setup: Makefile: resolve a conflict Message-ID: <20060804190737.164F72E00ED@genesis.frugalware.org> [Makefile: resolve a conflict VMiklos **20060804190651] { hunk ./Makefile 290 - sed -i 's/current/testing/' pacman/etc/pacman.d/{frugalware,extra}-current + sed -i 's|current/|testing/|' pacman/etc/pacman.d/frugalware-current } From vmiklos at frugalware.org Fri Aug 4 21:07:37 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 21:07:41 2006 Subject: [Frugalware-darcs] setup: Makefile: typo fix for -testing Message-ID: <20060804190737.7C5052E00F2@genesis.frugalware.org> [Makefile: typo fix for -testing VMiklos **20060729145946] { merger 0.0 ( hunk ./Makefile 290 - sed -i 's/current/testing/' pacman/etc/pacman.d/{frugalware,extra}-current + sed -i 's/current/testing/' pacman/etc/pacman.d/frugalware-current hunk ./Makefile 290 - sed -i 's/current/testing/' pacman/etc/pacman.d/{frugalware,extra}-current + sed -i 's|current/|testing/|' pacman/etc/pacman.d/{frugalware,extra}-current ) } From vmiklos at frugalware.org Fri Aug 4 21:23:56 2006 From: vmiklos at frugalware.org (VMiklos) Date: Fri Aug 4 21:23:58 2006 Subject: [Frugalware-darcs] homepage-ng: fwng: fix a typo in hu_HU.po Message-ID: <20060804192356.824B52E00ED@genesis.frugalware.org> [fwng: fix a typo in hu_HU.po VMiklos **20060804192348] { hunk ./frugalware/po/hu_HU.po 14 -"PO-Revision-Date: 2006-06-20 02:57+0200\n" +"PO-Revision-Date: 2006-08-04 21:23+0200\n" hunk ./frugalware/po/hu_HU.po 681 -msgstr "VerziĂł" +msgstr "VerziĂł:" } From crazy at frugalware.org Fri Aug 4 21:36:52 2006 From: crazy at frugalware.org (crazy) Date: Fri Aug 4 21:36:54 2006 Subject: [Frugalware-darcs] frugalware-current: hal-0.5.7.1-1-i686 Message-ID: <20060804193652.B73CC2E00ED@genesis.frugalware.org> [hal-0.5.7.1-1-i686 crazy **20060804192522 * Version bump * ( without permission so krix feel free to slap me but gnome && kde mount was broken with old hal build ) * moved to apps * removed this old patch from darcs add added a new hal.conf.in patch which changes 0 to storage group * *power* stuff is still not allowed for user * add hald user and group and add hald auser to cdrom,floppy,storage,camera group * hal starts as daemon now * FB cleanups * added hald.de for the init script * some changes in rc.hald and hal.install * new depend shadow>=4.0.18.1-2 * err more I can't remember * Alex confirmed gnome works so -> /me is fixing kdebase now ] { move ./source/gnome/hal ./source/apps/hal hunk ./source/apps/hal/FrugalBuild 1 -# Last modified: Sat, 25 Feb 2006 18:34:35 +0000 +# Last modified: Fri, 04 Aug 2006 21:20:07 +0200 hunk ./source/apps/hal/FrugalBuild 4 -# Old Maintainer: Laszlo Dvornik +# Contributor: Laszlo Dvornik hunk ./source/apps/hal/FrugalBuild 7 -pkgver=0.5.7 -pkgrel=2 +pkgver=0.5.7.1 +pkgrel=1 hunk ./source/apps/hal/FrugalBuild 12 - 'libusb' 'popt' 'pciutils') + 'libusb' 'popt' 'pciutils' 'shadow>=4.0.18.1-2') hunk ./source/apps/hal/FrugalBuild 14 -groups=('gnome') +groups=('apps') hunk ./source/apps/hal/FrugalBuild 17 -install=$pkgname.install -up2date="lynx -dump http://freedesktop.org/~david/dist/|grep tar.gz$|sed -n 's/.*-\(.*\)\.t.*/\1/;$ p'" -source=(http://freedesktop.org/~david/dist/$pkgname-$pkgver.tar.gz \ - rc.hald) -sha1sums=('f3962b29f3dad65fdaf708f680b5ba752a26227f' \ - '8b24fe6a6c71416666aff6b412d3cff56267dc6f') +up2date="lynx -dump 'http://freedesktop.org/~david/dist/?C=M;O=A'|sort -n -r|head -n 1|sed 's/.*-\(.*\).t.*/\1/'" +source=(http://freedesktop.org/~david/dist/$pkgname-$pkgver.tar.gz rc.hald hal.conf.in.patch) +sha1sums=('233b67e724e68f41ec3f53adcfb7d139328c5813' \ + 'b2feba21a927fafc4f27f4f630a79f9b3e0944fa' \ + 'cf0c83c0f65398884467066c8280007577387dcd') hunk ./source/apps/hal/FrugalBuild 25 - Fmake --enable-pcmcia-support --with-pid-file=/var/run/hald.pid \ - --with-hal-user=daemon --with-hal-group=daemon - Fmakeinstall + Fbuild --enable-pcmcia-support --with-pid-file=/var/run/hald.pid \ + --with-hal-user=hald --with-hal-group=hald --enable-sysfs-carrier \ + --disable-acpi-proc hunk ./source/apps/hal/hal-0.5.6-storage-policy.patch 1 -diff -Naur hal-0.5.6.orig/fdi/policy/10osvendor/10-storage-policy.fdi hal-0.5.6/fdi/policy/10osvendor/10-storage-policy.fdi ---- hal-0.5.6.orig/fdi/policy/10osvendor/10-storage-policy.fdi 2006-01-18 17:46:53.285993500 +0100 -+++ hal-0.5.6/fdi/policy/10osvendor/10-storage-policy.fdi 2006-01-18 17:49:51.169110500 +0100 -@@ -7,10 +7,11 @@ - - /media - true -- managed -+ comment=managed - kudzu - true -- true -+ false -+ true - true - - -@@ -96,6 +97,9 @@ - - - -+ -+ @block.storage_device:storage.policy.desired_mount_point -+ - - - true rmfile ./source/apps/hal/hal-0.5.6-storage-policy.patch addfile ./source/apps/hal/hal.conf.in.patch hunk ./source/apps/hal/hal.conf.in.patch 1 +diff -Naur hal-0.5.7.1/hal.conf.in hal-0.5.7.1-p/hal.conf.in +--- hal-0.5.7.1/hal.conf.in 2006-01-10 20:03:45.000000000 +0100 ++++ hal-0.5.7.1-p/hal.conf.in 2006-08-04 13:56:09.584432200 +0200 +@@ -33,8 +33,9 @@ + + + +- +- ++ ++ + + + +@@ -44,6 +45,8 @@ + + + ++ ++ + + + hunk ./source/apps/hal/hal.install 3 - /usr/sbin/chkconfig --add rc.hald + + if ! grep -q '^hald:' /etc/group; then + groupadd -g 39 hald + fi + + if ! grep -q '^hald:' /etc/passwd; then + useradd -c 'HAL Daemon' -u 39 -g hald -G cdrom,floppy,camera,storage -d '/' -s /bin/false hald + ## kill password + passwd -l hald 2>/dev/null >/dev/null + fi + + if [ -x /usr/sbin/chkconfig ]; then + /usr/sbin/chkconfig --add rc.hald + fi hunk ./source/apps/hal/hal.install 21 - /usr/sbin/chkconfig --del rc.hald + if [ -x /usr/sbin/chkconfig ]; then + /usr/sbin/chkconfig --del rc.hald + fi + # remove hald user + if grep -q '^hald:' /etc/passwd; then + /usr/sbin/userdel hald + rm -rf /var/mail/hald + fi addfile ./source/apps/hal/messages/hald.de hunk ./source/apps/hal/messages/hald.de 1 +stophald="Stoppe HAL Daemon" +starthald="Starte HAL Daemon" hunk ./source/apps/hal/rc.hald 15 + hunk ./source/apps/hal/rc.hald 26 + ## need be here without this use hal does not work + if ! grep -q '^hald:' /etc/group; then + echo -n "Adding hald group..." + groupadd -g 39 hald + echo -e "done." + fi + + if ! grep -q '^hald:' /etc/passwd; then + echo -n "Adding hald user..." + useradd -c 'HAL Daemon' -u 39 -g hald -G cdrom,floppy,camera,storage -d '/' -s /bin/false hald + ## kill password + passwd -l hald + echo -e "done." + fi + hunk ./source/apps/hal/rc.hald 42 - /usr/sbin/hald + /usr/sbin/hald --daemon=yes } From crazy at frugalware.org Fri Aug 4 21:46:55 2006 From: crazy at frugalware.org (crazy) Date: Fri Aug 4 21:46:57 2006 Subject: [Frugalware-darcs] frugalware-current: tech/ids.txt Message-ID: <20060804194655.D5C9F2E00ED@genesis.frugalware.org> [tech/ids.txt crazy **20060804194451 * added hal ] { hunk ./docs/tech/ids.txt 50 -039 +039 hald hal hald hal } From crazy at frugalware.org Fri Aug 4 23:28:19 2006 From: crazy at frugalware.org (crazy) Date: Fri Aug 4 23:28:22 2006 Subject: [Frugalware-darcs] frugalware-current: kdebase-3.5.4-2-i686 Message-ID: <20060804212819.AE1222E00ED@genesis.frugalware.org> [kdebase-3.5.4-2-i686 crazy **20060804212457 * added 2 new patches for this media/ problem - with new hal everything should be ok * removed old post* patch ] { addfile ./source/kde/kdebase/media_unmount.desktop.patch addfile ./source/kde/kdebase/mediamanager.patch hunk ./source/kde/kdebase/post-3.5.0-kdebase-kdm.patch0 1 -Index: kdm/backend/client.c -=================================================================== ---- kdm/backend/client.c (revision 547560) -+++ kdm/backend/client.c (working copy) -@@ -1537,16 +1542,6 @@ ReadDmrc() - - if (!StrApp( &fname, p->pw_dir, "/.dmrc", (char *)0 )) - return GE_Error; -- if ((curdmrc = iniLoad( fname ))) { -- free( fname ); -- return GE_Ok; -- } -- -- if (errno != EACCES) { -- free( fname ); -- return GE_NoFile; -- } -- - if (pipe( pfd )) - return GE_Error; - if ((pid = Fork()) < 0) { rmfile ./source/kde/kdebase/post-3.5.0-kdebase-kdm.patch0 hunk ./source/kde/kdebase/FrugalBuild 1 -# Last modified: Thu, 15 Jun 2006 13:02:16 +0200 +# Last modified: Fri, 04 Aug 2006 22:56:50 +0200 hunk ./source/kde/kdebase/FrugalBuild 8 -pkgrel=1 +pkgrel=2 hunk ./source/kde/kdebase/FrugalBuild 10 -depends=('libxcomposite' 'libxscrnsaver' 'kdelibs>=3.5.4-1' 'libraw1394' 'hal>=0.5.5-2' 'libusb' 'mtools' 'shadow' 'libxdamage' \ +depends=('libxcomposite' 'libxscrnsaver' 'kdelibs>=3.5.4-1' 'libraw1394' 'hal>=0.5.7.1' 'libusb' 'mtools' 'libxdamage' \ hunk ./source/kde/kdebase/FrugalBuild 28 - fw-default-theme.patch) + fw-default-theme.patch \ + mediamanager.patch \ + media_unmount.desktop.patch) hunk ./source/kde/kdebase/FrugalBuild 34 - hunk ./source/kde/kdebase/FrugalBuild 43 - 'c1725544d59140a9f61a7137f160eabf23ef3201') + 'c1725544d59140a9f61a7137f160eabf23ef3201' \ + 'b2470a23fcb749ce9f78b33a474cf914da132d6f' \ + '8c23593b38a050cb38c135209daee85f46a7ee2a') + hunk ./source/kde/kdebase/media_unmount.desktop.patch 1 +diff -Naur kdebase-3.5.4/kioslave/media/services/media_unmount.desktop kdebase-3.5.4-p/kioslave/media/services/media_unmount.desktop +--- kdebase-3.5.4/kioslave/media/services/media_unmount.desktop 2006-05-23 13:33:34.000000000 +0200 ++++ kdebase-3.5.4-p/kioslave/media/services/media_unmount.desktop 2006-08-04 15:51:48.006923537 +0200 +@@ -1,5 +1,5 @@ + [Desktop Entry] +-ServiceTypes=media/cdrom_mounted,media/cdwriter_mounted,media/dvd_mounted,media/floppy5_mounted,media/floppy_mounted,media/hdd_mounted,media/nfs_mounted,media/smb_mounted,media/zip_mounted,media/vcd,media/svcd,media/dvdvideo ++ServiceTypes=media/cdrom_mounted,media/cdwriter_mounted,media/dvd_mounted,media/floppy5_mounted,media/floppy_mounted,media/hdd_mounted,media/nfs_mounted,media/smb_mounted,media/zip_mounted,media/vcd,media/svcd,media/dvdvideo,media/camera_mounted,media/removable_mounted + Actions=MediaUnmount; + X-KDE-Priority=TopLevel + X-KDE-MediaNotifierHide=true hunk ./source/kde/kdebase/mediamanager.patch 1 +diff -Naur kdebase-3.5.4/kioslave/media/mediamanager/halbackend.cpp kdebase-3.5.4-p/kioslave/media/mediamanager/halbackend.cpp +--- kdebase-3.5.4/kioslave/media/mediamanager/halbackend.cpp 2006-07-22 10:15:45.000000000 +0200 ++++ kdebase-3.5.4-p/kioslave/media/mediamanager/halbackend.cpp 2006-08-04 01:40:38.321731768 +0200 +@@ -112,6 +112,14 @@ + DBusError error; + dbus_error_init(&error); + dbus_connection = dbus_connection_open_private(DBUS_SYSTEM_BUS, &error); ++ ++ if (!dbus_connection || dbus_error_is_set(&error)) { ++ dbus_error_free(&error); ++ libhal_ctx_free(m_halContext); ++ m_halContext = NULL; ++ return false; ++ } ++ + dbus_bus_register(dbus_connection, &error); + + if (dbus_error_is_set(&error)) { } From crazy at frugalware.org Sat Aug 5 00:01:09 2006 From: crazy at frugalware.org (crazy) Date: Sat Aug 5 00:01:12 2006 Subject: [Frugalware-darcs] frugalware-current: libmms-0.3-1-i686 Message-ID: <20060804220109.0D2A72E00ED@genesis.frugalware.org> [libmms-0.3-1-i686 crazy **20060804215836 * Version bump ] { hunk ./source/lib/libmms/FrugalBuild 1 -# Last Modified: Fri, 05 May 2006 15:53:48 +0200 +# Last Modified: Fri, 04 Aug 2006 23:58:12 +0200 hunk ./source/lib/libmms/FrugalBuild 6 -pkgver=0.2 +pkgver=0.3 hunk ./source/lib/libmms/FrugalBuild 14 -sha1sums=('9a5934a82b3e741687089003fc17e782b534d2f2') +sha1sums=('a0774efbc91b6bb4ba2211bc4936bbbf798ec386') } From crazy at frugalware.org Sat Aug 5 00:12:11 2006 From: crazy at frugalware.org (crazy) Date: Sat Aug 5 00:12:14 2006 Subject: [Frugalware-darcs] frugalware-current: bscommander-2.26-1-i686 Message-ID: <20060804221212.07E7E2E00ED@genesis.frugalware.org> [bscommander-2.26-1-i686 crazy **20060804220844 * Version bump ] { hunk ./source/kde-extra/bscommander/FrugalBuild 1 -# Last Modified: Tue, 01 Aug 2006 14:10:01 +0200 +# Last Modified: Sat, 05 Aug 2006 00:08:12 +0200 hunk ./source/kde-extra/bscommander/FrugalBuild 6 -pkgver=2.25 +pkgver=2.26 hunk ./source/kde-extra/bscommander/FrugalBuild 16 -sha1sums=('0f9727da76ee6b1732e0a2daab1196cde5373665') +sha1sums=('e0e57f597d1c4e70472fc7ac0803ee5d6de9c451') } From crazy at frugalware.org Sat Aug 5 00:20:00 2006 From: crazy at frugalware.org (crazy) Date: Sat Aug 5 00:20:02 2006 Subject: [Frugalware-darcs] frugalware-current: tastymenu-0.5.1-1-i686 Message-ID: <20060804222000.85B652E00ED@genesis.frugalware.org> [tastymenu-0.5.1-1-i686 crazy **20060804221615 * Version bump ] { hunk ./source/kde-extra/tastymenu/FrugalBuild 1 -# Last Modified: Tue, 01 Aug 2006 15:48:12 +0200 +# Last Modified: Sat, 05 Aug 2006 00:14:19 +0200 hunk ./source/kde-extra/tastymenu/FrugalBuild 6 -pkgver=0.5 +pkgver=0.5.1 hunk ./source/kde-extra/tastymenu/FrugalBuild 15 -sha1sums=('9dde870dd51b36a5cd2a918c1a4db5c1afcae54b') +sha1sums=('61f8be78fd7d3ad6e7d17e0a84e9b204a34aae3c') } From vmiklos at frugalware.org Sat Aug 5 00:40:14 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 00:40:15 2006 Subject: [Frugalware-darcs] frugalwareutils: netconfig: updated manpage for newer net-tools, updated hu.po Message-ID: <20060804224014.3EA132E00ED@genesis.frugalware.org> [netconfig: updated manpage for newer net-tools, updated hu.po VMiklos **20060804224009] { hunk ./netconfig/doc/netconfig.5 1 -.TH netconfig 5 "January 18, 2006" "Frugalware 0.4" "" +.TH netconfig 5 "August 5, 2006" "Frugalware 0.5" "" hunk ./netconfig/doc/netconfig.5 7 -(/etc/sysconfig/network/default) will be read. This profile is divided into -sections or \fIinterfaces\fP. Each section defines an interface that netconfig -should initialize. The exception to this is the \fIoptions\fP section, -which defines global options. +(/etc/sysconfig/network/default) will be read. + +This behaviour can be overwritten by the "network=" kernel +parameter. In that case the given profile will be loaded instead of 'default'. + +This profile is divided into sections or \fIinterfaces\fP. Each section +defines an interface that netconfig should initialize. The exception to this is +the \fIoptions\fP section, which defines global options. hunk ./netconfig/doc/po/hu.po 8 -"POT-Creation-Date: 2006-08-03 15:10+0200\n" -"PO-Revision-Date: 2006-08-03 15:26+0200\n" +"POT-Creation-Date: 2006-08-05 0:36+0200\n" +"PO-Revision-Date: 2006-08-05 00:39+0200\n" hunk ./netconfig/doc/po/hu.po 26 -msgid "January 18, 2006" -msgstr "2006 január 18" +msgid "August 5, 2006" +msgstr "2006 Augusztus 5" hunk ./netconfig/doc/po/hu.po 32 -msgid "Frugalware 0.4" -msgstr "Frugalware 0.4" +msgid "Frugalware 0.5" +msgstr "Frugalware 0.5" hunk ./netconfig/doc/po/hu.po 53 -#: netconfig.5:11 +#: netconfig.5:8 hunk ./netconfig/doc/po/hu.po 57 -"'default' (/etc/sysconfig/network/default) will be read. This profile is " -"divided into sections or I. Each section defines an interface " -"that netconfig should initialize. The exception to this is the I " -"section, which defines global options." +"'default' (/etc/sysconfig/network/default) will be read." hunk ./netconfig/doc/po/hu.po 61 -"network/default) kerül betöltésre. Egy profile részekre vagy " +"network/default) kerül betöltésre." + +# type: Plain text +#: netconfig.5:11 +msgid "" +"This behaviour can be overwritten by the \"network=EprofilenameE\" " +"kernel parameter. In that case the given profile will be loaded instead of " +"'default'." +msgstr "" +"Ez a viselkedés felülírható a \"network=EprofilnévE\" kernel " +"paraméterrel. Ebben az esetben az adott profil kerül betöltésre a 'default' " +"helyett." + +# type: Plain text +#: netconfig.5:15 +msgid "" +"This profile is divided into sections or I. Each section " +"defines an interface that netconfig should initialize. The exception to this " +"is the I section, which defines global options." +msgstr "" +"Egy profil részekre vagy " hunk ./netconfig/doc/po/hu.po 87 -#: netconfig.5:12 +#: netconfig.5:16 hunk ./netconfig/doc/po/hu.po 93 -#: netconfig.5:17 +#: netconfig.5:21 hunk ./netconfig/doc/po/hu.po 103 -#: netconfig.5:21 +#: netconfig.5:25 hunk ./netconfig/doc/po/hu.po 115 -#: netconfig.5:23 +#: netconfig.5:27 hunk ./netconfig/doc/po/hu.po 121 -#: netconfig.5:24 +#: netconfig.5:28 hunk ./netconfig/doc/po/hu.po 127 -#: netconfig.5:27 +#: netconfig.5:31 hunk ./netconfig/doc/po/hu.po 136 -#: netconfig.5:27 +#: netconfig.5:31 hunk ./netconfig/doc/po/hu.po 142 -#: netconfig.5:30 +#: netconfig.5:34 hunk ./netconfig/doc/po/hu.po 151 -#: netconfig.5:30 +#: netconfig.5:34 hunk ./netconfig/doc/po/hu.po 157 -#: netconfig.5:33 +#: netconfig.5:37 hunk ./netconfig/doc/po/hu.po 162 -#: netconfig.5:33 +#: netconfig.5:37 hunk ./netconfig/doc/po/hu.po 168 -#: netconfig.5:36 +#: netconfig.5:40 hunk ./netconfig/doc/po/hu.po 173 -#: netconfig.5:36 +#: netconfig.5:40 hunk ./netconfig/doc/po/hu.po 179 -#: netconfig.5:39 +#: netconfig.5:43 hunk ./netconfig/doc/po/hu.po 184 -#: netconfig.5:39 +#: netconfig.5:43 hunk ./netconfig/doc/po/hu.po 190 -#: netconfig.5:42 +#: netconfig.5:46 hunk ./netconfig/doc/po/hu.po 199 -#: netconfig.5:42 +#: netconfig.5:46 hunk ./netconfig/doc/po/hu.po 205 -#: netconfig.5:46 +#: netconfig.5:50 hunk ./netconfig/doc/po/hu.po 216 -#: netconfig.5:46 +#: netconfig.5:50 hunk ./netconfig/doc/po/hu.po 222 -#: netconfig.5:51 +#: netconfig.5:55 hunk ./netconfig/doc/po/hu.po 233 -#: netconfig.5:51 +#: netconfig.5:55 hunk ./netconfig/doc/po/hu.po 239 -#: netconfig.5:54 +#: netconfig.5:58 hunk ./netconfig/doc/po/hu.po 248 -#: netconfig.5:54 +#: netconfig.5:58 hunk ./netconfig/doc/po/hu.po 254 -#: netconfig.5:56 +#: netconfig.5:60 hunk ./netconfig/doc/po/hu.po 260 -#: netconfig.5:58 +#: netconfig.5:62 hunk ./netconfig/doc/po/hu.po 266 -#: netconfig.5:60 +#: netconfig.5:64 hunk ./netconfig/doc/po/hu.po 272 -#: netconfig.5:65 +#: netconfig.5:69 hunk ./netconfig/doc/po/hu.po 285 -#: netconfig.5:65 +#: netconfig.5:69 hunk ./netconfig/doc/po/hu.po 291 -#: netconfig.5:68 +#: netconfig.5:72 hunk ./netconfig/doc/po/hu.po 300 -#: netconfig.5:68 +#: netconfig.5:72 hunk ./netconfig/doc/po/hu.po 306 -#: netconfig.5:72 +#: netconfig.5:76 hunk ./netconfig/doc/po/hu.po 317 -#: netconfig.5:72 +#: netconfig.5:76 hunk ./netconfig/doc/po/hu.po 323 -#: netconfig.5:77 +#: netconfig.5:81 hunk ./netconfig/doc/po/hu.po 336 -#: netconfig.5:77 +#: netconfig.5:81 hunk ./netconfig/doc/po/hu.po 342 -#: netconfig.5:81 +#: netconfig.5:85 hunk ./netconfig/doc/po/hu.po 349 -#: netconfig.5:91 +#: netconfig.5:95 hunk ./netconfig/doc/po/hu.po 371 -#: netconfig.5:93 +#: netconfig.5:97 hunk ./netconfig/doc/po/hu.po 377 -#: netconfig.5:97 +#: netconfig.5:101 hunk ./netconfig/doc/po/hu.po 388 -#: netconfig.5:97 +#: netconfig.5:101 hunk ./netconfig/doc/po/hu.po 394 -#: netconfig.5:100 +#: netconfig.5:104 hunk ./netconfig/doc/po/hu.po 397 -msgstr "" -"Megadja a használandó dhcp klienst. dhcpcd vagy dhclient lehet." +msgstr "Megadja a használandó dhcp klienst. dhcpcd vagy dhclient lehet." hunk ./netconfig/doc/po/hu.po 400 -#: netconfig.5:100 +#: netconfig.5:104 hunk ./netconfig/doc/po/hu.po 406 -#: netconfig.5:102 +#: netconfig.5:106 hunk ./netconfig/doc/po/hu.po 411 -#: netconfig.5:102 +#: netconfig.5:106 hunk ./netconfig/doc/po/hu.po 417 -#: netconfig.5:104 +#: netconfig.5:108 hunk ./netconfig/doc/po/hu.po 426 -#: netconfig.5:104 +#: netconfig.5:108 hunk ./netconfig/doc/po/hu.po 432 -#: netconfig.5:108 +#: netconfig.5:112 hunk ./netconfig/doc/po/hu.po 436 +# type: TH +#~ msgid "January 18, 2006" +#~ msgstr "2006 január 18" + } From crazy at frugalware.org Sat Aug 5 01:05:10 2006 From: crazy at frugalware.org (crazy) Date: Sat Aug 5 01:05:12 2006 Subject: [Frugalware-darcs] frugalware-current: uim-1.2.0-1-i686 Message-ID: <20060804230510.7D6AE2E00ED@genesis.frugalware.org> [uim-1.2.0-1-i686 crazy **20060804230228 * Version bump * fixed makedepends ] { hunk ./source/xlib-extra/uim/FrugalBuild 1 -# Last Modified: Fri, 07 Jul 2006 14:11:50 +0200 +# Last Modified: Sat, 05 Aug 2006 00:44:45 +0200 hunk ./source/xlib-extra/uim/FrugalBuild 6 -pkgver=1.1.1 +pkgver=1.2.0 hunk ./source/xlib-extra/uim/FrugalBuild 11 -makedepends=('qt' 'libgnomeui' 'libsm' 'freetype2' 'gnome-panel') +makedepends=('qt' 'libgnomeui' 'libsm' 'freetype2' 'gnome-panel' 'kdelibs') hunk ./source/xlib-extra/uim/FrugalBuild 17 -sha1sums=('23fc52da716611b34733cf2f1d45d950d3a61897') +sha1sums=('54769ea4ed494b4944c08fcd62ff7715f7d3ed6a') hunk ./source/xlib-extra/uim/FrugalBuild 29 + Fsed 'head -1' 'head -n 1' configure hunk ./source/xlib-extra/uim/FrugalBuild 38 +# optimization OK + } From crazy at frugalware.org Sat Aug 5 01:34:59 2006 From: crazy at frugalware.org (crazy) Date: Sat Aug 5 01:35:03 2006 Subject: [Frugalware-darcs] frugalware-current: preload-0.4-1-i686 Message-ID: <20060804233459.722632E00ED@genesis.frugalware.org> [preload-0.4-1-i686 crazy **20060804233250 * Version bump ] { hunk ./source/apps-extra/preload/FrugalBuild 1 -# Last Modified: Thu, 10 Nov 2005 14:27:09 +0100 +# Last Modified: Sat, 05 Aug 2006 01:32:21 +0200 hunk ./source/apps-extra/preload/FrugalBuild 6 -pkgver=0.2 +pkgver=0.4 hunk ./source/apps-extra/preload/FrugalBuild 16 -sha1sums=('d08fac3ffc0aa2ead473a915d9c422fc76815974' \ +sha1sums=('24ed2fcbb0920775d8bbbe79f85a1365086f9b1f' \ hunk ./source/apps-extra/preload/FrugalBuild 36 +# optimization OK + } From crazy at frugalware.org Sat Aug 5 01:44:31 2006 From: crazy at frugalware.org (crazy) Date: Sat Aug 5 01:44:34 2006 Subject: [Frugalware-darcs] frugalware-current: gtk2-sharp-2.8.3-1-i686 Message-ID: <20060804234431.B5AFA2E00ED@genesis.frugalware.org> [gtk2-sharp-2.8.3-1-i686 crazy **20060804234201 * up2date() fix * man this mono site is killing me :-) ] { hunk ./source/gnome/gtk2-sharp/FrugalBuild 16 -up2date="lynx -dump http://svn.myrealbox.com/source/trunk/gtk-sharp/bootstrap-$apiver | grep GTK_SHARP_VERSION |sed -n -e 's/.*=\([0-9\.]*\).*/\1/' -e '1 p'" +up2date="lynx -dump -nolist http://go-mono.com/sources-latest/|grep gtk-sharp|sort -n -r|head -n 1|sed 's/.*rp-\(.*\).t.*/\1/'" } From crazy at frugalware.org Sat Aug 5 02:03:05 2006 From: crazy at frugalware.org (crazy) Date: Sat Aug 5 02:03:07 2006 Subject: [Frugalware-darcs] frugalware-current: boo-0.7.5.2013-2-i686 Message-ID: <20060805000305.D66C02E00ED@genesis.frugalware.org> [boo-0.7.5.2013-2-i686 crazy **20060805000009 * up2date() and source() fix * uhmm :P krix hf with this one :-P ] { hunk ./source/gnome-extra/boo/FrugalBuild 14 -up2date="lynx -dump http://www.go-mono.com/sources-latest/|grep boo-[0-9\.]*.tar.gz | sed -n 's/.*-\(.*\).t.*/\1/;1 p'" -source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.gz) +up2date="lynx -dump http://www.go-mono.com/sources-latest/|grep -m1 'boo-'|sed 's/.*boo-\(.*\)-.*/\1/'" +source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver-src.tar.bz2) } From crazy at frugalware.org Sat Aug 5 02:34:12 2006 From: crazy at frugalware.org (crazy) Date: Sat Aug 5 02:34:13 2006 Subject: [Frugalware-darcs] frugalware-current: kpogre-1.4.0-1-i686 Message-ID: <20060805003412.6027A2E00F3@genesis.frugalware.org> [kpogre-1.4.0-1-i686 crazy **20060805003202 * Version bump ] { hunk ./source/kde-extra/kpogre/FrugalBuild 1 -# Last Modified: Fri, 21 Jul 2006 15:09:11 +0200 +# Last Modified: Sat, 05 Aug 2006 02:28:30 +0200 hunk ./source/kde-extra/kpogre/FrugalBuild 6 -pkgver=1.3.9 +pkgver=1.4.0 hunk ./source/kde-extra/kpogre/FrugalBuild 15 -sha1sums=('5af723c6c7dfd87f7318de3496325c271c8e00ca' \ +sha1sums=('e88000e20ba08677a2338df26c3ff080fe76b804' \ } From crazy at frugalware.org Sat Aug 5 10:48:35 2006 From: crazy at frugalware.org (crazy) Date: Sat Aug 5 10:48:37 2006 Subject: [Frugalware-darcs] frugalware-current: k3d-0.5.16.0-1-i686 Message-ID: <20060805084835.5A1D4FB43E0@genesis.frugalware.org> [k3d-0.5.16.0-1-i686 crazy **20060805084426 * Version bump ] { hunk ./source/xapps-extra/k3d/FrugalBuild 1 -# Last Modified: Thu, 27 Jul 2006 17:31:54 +0200 +# Last Modified: Sat, 05 Aug 2006 04:47:16 +0200 hunk ./source/xapps-extra/k3d/FrugalBuild 7 -pkgver=0.5.15.0 -pkgrel=2 +pkgver=0.5.16.0 +pkgrel=1 hunk ./source/xapps-extra/k3d/FrugalBuild 19 -source=(${source[@]} gtkmm_ABI.patch) -sha1sums=('54088643c159175ce0558e7ba807f29149ce0cc5' \ - 'd3740f0e539d78d8411f5dc69e2661baa457396f') +sha1sums=('08e19df36c996eb1ca2de5f3a6cd06151af4e441') } From crazy at frugalware.org Sat Aug 5 11:22:41 2006 From: crazy at frugalware.org (crazy) Date: Sat Aug 5 11:22:43 2006 Subject: [Frugalware-darcs] frugalware-current: thunderbird-1.5.0.5-1-i686 Message-ID: <20060805092241.D5131FB43DB@genesis.frugalware.org> [thunderbird-1.5.0.5-1-i686 crazy **20060805091959 * up2date() fix ( lol what a ugly one this tbird site just suc** ) ] { hunk ./source/xapps/thunderbird/FrugalBuild 16 -up2date="lynx -dump http://www.mozilla.com/thunderbird/releases|grep -m1 '.html'|sed 's|.*/||g'|sed 's|.html||g'" +up2date="lynx -dump http://www.mozilla.com/thunderbird/|grep -m1 'releases.mozilla.org'|sed -e 's|.*es/||g' -e 's|/||g'" } From janny at frugalware.org Sat Aug 5 12:54:32 2006 From: janny at frugalware.org (Janny) Date: Sat Aug 5 12:54:36 2006 Subject: [Frugalware-darcs] frugalware-current: nvidia-1.0_8762-4-i686 Message-ID: <20060805105433.0C3D7FB43DC@genesis.frugalware.org> [nvidia-1.0_8762-4-i686 Janny **20060805105159 changed maintainer to me added 'Option "RenderAccel" "Off"' to xorg.conf closes #794 ] { hunk ./source/x11-extra/nvidia/FrugalBuild 1 -# Last Modified: Tue, 01 Aug 2006 00:14:49 +0200 +# Last Modified: Sat, 05 Aug 2006 12:48:53 +0200 hunk ./source/x11-extra/nvidia/FrugalBuild 3 -# Maintainer: Krisztian VASAS +# Maintainer: Janny hunk ./source/x11-extra/nvidia/FrugalBuild 9 -pkgrel=3 +pkgrel=4 hunk ./source/x11-extra/nvidia/FrugalBuild 39 -# vim: ft=sh - hunk ./source/x11-extra/nvidia/nvidia.install 41 + if [ -z `grep -Ei "renderaccel" /etc/X11/xorg.conf` ]; then + echo "*** Added 'Option \"RenderAccel\" \"Off\"' to xorg.conf." + echo "*** If this problem please edit your xorg.conf" + sed -i 's/\(Driver *"nvidia"\)/\1\n Option "RenderAccel" "Off"/' /etc/X11/xorg.conf + fi hunk ./source/x11-extra/nvidia/nvidia.install 88 + if [ -z `grep -Ei "renderaccel" /etc/X11/xorg.conf` ]; then + sed -i '/^[^#]*[r-R]ender[a-A]ccel/d' /etc/X11/xorg.conf + fi } From vmiklos at frugalware.org Sat Aug 5 12:57:20 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 12:57:22 2006 Subject: [Frugalware-darcs] frugalware-current: module-init-tools-3.2.2-4-i686 Message-ID: <20060805105720.D3CD8FB43DD@genesis.frugalware.org> [module-init-tools-3.2.2-4-i686 VMiklos **20060805105356 rm -> rm -f to avoid warnings when building in chroot ] { hunk ./source/base/module-init-tools/FrugalBuild 1 -# Last Modified: Sat, 04 Mar 2006 02:58:59 +0100 +# Last Modified: Sat, 05 Aug 2006 12:52:44 +0200 hunk ./source/base/module-init-tools/FrugalBuild 8 -pkgrel=3 +pkgrel=4 hunk ./source/base/module-init-tools/module-init-tools.install 9 - rm /etc/rc.d/rcS.d/S20rc.modules + rm -f /etc/rc.d/rcS.d/S20rc.modules hunk ./source/base/module-init-tools/module-init-tools.install 16 -# vim: ft=sh - } From vmiklos at frugalware.org Sat Aug 5 13:06:37 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 13:06:39 2006 Subject: [Frugalware-darcs] frugalware-current: openclipart-0.18-1-i686 Message-ID: <20060805110637.D1AE7FB43DB@genesis.frugalware.org> [openclipart-0.18-1-i686 VMiklos **20060805110453 removed rodepends() to avoid an unnecessary dependency cycle (openoffice.org depended on itself) ] { hunk ./source/xapps-extra/openclipart/FrugalBuild 1 -# Last Modified: Thu, 27 Jul 2006 18:59:42 +0200 +# Last Modified: Sat, 05 Aug 2006 13:04:47 +0200 hunk ./source/xapps-extra/openclipart/FrugalBuild 11 -rodepends=('openoffice.org') } From vmiklos at frugalware.org Sat Aug 5 13:19:30 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 13:19:33 2006 Subject: [Frugalware-darcs] frugalware-current: firefox-wmlbrowser-0.7.7-1-i686 Message-ID: <20060805111930.A3B27FB43DB@genesis.frugalware.org> [firefox-wmlbrowser-0.7.7-1-i686 VMiklos **20060805111751 version bump ] { hunk ./source/xapps-extra/firefox-wmlbrowser/FrugalBuild 1 -# Last Modified: Mon, 08 May 2006 11:01:08 +0200 +# Last Modified: Sat, 05 Aug 2006 13:17:46 +0200 hunk ./source/xapps-extra/firefox-wmlbrowser/FrugalBuild 8 -pkgver=0.7.6 +pkgver=0.7.7 hunk ./source/xapps-extra/firefox-wmlbrowser/FrugalBuild 19 -sha1sums=('fba007328c967ebd5bf3729ad76b9a4d024113e1' \ +sha1sums=('dda6356868da5c9f9c0c3d8b51ff75c0da1925f8' \ } From vmiklos at frugalware.org Sat Aug 5 13:42:22 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 13:42:24 2006 Subject: [Frugalware-darcs] frugalware-current: include/aspell.sh: added _F_aspell_ver Message-ID: <20060805114222.09B84FB43DD@genesis.frugalware.org> [include/aspell.sh: added _F_aspell_ver VMiklos **20060805113636] { hunk ./source/include/aspell.sh 10 -pkgname=aspell6-$lang +[ -z "$_F_aspell_ver" ] && _F_aspell_ver=6 + +pkgname=aspell$_F_aspell_ver-$lang hunk ./source/include/aspell.sh 17 -up2date="lynx -dump http://ftp.gnu.org/pub/gnu/aspell/dict/$lang/\?M=D|grep aspell6-$lang|sed -n -e \"s/aspell6-$lang-//\" -e 's/\.tar\..* / /' -e 's/-/r/' -e '1p'|cut -d ] -f 3|cut -d ' ' -f 1" +up2date="lynx -dump http://ftp.gnu.org/pub/gnu/aspell/dict/$lang/\?M=D|grep aspell$_F_aspell_ver-$lang|sed -n -e \"s/aspell$_F_aspell_ver-$lang-//\" -e 's/\.tar\..* / /' -e 's/-/r/' -e '1p'|cut -d ] -f 3|cut -d ' ' -f 1" hunk ./source/include/aspell.sh 30 +unset _F_aspell_ver + } From vmiklos at frugalware.org Sat Aug 5 13:46:22 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 13:46:23 2006 Subject: [Frugalware-darcs] frugalware-current: tools/darcs: strip duplicated files from the xml Message-ID: <20060805114622.568CEFB43DD@genesis.frugalware.org> [tools/darcs: strip duplicated files from the xml VMiklos **20060805114442 fix from the perl master xbit :) ] { hunk ./tools/darcs 164 - if($l =~ /adddir (.*)\n/) { push @{$files{$patch}}, "$1 " } - if($l =~ /addfile (.*)\n/) { push @{$files{$patch}}, "$1 " } - if($l =~ /rmdir (.*)\n/) { push @{$files{$patch}}, "$1 " } - if($l =~ /rmfile (.*)\n/) { push @{$files{$patch}}, "$1 " } - if($l =~ /binary (.*)\n/) { push @{$files{$patch}}, "$1 " } + if($l =~ /adddir (.*)\n/) { push @{$files{$patch}}, "$1 " unless grep {/^$1/} @{$files{$patch}} } + if($l =~ /addfile (.*)\n/) { push @{$files{$patch}}, "$1 " unless grep {/^$1/} @{$files{$patch}} } + if($l =~ /rmdir (.*)\n/) { push @{$files{$patch}}, "$1 " unless grep {/^$1/} @{$files{$patch}} } + if($l =~ /rmfile (.*)\n/) { push @{$files{$patch}}, "$1 " unless grep {/^$1/} @{$files{$patch}} } + if($l =~ /binary (.*)\n/) { push @{$files{$patch}}, "$1 " unless grep {/^$1/} @{$files{$patch}} } hunk ./tools/darcs 177 - push @{$files{$patch}}, "$m "; + push @{$files{$patch}}, "$m " unless grep {/^$m/} @{$files{$patch}}; hunk ./tools/darcs 182 - push @{$files{$patch}}, "$_ "; + push @{$files{$patch}}, "$_ " unless grep {/^$_/} @{$files{$patch}}; } From vmiklos at frugalware.org Sat Aug 5 13:48:05 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 13:48:07 2006 Subject: [Frugalware-darcs] frugalware-current: aspell5-ga-4.1r0-1-i686 Message-ID: <20060805114805.CB462FB43DC@genesis.frugalware.org> [aspell5-ga-4.1r0-1-i686 VMiklos **20060805113230 version bump use Finclude aspell ] { hunk ./source/locale-extra/aspell5-ga/FrugalBuild 1 -# Last Modified: Thu, 28 Jul 2005 14:09:57 +0200 -# Compiling Time: ~3 minutes +# Last Modified: Sat, 05 Aug 2006 13:31:33 +0200 +# Compiling Time: 0.01 SBU hunk ./source/locale-extra/aspell5-ga/FrugalBuild 6 -pkgname=aspell5-$lang -pkgver=3.6r0 +pkgver=4.1r0 hunk ./source/locale-extra/aspell5-ga/FrugalBuild 9 -url="http://aspell.net/" -depends=('aspell') -groups=('locale-extra') -archs=('i686' 'x86_64') -up2date="lynx -dump http://ftp.gnu.org/pub/gnu/aspell/dict/$lang/\?M=D|grep aspell5-$lang|sed -n -e \"s/aspell5-$lang-//\" -e 's/\.tar\..* / /' -e 's/-/r/' -e '1 p'|cut -d ] -f 3|cut -d ' ' -f 1" -source=(ftp://ftp.gnu.org/gnu/aspell/dict/$lang/$pkgname-`echo $pkgver|sed 's/r/-/'`.tar.bz2) -md5sums=('69b1e0c06f039340302336506080efde') -replaces=('aspell-ga') - -build() { - cd $startdir/src/$pkgname-`echo $pkgver|sed 's/r/-/'` - ./configure - make || return 1 - make DESTDIR=$startdir/pkg install -} - -# vim: ft=sh +_F_aspell_ver=5 +Finclude aspell +sha1sums=('7ac5c05af6c46fa75a864391dfc85406d9b51413') } From vmiklos at frugalware.org Sat Aug 5 13:53:06 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 13:53:07 2006 Subject: [Frugalware-darcs] frugalware-current: include/kernel.sh Message-ID: <20060805115306.3ACC0FB43DD@genesis.frugalware.org> [include/kernel.sh VMiklos **20060805113701 don't use Fpatchall since not applying the patches from _F_kernel_patches() having the wrong extension would be stange :) ] { hunk ./source/include/kernel.sh 138 - Fpatchall + # not using Fpatchall here since not applying the patches from + # _F_kernel_patches() having the wrong extension would be stange :) + for i in ${_F_kernel_patches[@]} + do + Fpatch `strip_url $i` + done } From vmiklos at frugalware.org Sat Aug 5 14:03:31 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 14:03:34 2006 Subject: [Frugalware-darcs] frugalware-current: openoffice.org-2.0.3.180-1-x86_64 Message-ID: <20060805120331.72163FB43DB@genesis.frugalware.org> [openoffice.org-2.0.3.180-1-x86_64 VMiklos **20060804225629 update to m180 ] { hunk ./source/xapps/openoffice.org/FrugalBuild 16 - milestone=179 + milestone=180 hunk ./source/xapps/openoffice.org/FrugalBuild 19 - snapshot=20060729 + snapshot=20060804 } From vmiklos at frugalware.org Sat Aug 5 17:39:33 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 17:39:37 2006 Subject: [Frugalware-darcs] frugalware-current: mysql-5.0.24-1-i686 Message-ID: <20060805153933.9CB1EFB43E0@genesis.frugalware.org> [mysql-5.0.24-1-i686 VMiklos **20060805153802 version bump moved the client lib to a separate subpkg ] { hunk ./source/apps/mysql/FrugalBuild 1 -# Last Modified: Wed, 31 May 2006 13:34:07 +0200 +# Last Modified: Sat, 05 Aug 2006 17:20:08 +0200 hunk ./source/apps/mysql/FrugalBuild 6 -pkgver=5.0.22 +pkgver=5.0.24 hunk ./source/apps/mysql/FrugalBuild 12 -depends=('openssl' 'libstdc++' 'zlib' 'ncurses' 'perl-dbi') +depends=('libstdc++' 'ncurses' 'perl-dbi') +rodepends=("libmysqlclient=$pkgver") hunk ./source/apps/mysql/FrugalBuild 15 -makedepends=('procps') +makedepends=('procps' 'openssl' 'zlib') hunk ./source/apps/mysql/FrugalBuild 19 -mirror="http://ftp.heanet.ie/mirrors/www.mysql.com" +mirror="http://mysql.sote.hu/" hunk ./source/apps/mysql/FrugalBuild 23 +subpkgs=('libmysqlclient') +subdescs=('MySQL client library.') +subdepends=('openssl zlib') +subgroups=('lib') +subarchs=('i686 x86_64') + hunk ./source/apps/mysql/FrugalBuild 54 + + Fsplit libmysqlclient usr/lib/libmysqlclient* + Fsplit libmysqlclient usr/lib/mysql/libmysqlclient* } From vmiklos at frugalware.org Sat Aug 5 17:56:00 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 17:56:13 2006 Subject: [Frugalware-darcs] frugalware-current: mysql-5.0.24-1-i686 Message-ID: <20060805155600.9804DFB43DB@genesis.frugalware.org> [mysql-5.0.24-1-i686 VMiklos **20060805155450 typo fix ] { hunk ./source/apps/mysql/FrugalBuild 13 -rodepends=("libmysqlclient=$pkgver") -rodepends=('perl-mysql') +rodepends=('perl-mysql' "libmysqlclient=$pkgver") } From vmiklos at frugalware.org Sat Aug 5 18:26:07 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 18:26:08 2006 Subject: [Frugalware-darcs] frugalware-current: pure-ftpd-1.0.21-3-i686 Message-ID: <20060805162607.42CCB2E0057@genesis.frugalware.org> [pure-ftpd-1.0.21-3-i686 VMiklos **20060805162346 depends(): mysql -> libmysqlclient ] { hunk ./source/network-extra/pure-ftpd/FrugalBuild 1 -# Last Modified: Wed, 28 Jun 2006 20:23:29 +0200 +# Last Modified: Sat, 05 Aug 2006 18:17:31 +0200 hunk ./source/network-extra/pure-ftpd/FrugalBuild 7 -pkgrel=2 +pkgrel=3 hunk ./source/network-extra/pure-ftpd/FrugalBuild 10 -depends=('libcap' 'perl' 'mysql') +depends=('libcap' 'libmysqlclient') +makedepends=('mysql') hunk ./source/network-extra/pure-ftpd/FrugalBuild 34 -# optimalization OK - } From vmiklos at frugalware.org Sat Aug 5 18:48:26 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 18:48:29 2006 Subject: [Frugalware-darcs] frugalware-current: module-init-tools-3.2.2-5-i686 Message-ID: <20060805164826.9BE922E0057@genesis.frugalware.org> [module-init-tools-3.2.2-5-i686 VMiklos **20060805164638 rebuilt in a clean chroot.. ] { hunk ./source/base/module-init-tools/FrugalBuild 1 -# Last Modified: Sat, 05 Aug 2006 12:52:44 +0200 +# Last Modified: Sat, 05 Aug 2006 18:46:11 +0200 hunk ./source/base/module-init-tools/FrugalBuild 8 -pkgrel=4 +pkgrel=5 } From vmiklos at frugalware.org Sat Aug 5 18:55:00 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 18:55:07 2006 Subject: [Frugalware-darcs] frugalware-current: mysql-python-1.2.1_p2-1-i686 Message-ID: <20060805165500.8B17D2E0057@genesis.frugalware.org> [mysql-python-1.2.1_p2-1-i686 VMiklos **20060805165351 depends(): mysql -> libmysqlclient ] { hunk ./source/devel-extra/mysql-python/FrugalBuild 9 -depends=('python' 'mysql') +depends=('python' 'libmysqlclient') +makedepends=('mysql') } From xbit at frugalware.org Sat Aug 5 19:10:06 2006 From: xbit at frugalware.org (Zsolt SZALAI) Date: Sat Aug 5 19:10:07 2006 Subject: [Frugalware-darcs] pacman-tools: rf - fix a regexp Message-ID: <20060805171006.3308DFB43E5@genesis.frugalware.org> [rf - fix a regexp Zsolt SZALAI **20060805165025 Fix for a deleting a wrong version fpm TASK #439 and #619 ] { hunk ./rf 608 - if (qx"repoman -t $version ls $repo/$repodir" =~ /(\Q$pkgname\E-[^-]*?-[^-]*?-[^-]*?fpm)\s/) { + if (qx"repoman -t $version ls $repo/$repodir" =~ /^(\Q$pkgname\E-[^-]*?-[^-]*?-[^-]*?fpm)\s/sm) { } From xbit at frugalware.org Sat Aug 5 19:10:06 2006 From: xbit at frugalware.org (Zsolt SZALAI) Date: Sat Aug 5 19:10:10 2006 Subject: [Frugalware-darcs] pacman-tools: rf - determine of $pkgver and $pkgrel Message-ID: <20060805171006.89DA42E0057@genesis.frugalware.org> [rf - determine of $pkgver and $pkgrel Zsolt SZALAI **20060805170807 Closes TASK #622 ] { hunk ./rf 583 -if (@pkgfiles){ - ($pkgver,$pkgrel) = $pkgfiles[0] =~ /^.*-(.*?)-(.*?)-.*?fpm\Z/ -} else { #get them from Frugalbuild - $buildscript = contents 'FrugalBuild'; - ($pkgver) = qx'source /usr/lib/frugalware/fwmakepkg;source ./FrugalBuild; echo -n $pkgver'; - ($pkgrel) = qx'source /usr/lib/frugalware/fwmakepkg;source ./FrugalBuild; echo -n $pkgrel'; -} +$buildscript = contents 'FrugalBuild'; +($pkgver) = qx'source /usr/lib/frugalware/fwmakepkg;source ./FrugalBuild; echo -n $pkgver'; +($pkgrel) = qx'source /usr/lib/frugalware/fwmakepkg;source ./FrugalBuild; echo -n $pkgrel'; + +($pkgver,$pkgrel) = $pkgfiles[0] =~ /^.*-(.*?)-(.*?)-.*?fpm\Z/ unless $pkgver || $pkgrel; + } From vmiklos at frugalware.org Sat Aug 5 19:11:41 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 19:11:43 2006 Subject: [Frugalware-darcs] frugalware-current: perl-dbd-mysql-3.0006-2-i686 Message-ID: <20060805171141.9E6B9FB43DC@genesis.frugalware.org> [perl-dbd-mysql-3.0006-2-i686 VMiklos **20060805171014 depends(): mysql -> libmysqlclient ] { hunk ./source/devel/perl-dbd-mysql/FrugalBuild 1 -# Last Modified: Thu, 15 Jun 2006 12:56:11 +0200 +# Last Modified: Sat, 05 Aug 2006 19:07:42 +0200 hunk ./source/devel/perl-dbd-mysql/FrugalBuild 9 -pkgrel=1 hunk ./source/devel/perl-dbd-mysql/FrugalBuild 10 +pkgrel=2 hunk ./source/devel/perl-dbd-mysql/FrugalBuild 12 -url="http://www.cpan.org/modules/by-module/Mysql/" -depends=('mysql' 'perl') +depends=('libmysqlclient' 'perl') +makedepends=('mysql') } From vmiklos at frugalware.org Sat Aug 5 19:26:47 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 19:26:49 2006 Subject: [Frugalware-darcs] frugalware-current: pyro-3.5-1-i686 Message-ID: <20060805172647.7034BFB43DC@genesis.frugalware.org> [pyro-3.5-1-i686 VMiklos **20060805172456 new package from enda closes #1023 ] { adddir ./source/devel-extra/pyro addfile ./source/devel-extra/pyro/FrugalBuild hunk ./source/devel-extra/pyro/FrugalBuild 1 +# Last modified: Sat, 05 Aug 2006 19:24:43 +0200 +# Compiling time: 0.01 SBU +# Maintainer: VMiklos +# Contributor: enda + +pkgname=pyro +pkgver=3.5 +pkgrel=1 +pkgdesc="PYthon Remote Objects is an advanced and powerful Distributed Object Technology system" +depends=('python') +groups=('devel-extra') +archs=('i686') +Finclude sourceforge +up2date="lynx -dump 'http://pyro.sourceforge.net/download.html' |grep 'Pyro version '| sed 's/.*is \(.*\) (.*/\1/'" +source=(${source/pyro-/Pyro-} \ + setup.cfg \ + README.Frugalware \ + README.Frugalware.fr) +sha1sums=('b7ddbc4ff1e54573a60f3f724ac122b04b3716f3' \ + 'c36d909770355bcd36022390be40d2c62d13b6c7' \ + '5e04939c3d608ced59ffc630b6902eefb9f6ed4c' \ + 'a595ab61ad94510ef6f7bc12f1b7371281793825') + +build() +{ + Fcd Pyro-$pkgver + # use a custom setup.cfg (bin files goes to /usr/lib/python2.4/site-packages/Pyro/bin/) + mv ../setup.cfg ./ + Fbuild + Fdoc README.Frugalware +} addfile ./source/devel-extra/pyro/README.Frugalware hunk ./source/devel-extra/pyro/README.Frugalware 1 - +You'll find pyro's scripts in /usr/lib/python2.4/site-packages/Pyro/bin/ addfile ./source/devel-extra/pyro/README.Frugalware.fr hunk ./source/devel-extra/pyro/README.Frugalware.fr 1 - +Vous trouverez les scripts pyro dans /usr/lib/python2.4/site-packages/Pyro/bin/ addfile ./source/devel-extra/pyro/setup.cfg hunk ./source/devel-extra/pyro/setup.cfg 1 +[bdist_rpm] +doc_files = LICENSE,doc + +### Enable the following two items for unattended install. +### The scripts location is mandatory. Change it so something sensible. + +#[install-options] +#unattended=1 +[install-options] +unattended=1 + +[install] +optimize=1 +#install-scripts=/foo/bar +install-scripts=/usr/lib/python2.4/site-packages/Pyro/bin/ } From vmiklos at frugalware.org Sat Aug 5 19:34:15 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 19:34:17 2006 Subject: [Frugalware-darcs] frugalware-current: bzr-0.8.2-2-i686 Message-ID: <20060805173415.D50DE2E0004@genesis.frugalware.org> [bzr-0.8.2-2-i686 VMiklos **20060805173255 depends() fix closes #957 ] { hunk ./source/devel-extra/bzr/FrugalBuild 1 -# Last Modified: Wed, 17 May 2006 16:21:58 +0200 +# Last Modified: Sat, 05 Aug 2006 19:32:11 +0200 hunk ./source/devel-extra/bzr/FrugalBuild 7 -pkgrel=1 +pkgrel=2 hunk ./source/devel-extra/bzr/FrugalBuild 10 -depends=('elementtree' 'urlgrabber') +depends=('elementtree' 'urlgrabber' 'paramiko') } From crazy at frugalware.org Sat Aug 5 23:02:54 2006 From: crazy at frugalware.org (crazy) Date: Sat Aug 5 23:02:56 2006 Subject: [Frugalware-darcs] frugalware-current: koffice-1.5.2-1-i686 Message-ID: <20060805210254.512D6FB43DC@genesis.frugalware.org> [koffice-1.5.2-1-i686 crazy **20060805210001 * depends() : mysql -> libmysqlclient ] { hunk ./source/kde-extra/koffice/FrugalBuild 11 -depends=('libkexif' 'pkgconfig' 'kdebase>=3.5.2-1' 'libpqxx' 'wv2' 'mysql' 'libwpd' 'python' 'ruby>=1.8.4-2' 'imagemagick') -makedepends=('esd' 'doxygen' 'qt-docs>=3.3.6' 'kdebindings') +depends=('libkexif' 'pkgconfig' 'kdebase>=3.5.2-1' 'libpqxx' 'wv2' 'libmysqlclient' 'libwpd' 'python' 'ruby>=1.8.4-2' 'imagemagick') +makedepends=('esd' 'doxygen' 'qt-docs>=3.3.6' 'kdebindings' 'mysql') } From vmiklos at frugalware.org Sat Aug 5 23:59:04 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sat Aug 5 23:59:06 2006 Subject: [Frugalware-darcs] frugalware-current: ccache-2.4-4-i686 Message-ID: <20060805215904.65DCBFB43DC@genesis.frugalware.org> [ccache-2.4-4-i686 VMiklos **20060805214607 added a README.Frugalware closes #992 ] { hunk ./source/devel/ccache/FrugalBuild 1 -# Last modified: Wed, 10 Aug 2005 19:05:30 +0200 +# Last modified: Sat, 05 Aug 2006 23:44:51 +0200 hunk ./source/devel/ccache/FrugalBuild 7 -pkgrel=3 +pkgrel=4 hunk ./source/devel/ccache/FrugalBuild 13 -source=(http://samba.org/ftp/$pkgname/$pkgname-$pkgver.tar.gz) +source=(http://samba.org/ftp/$pkgname/$pkgname-$pkgver.tar.gz \ + README.Frugalware) hunk ./source/devel/ccache/FrugalBuild 16 -sha1sums=('9833ec13de9b90d5409e60d679ac681115ef465e') hunk ./source/devel/ccache/FrugalBuild 20 - for i in cc c++ gcc g++ $CARCH-pc-linux-gnu-c++ $CARCH-pc-linux-gnu-gcc $CARCH-pc-linux-gnu-g++ ; do + for i in {$CARCH-pc-linux-gnu-,}{cc,c++,gcc,g++} + do hunk ./source/devel/ccache/FrugalBuild 25 + Fdoc README.Frugalware hunk ./source/devel/ccache/FrugalBuild 28 -# vim: ft=sh - hunk ./source/devel/ccache/FrugalBuild 30 +sha1sums=('9833ec13de9b90d5409e60d679ac681115ef465e' \ + '7aa44e5c0287651e1cdf6e82d3cefc0e7893299e') + addfile ./source/devel/ccache/README.Frugalware hunk ./source/devel/ccache/README.Frugalware 1 +After you installed ccache, it won't be enabled by default. + +There are 3 options to enable it: + +1) Use makepkg. It uses ccache if the package is installed unless +you use the -B option. + +2) Most package's ./configure script supports specifying a custom compiler: + + CC=/usr/bin/ccache ./configure + +should enable ccache for you. + +3) Modify the PATH, this way ccache will be enabled for you till you leave the +shell: + + export PATH=/usr/lib/ccache/bin:$PATH } From vmiklos at frugalware.org Sun Aug 6 00:34:09 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 00:34:13 2006 Subject: [Frugalware-darcs] pacman-tools: repoman: add an own mirror list to the config file Message-ID: <20060805223409.A5DC8FB43DC@genesis.frugalware.org> [repoman: add an own mirror list to the config file VMiklos **20060805223321 this way we can easily handle the problem of the "ftp but rsync" mirrors closes #928 ] { hunk ./repoman 141 - [ -e /etc/pacman.d/frugalware-current ] || \ - die "Can't find any mirror!\nMaybe try a 'pacman -S pacman'"; - server="rsync://`grep ^Server /etc/pacman.d/frugalware-current |sed -n 's|.*= .*://\(.*\)|\1|;1 p'`/../_darcs/current/" - # server="http://darcs.frugalware.org/repos/frugalware-current" + if [ -z "$mirror" ]; then + echo -e "$0: Can't find any mirror!" + [ -e /etc/repoman.conf.pacnew ] && echo -e "$0: HINT: merge the contents of /etc/repoman.conf.pacnew to /etc/repoman.conf!" + exit 1 + fi + server="$mirror/_darcs/current/" hunk ./repoman 153 - rsync -a $server ./ >/dev/null + rsync -azq $server ./ hunk ./repoman 156 - rsync -a $server ./ + rsync -azvP $server ./ hunk ./repoman.conf 21 +### -current + +# Hungary (2x100 MBit) +#mirror="rsync://ftp4.frugalware.org/ftp/pub/linux/distributions/frugalware/frugalware-current" +# Belgium (2x1GBit) +mirror="rsync://ftp5.frugalware.org/packages/frugalware/pub/frugalware/frugalware-current" +# United States +#mirror="rsync://ftp10.frugalware.org/frugalware/frugalware-current" + +### -stable + +# Hungary (2x100 MBit) +#mirror="rsync://ftp4.frugalware.org/ftp/pub/linux/distributions/frugalware/frugalware-stable" +# Belgium (2x1GBit) +#mirror="rsync://ftp5.frugalware.org/packages/frugalware/pub/frugalware/frugalware-stable" +# United States +#mirror="rsync://ftp10.frugalware.org/frugalware/frugalware-stable" + +# vim: ft=sh + } From vmiklos at frugalware.org Sun Aug 6 00:45:23 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 00:45:25 2006 Subject: [Frugalware-darcs] pacman-tools: mkiso: manpage update Message-ID: <20060805224523.403AAFB43DC@genesis.frugalware.org> [mkiso: manpage update VMiklos **20060805224253] { hunk ./mkiso/mkiso.8 16 + hunk ./mkiso/mkiso.8 42 +NOTE: feel free to choose a different rsync mirror from /etc/repoman.conf! + hunk ./mkiso/mkiso.8 65 -$ mkdir extra - -$ rsync -avP rsync://ftp5.frugalware.org/packages/frugalware/pub/frugalware/frugalware-current/extra/frugalware-i686 ./extra/ --exclude '*fpm' - hunk ./mkiso/mkiso.8 93 -.B -c +.B -c|--count hunk ./mkiso/mkiso.8 97 -.B +.B -s|--stable +Assume that the given repo is a -stable one, so that there will be a +frugalware.fdb under the frugalware- directory, not a +frugalware-current.fdb. +.TP +.B -f|--file } From vmiklos at frugalware.org Sun Aug 6 00:45:23 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 00:45:27 2006 Subject: [Frugalware-darcs] pacman-tools: updates for 0.7.9 Message-ID: <20060805224523.8DDAAFB43E0@genesis.frugalware.org> [updates for 0.7.9 VMiklos **20060805224530] { hunk ./Makefile 19 -VERSION = 0.7.8 +VERSION = 0.7.9 hunk ./NEWS 3 +0.7.9 - repoman: + - bugfix for having no extra repo + - now there is a separate (from pacman.conf) mirror list in + repoman.conf + - mkiso: -stable support + - rf: various bugfixes } From vmiklos at frugalware.org Sun Aug 6 00:46:59 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 00:47:01 2006 Subject: [Frugalware-darcs] frugalware-current: docs/tech/release-howto: add a short note about pacman-tools Message-ID: <20060805224659.E057BFB43E0@genesis.frugalware.org> [docs/tech/release-howto: add a short note about pacman-tools VMiklos **20060805221855] { hunk ./docs/tech/release-howto.txt 53 -- update pacman so that -stable will be the default on -Syu, not -current +- update pacman{,-tools} so that -stable will be the default on -Syu / repoman + upd, not -current } From vmiklos at frugalware.org Sun Aug 6 00:55:01 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 00:55:05 2006 Subject: [Frugalware-darcs] frugalware-current: pacman-tools-0.7.9-1-i686 Message-ID: <20060805225501.958C6FB43E0@genesis.frugalware.org> [pacman-tools-0.7.9-1-i686 VMiklos **20060805225337 version bump ] { hunk ./source/devel/pacman-tools/FrugalBuild 1 -# Last Modified: Tue, 01 Aug 2006 13:05:11 +0200 +# Last Modified: Sun, 06 Aug 2006 00:53:12 +0200 hunk ./source/devel/pacman-tools/FrugalBuild 6 -pkgver=0.7.8 -pkgrel=2 +pkgver=0.7.9 +pkgrel=1 hunk ./source/devel/pacman-tools/FrugalBuild 15 -source=($url/$pkgname-$pkgver.tar.gz \ - http://darcs.frugalware.org/patches/pacman-tools/20060801095227-e2957-ff2e64961139b678fa110aba2899f14dcfc2a2e0.patch) -signatures=(${source[0]}.asc '') +source=($url/$pkgname-$pkgver.tar.gz) +signatures=(${source[0]}.asc) } From desco at frugalware.org Sun Aug 6 01:09:29 2006 From: desco at frugalware.org (Miklos Nemeth) Date: Sun Aug 6 01:09:31 2006 Subject: [Frugalware-darcs] frugalware-current: swig-1.3.29-1-i686 Message-ID: <20060805230929.AF79FFB43DC@genesis.frugalware.org> [swig-1.3.29-1-i686 Miklos Nemeth **20060805230853 version bump ] { hunk ./source/devel-extra/swig/FrugalBuild 6 -pkgver=1.3.28 +pkgver=1.3.29 hunk ./source/devel-extra/swig/FrugalBuild 14 -sha1sums=('acf7f007c6f0285b88cd4f568b1e993af8ab6664') - +sha1sums=('517181c464b9dfa80baba7385d5901e11b01c634') } From xbit at frugalware.org Sun Aug 6 01:56:55 2006 From: xbit at frugalware.org (Zsolt SZALAI) Date: Sun Aug 6 01:56:57 2006 Subject: [Frugalware-darcs] pacman-tools: mpdep - initial release Message-ID: <20060805235655.968BDFB43FC@genesis.frugalware.org> [mpdep - initial release Zsolt SZALAI **20060805235509 ment to produce dependency list from Makefile.PLs ] { addfile ./mpdep hunk ./mpdep 1 +#!/usr/bin/perl + +use strict; +use Module::MakefilePL::Parse; +use Data::Dumper; + +my $fh; +open $fh, 'Makefile.PL'; +my $parser = Module::MakefilePL::Parse->new( join("", <$fh>) ); +my $info = $parser->required; + +my $out = 'depends=('; +for (keys %{$info}) { + $_ = lc; + $_ = 'perl-'.$_; + $_ =~ s/::/-/; + $out .= "'$_' "; +} +chop $out; +$out .= ')'; +print "$out\n"; } From vmiklos at frugalware.org Sun Aug 6 12:52:11 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 12:52:13 2006 Subject: [Frugalware-darcs] frugalware-current: po4a-0.27.1-1-i686 Message-ID: <20060806105211.DE0C72E011A@genesis.frugalware.org> [po4a-0.27.1-1-i686 VMiklos **20060806105007 version bump ] { hunk ./source/devel-extra/po4a/FrugalBuild 1 -# Last Modified: Thu, 02 Feb 2006 22:14:45 +0100 +# Last Modified: Sun, 06 Aug 2006 12:49:46 +0200 hunk ./source/devel-extra/po4a/FrugalBuild 6 -pkgver=0.23 -pkgrel=2 +pkgver=0.27.1 +rel_id=1725 +pkgrel=1 hunk ./source/devel-extra/po4a/FrugalBuild 15 -# 0.26 is the same as 0.23 -up2date="lynx -dump http://alioth.debian.org/projects/po4a/|grep ' po4a'|sed 's/.*po4a \([^ ]*\) .*/\1/;s/0.26/0.23/'" -source=(http://alioth.debian.org/download.php/1317/$pkgname-$pkgver.tar.gz) -sha1sums=('749a7823c976befc6a84d443ef7225bd41477b59') +up2date="lynx -dump http://alioth.debian.org/projects/po4a/|grep ' po4a'|sed 's/.*po4a \([^ ]*\) .*/\1/'" +source=(http://alioth.debian.org/download.php/$rel_id/$pkgname-$pkgver.tar.gz) +sha1sums=('cd0a2e60a7e6f3ab795c5787981332772465ad3e') } From vmiklos at frugalware.org Sun Aug 6 13:19:51 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 13:19:53 2006 Subject: [Frugalware-darcs] frugalware-current: gd-2.0.33-3-i686 Message-ID: <20060806111951.BF6E22E0119@genesis.frugalware.org> [gd-2.0.33-3-i686 VMiklos **20060806111810 added secfix for CVE-2006-2906 closes #881 ] { hunk ./source/lib/gd/FrugalBuild 1 -# Last Modified: Thu, 01 Sep 2005 14:33:57 +0200 +# Last Modified: Sun, 06 Aug 2006 13:16:26 +0200 hunk ./source/lib/gd/FrugalBuild 7 -pkgrel=2 +pkgrel=3 hunk ./source/lib/gd/FrugalBuild 14 -source=($url/$pkgname-$pkgver.tar.gz) -sha1sums=('89548efb01116a740c796a8df80de16d19856811') +source=($url/$pkgname-$pkgver.tar.gz gd-2.0.33-secfix.diff) +sha1sums=('89548efb01116a740c796a8df80de16d19856811' \ + 'cbb8431bc5ee54452eb968f35e687591f86f9f92') + +# optimization OK addfile ./source/lib/gd/gd-2.0.33-secfix.diff hunk ./source/lib/gd/gd-2.0.33-secfix.diff 1 +http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2906 +diff -Naur gd-2.0.33.orig/gd_gif_in.c gd-2.0.33/gd_gif_in.c +--- gd-2.0.33.orig/gd_gif_in.c 2004-11-01 19:28:56.000000000 +0100 ++++ gd-2.0.33/gd_gif_in.c 2006-08-06 13:12:04.000000000 +0200 +@@ -417,16 +417,17 @@ + GetCode(fd, code_size, FALSE, ZeroDataBlockP); + return firstcode; + } else if (code == end_code) { ++ int maxcount = 1024; + int count; + unsigned char buf[260]; + + if (*ZeroDataBlockP) + return -2; + +- while ((count = GetDataBlock(fd, buf, ZeroDataBlockP)) > 0) ++ while ((count = GetDataBlock(fd, buf, ZeroDataBlockP)) > 0 && --maxcount >= 0) + ; + +- if (count != 0) ++ if (count != 0 || maxcount < 0) + return -2; + } + } From slinky at rei.keni.hu Sun Aug 6 13:41:54 2006 From: slinky at rei.keni.hu (Karoly CZOVEK) Date: Sun Aug 6 13:41:57 2006 Subject: [Frugalware-darcs] frugalware-current: vmware-5.5.1_19175-2-i686 Message-ID: <20060806114154.BBD2FFB43DE@genesis.frugalware.org> [vmware-5.5.1_19175-2-i686 Karoly CZOVEK **20060806114046 vmware patchlavel updated to .103 security issue described in http://kb.vmware.com/vmtnkb/search.do?cmd=displayKC&docType=kc&externalId=2467205&sliceId=SAL_Public was fixed. ] { hunk ./source/xapps-extra/vmware/FrugalBuild 8 -anyver=101 -pkgrel=1 +anyver=103 +pkgrel=2 hunk ./source/xapps-extra/vmware/vmware.install 10 + + test -f /etc/vmware/ssl/rui.key && chmod 400 /etc/vmware/ssl/rui.key + test -f /etc/vmware/ssl/rui.crt && chmod 444 /etc/vmware/ssl/rui.crt + } From slinky at rei.keni.hu Sun Aug 6 13:45:32 2006 From: slinky at rei.keni.hu (Karoly CZOVEK) Date: Sun Aug 6 13:45:35 2006 Subject: [Frugalware-darcs] frugalware-current: vmware-5.5.1_19175-2-i686 Message-ID: <20060806114532.C61F1FB43DE@genesis.frugalware.org> [vmware-5.5.1_19175-2-i686 Karoly CZOVEK **20060806114435 sha1sum fixed ] { hunk ./source/xapps-extra/vmware/FrugalBuild 22 - '43714052429c1574cdf086a052859657affff0b0' \ + '8fa0925ded011ec85d43ac651eb1b19baca2c987' \ } From vmiklos at frugalware.org Sun Aug 6 14:03:16 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 14:03:18 2006 Subject: [Frugalware-darcs] frugalware-current: firefox-adblock-0.5.3.043-1-i686 Message-ID: <20060806120316.73E67FB43FB@genesis.frugalware.org> [firefox-adblock-0.5.3.043-1-i686 VMiklos **20060806120202 fixed url, also this means an up2date fix ] { hunk ./source/xapps-extra/firefox-adblock/FrugalBuild 11 -url="https://addons.mozilla.org/extensions/moreinfo.php?id=10" +url="https://addons.mozilla.org/firefox/10/" } From vmiklos at frugalware.org Sun Aug 6 14:20:16 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 14:20:18 2006 Subject: [Frugalware-darcs] frugalware-current: glob2-0.8.21-1-i686 Message-ID: <20060806122016.10C662E0119@genesis.frugalware.org> [glob2-0.8.21-1-i686 VMiklos **20060806121821 new package from Mcklaren closes #1025 ] { adddir ./source/games-extra/glob2 addfile ./source/games-extra/glob2/FrugalBuild hunk ./source/games-extra/glob2/FrugalBuild 1 +# Last Modified: Sun, 06 Aug 2006 14:15:40 +0200 +# Compiling Time: 1.15 SBU +# Maintainer: VMiklos +# Contributor: Mcklaren + +pkgname=glob2 +pkgver=0.8.21 +pkgrel=1 +pkgdesc="Innovative Real-Time Strategy (RTS) game which reduces micro-management by automatically assigning tasks to units." +url="http://www.ysagoon.com/glob2/" +depends=('sdl_net' 'sdl_ttf' 'sdlimage' 'libvorbis' 'libgl' 'speex') +makedepends=('boost') +license="GPL2" +groups=('games-extra') +archs=('i686') +up2date="lynx -dump http://globulation2.org/wiki/Download_and_Install#Source_Distribution|grep 'Source code'|sed -n 's/.*-\(.*\).t.*/\1/;1 p'" +source=("http://globulation2.org/releases/$pkgver/$pkgname-$pkgver.tar.gz") +sha1sums=('c9829ea4e78e7c7e901126bf77d2fbb36272bfc0') + +# optimization OK } From crazy at frugalware.org Sun Aug 6 14:47:18 2006 From: crazy at frugalware.org (crazy) Date: Sun Aug 6 14:47:19 2006 Subject: [Frugalware-darcs] frugalware-current: speex-1.1.12-1-i686 Message-ID: <20060806124718.2CF292E011F@genesis.frugalware.org> [speex-1.1.12-1-i686 crazy **20060806124441 * up2date() fix ] { hunk ./source/multimedia/speex/FrugalBuild 12 -up2date="lynx -dump $url/download.html|Flasttar" +up2date="lynx -dump http://www.speex.org/download.html|grep '.tar.gz'|sort -r|head -n1|sed 's/.*-\(.*\).t.*/\1/'" hunk ./source/multimedia/speex/FrugalBuild 28 -# vim: ft=sh - } From vmiklos at frugalware.org Sun Aug 6 14:58:02 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 14:58:04 2006 Subject: [Frugalware-darcs] frugalware-current: shadow-4.0.18.1-3-i686 Message-ID: <20060806125802.B0EDCFB43DA@genesis.frugalware.org> [shadow-4.0.18.1-3-i686 VMiklos **20060806125444 updated -groups.diff from cvs: that also fixes usermod ] { hunk ./source/base/shadow/FrugalBuild 1 -# Last Modified: Fri, 04 Aug 2006 20:37:27 +0200 +# Last Modified: Sun, 06 Aug 2006 14:54:05 +0200 hunk ./source/base/shadow/FrugalBuild 7 -pkgrel=2 +pkgrel=3 hunk ./source/base/shadow/FrugalBuild 46 - '377be62f5126b7d629f5b95bbb72d163f3a34b11' \ + 'c13cf8b5c566e129d4fc62ad3ac08b6c856c992e' \ hunk ./source/base/shadow/shadow-4.0.18.1-groups.diff 1 ---- shadow-4.0.18.1/src/useradd.c.orig 2006-08-04 19:17:24.000000000 +0200 -+++ shadow-4.0.18.1/src/useradd.c 2006-08-04 20:27:50.000000000 +0200 -@@ -205,11 +205,9 @@ +--- shadow-4.0.18.1.orig/src/useradd.c 2006-07-28 19:42:48.000000000 +0200 ++++ shadow-4.0.18.1/src/useradd.c 2006-08-04 09:24:34.000000000 +0200 +@@ -203,13 +203,17 @@ + long gid; + char *errptr; hunk ./source/base/shadow/shadow-4.0.18.1-groups.diff 7 ++ struct group* grp = getgrnam (grname); ++ if (grp) ++ return grp; ++ hunk ./source/base/shadow/shadow-4.0.18.1-groups.diff 13 -- fprintf (stderr, -- _("%s: invalid numeric argument '%s'\n"), Prog, grname); -- exit (E_BAD_ARG); -+ return getgrnam (grname); + fprintf (stderr, + _("%s: invalid numeric argument '%s'\n"), Prog, grname); + exit (E_BAD_ARG); hunk ./source/base/shadow/shadow-4.0.18.1-groups.diff 22 +--- shadow-4.0.18.1.orig/src/usermod.c 2006-07-28 19:42:48.000000000 +0200 ++++ shadow-4.0.18.1/src/usermod.c 2006-08-04 09:24:21.000000000 +0200 +@@ -165,13 +165,17 @@ + long val; + char *errptr; + ++ struct group* grp = getgrnam (grname); ++ if (grp) ++ return grp; ++ + val = strtol (grname, &errptr, 10); + if (*errptr || errno == ERANGE || val < 0) { + fprintf (stderr, _("%s: invalid numeric argument '%s'\n"), Prog, + grname); + exit (E_BAD_ARG); + } +- return getgrnam (grname); ++ return getgrgid (val); + } + + /* } From crazy at frugalware.org Sun Aug 6 15:31:29 2006 From: crazy at frugalware.org (crazy) Date: Sun Aug 6 15:31:33 2006 Subject: [Frugalware-darcs] frugalware-current: dnsmasq-2.33-1-i686 Message-ID: <20060806133130.010F9FB43DE@genesis.frugalware.org> [dnsmasq-2.33-1-i686 crazy **20060806131556 * Version bump * added makefile.patch .This fixes the paths && add missing i18n support - dnsmasq got installed in /usr/local =)) * installed the *html files as well now ] { hunk ./source/network-extra/dnsmasq/FrugalBuild 1 -# Last Modified: Tue, 13 Jun 2006 00:30:20 +0530 +# Last Modified: Sun, 06 Aug 2006 15:14:18 +0200 hunk ./source/network-extra/dnsmasq/FrugalBuild 6 -pkgver=2.32 +pkgver=2.33 hunk ./source/network-extra/dnsmasq/FrugalBuild 10 +## could depend on dbus hunk ./source/network-extra/dnsmasq/FrugalBuild 17 - rc.dnsmasq dnsmasq.conf) -sha1sums=('f07c090922777f061fbe52aea464b1e43b3988d3' \ - 'd001aa17aa8fb59e9dbfa7253f7af8514d92ada7' \ - 'fd09fa99f453cf81e905e2de4da2137e8c3be3d4') + rc.dnsmasq dnsmasq.conf makefile.patch) +sha1sums=('a470a8ded17dee490302c53d04a5ad61b147b377' \ + 'd001aa17aa8fb59e9dbfa7253f7af8514d92ada7' \ + 'fd09fa99f453cf81e905e2de4da2137e8c3be3d4' \ + 'c29228829f3b5e28576ace642fb4e552039c7654') hunk ./source/network-extra/dnsmasq/FrugalBuild 28 - Fmkdir /var/lib/misc + Fmkdir var/lib/misc usr/share/doc/$pkgname-$pkgver + cp $Fsrcdir/$pkgname-$pkgver/*.html $Fdestdir/usr/share/doc/$pkgname-$pkgver addfile ./source/network-extra/dnsmasq/makefile.patch hunk ./source/network-extra/dnsmasq/makefile.patch 1 +diff -Naur dnsmasq-2.33/Makefile dnsmasq-2.33-p/Makefile +--- dnsmasq-2.33/Makefile 2006-08-02 21:28:52.000000000 +0200 ++++ dnsmasq-2.33-p/Makefile 2006-08-06 15:03:17.890770208 +0200 +@@ -1,6 +1,6 @@ +-PREFIX?=/usr/local ++PREFIX?=/usr + BINDIR = ${PREFIX}/sbin +-MANDIR = ${PREFIX}/share/man ++MANDIR = ${PREFIX}/man + LOCALEDIR = ${PREFIX}/share/locale + + SRC = src +@@ -18,7 +18,7 @@ + rm -f *~ $(SRC)/*.mo contrib/*/*~ */*~ $(SRC)/*.pot + rm -f $(SRC)/*.o $(SRC)/dnsmasq.a $(SRC)/dnsmasq core */core + +-install : all install-common ++install : all install-common install-i18n + + install-common : + install -d $(DESTDIR)$(BINDIR) -d $(DESTDIR)$(MANDIR)/man8 } From crazy at frugalware.org Sun Aug 6 16:17:15 2006 From: crazy at frugalware.org (crazy) Date: Sun Aug 6 16:17:18 2006 Subject: [Frugalware-darcs] frugalware-current: emelfm2-0.1.8-1-i686 Message-ID: <20060806141715.996E1FB43DA@genesis.frugalware.org> [emelfm2-0.1.8-1-i686 crazy **20060806141408 * Version bump * added missing scriptlet option ] { hunk ./source/xapps-extra/emelfm2/FrugalBuild 1 -# Last Modified: Fri, 28 Apr 2006 04:42:57 +0200 +# Last Modified: Sun, 06 Aug 2006 15:58:22 +0200 hunk ./source/xapps-extra/emelfm2/FrugalBuild 6 -pkgver=0.1.7 +pkgver=0.1.8 hunk ./source/xapps-extra/emelfm2/FrugalBuild 13 -sha1sums=('172a9729769396a05cc833f2b2c1c29a0a2403a2') hunk ./source/xapps-extra/emelfm2/FrugalBuild 16 +options=('scriptlet') +sha1sums=('e9f7ea955f2b79616fee9657ec4f5ea7acd03092') hunk ./source/xapps-extra/emelfm2/FrugalBuild 38 -# optimalization ok - -# vim: ft=sh } From vmiklos at frugalware.org Sun Aug 6 16:28:16 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 16:28:19 2006 Subject: [Frugalware-darcs] frugalwareutils: netconfig: fix bug #1026 Message-ID: <20060806142816.A68F5FB43FB@genesis.frugalware.org> [netconfig: fix bug #1026 VMiklos **20060806142744 also some more --dry-run fixes ] { hunk ./netconfig/netconfig.c 287 - fwnet_setlastprofile(NULL); + if(!fwutil_dryrun) + fwnet_setlastprofile(NULL); hunk ./netconfig/netconfig.c 294 - { - fwnet_loup(); hunk ./netconfig/netconfig.c 295 - } hunk ./netconfig/netconfig.c 307 - fwnet_setlastprofile(fn); + if(!fwutil_dryrun) + fwnet_setlastprofile(fn); } From vmiklos at frugalware.org Sun Aug 6 16:36:43 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 16:36:45 2006 Subject: [Frugalware-darcs] frugalware-current: frugalwareutils-0.6.3-3-i686 Message-ID: <20060806143643.B0479FB43DA@genesis.frugalware.org> [frugalwareutils-0.6.3-3-i686 VMiklos **20060806143409 added patch from darcs to close #1026 ] { hunk ./source/base/frugalwareutils/FrugalBuild 1 -# Last Modified: Thu, 03 Aug 2006 18:57:40 +0200 +# Last Modified: Sun, 06 Aug 2006 16:31:02 +0200 hunk ./source/base/frugalwareutils/FrugalBuild 7 -pkgrel=2 +pkgrel=3 hunk ./source/base/frugalwareutils/FrugalBuild 18 -http://darcs.frugalware.org/patches/frugalwareutils/20060803132304-e2957-87022e71e6d4d51224ec7b15ca6ba4e026dc47f6.patch) -signatures=(${source[0]}.asc '' '' '') +http://darcs.frugalware.org/patches/frugalwareutils/20060803132304-e2957-87022e71e6d4d51224ec7b15ca6ba4e026dc47f6.patch +http://darcs.frugalware.org/patches/frugalwareutils/20060806142744-e2957-71c3172af11fcba5d0f6d3ad584abf03408670f7.patch) +signatures=(${source[0]}.asc '' '' '' '') } From desco at frugalware.org Sun Aug 6 16:40:01 2006 From: desco at frugalware.org (Miklos Nemeth) Date: Sun Aug 6 16:40:05 2006 Subject: [Frugalware-darcs] frugalware-current: pygobject-2.11.1-1-i686 Message-ID: <20060806144001.EFB7FFB43DA@genesis.frugalware.org> [pygobject-2.11.1-1-i686 Miklos Nemeth **20060806143935 version bump ] { hunk ./source/gnome/pygobject/FrugalBuild 6 -pkgver=2.11.0 +pkgver=2.11.1 hunk ./source/gnome/pygobject/FrugalBuild 14 -sha1sums=('f892e467748f5ff41cbe35c858ce741f31f5a9f6') +sha1sums=('197a0e927f9d20490452e81a2c8112206bc1ed6d') } From xbit at frugalware.org Sun Aug 6 16:58:10 2006 From: xbit at frugalware.org (Zsolt Szalai) Date: Sun Aug 6 16:58:12 2006 Subject: [Frugalware-darcs] frugalware-current: perl-enum-1.016-1-i686 Message-ID: <20060806145810.A36D12E0127@genesis.frugalware.org> [perl-enum-1.016-1-i686 Zsolt Szalai **20060806145309 initial release ] { adddir ./source/devel/perl-enum addfile ./source/devel/perl-enum/FrugalBuild hunk ./source/devel/perl-enum/FrugalBuild 1 +# Last Modified: Sun, 06 Aug 2006 01:39:11 +0200 +# Compiling Time: 0.1 SBU +# Maintainer: Zsolt Szalai + +modname=enum +modauthor=Z/ZE/ZENIN +pkgver=1.016 +pkgrel=1 +pkgdesc="C style enumerated types and bitmask flags in Perl" +Finclude perl +sha1sums=('d1600b60561efdb6f7f01f690e4ad179958598e5') } From vmiklos at frugalware.org Sun Aug 6 17:46:14 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 17:46:17 2006 Subject: [Frugalware-darcs] setup: install only a stripped down 'service' Message-ID: <20060806154614.BD2AE2E0126@genesis.frugalware.org> [install only a stripped down 'service' VMiklos **20060806153518 hopefully closes #981 ] { hunk ./Makefile 129 + cp bin/service $(MDIR)/sbin/ + chmod +x $(MDIR)/sbin/service addfile ./bin/service hunk ./bin/service 1 +#!/bin/sh + +if [ "$1" = "adsl" -a "$2" = "start" ]; then + pppoe-connect >/dev/tty4 2>/dev/tty4 & +else + echo "usage: $0 adsl start" +fi } From xbit at frugalware.org Sun Aug 6 19:11:32 2006 From: xbit at frugalware.org (Zsolt Szalai) Date: Sun Aug 6 19:11:34 2006 Subject: [Frugalware-darcs] frugalware-current: perl-enum-1.016-1-i686 Message-ID: <20060806171132.CD3462E012A@genesis.frugalware.org> [perl-enum-1.016-1-i686 Zsolt Szalai **20060806154427 groups fix ] { hunk ./source/devel/perl-enum/FrugalBuild 1 -# Last Modified: Sun, 06 Aug 2006 01:39:11 +0200 +# Last Modified: Sun, 06 Aug 2006 17:44:18 +0200 hunk ./source/devel/perl-enum/FrugalBuild 12 +groups=('devel') } From xbit at frugalware.org Sun Aug 6 19:20:52 2006 From: xbit at frugalware.org (Zsolt Szalai) Date: Sun Aug 6 19:20:54 2006 Subject: [Frugalware-darcs] frugalware-current: perl-module-makefilepl-parse-0.12-1-i686 Message-ID: <20060806172052.B4D2F2E012B@genesis.frugalware.org> [perl-module-makefilepl-parse-0.12-1-i686 Zsolt Szalai **20060806171936 initial release ] { adddir ./source/devel/perl-module-makefilepl-parse addfile ./source/devel/perl-module-makefilepl-parse/FrugalBuild hunk ./source/devel/perl-module-makefilepl-parse/FrugalBuild 1 +# Last Modified: Sun, 06 Aug 2006 19:18:09 +0200 +# Compiling Time: 0.1 SBU +# Maintainer: Zsolt Szalai + +modname=Module-MakefilePL-Parse +modauthor=R/RR/RRWO +pkgver=0.12 +pkgrel=1 +pkgdesc="parse required modules from Makefile.PL" +depends=('perl' 'perl-enum>=1.016') +Finclude perl +sha1sums=('b062d6cc51383bbb63f38c04ac73f6e273f247cb') +groups=('devel') } From boobaa at frugalware.org Sun Aug 6 21:09:55 2006 From: boobaa at frugalware.org (CSÉCSY László) Date: Sun Aug 6 21:09:57 2006 Subject: [Frugalware-darcs] frugalware-current: texinfo-4.8-7-i686 Message-ID: <20060806190955.284DF2E0093@genesis.frugalware.org> [texinfo-4.8-7-i686 CSÉCSY László **20060806190711 added udev to depends for the sake of parted ] { hunk ./source/apps/texinfo/FrugalBuild 1 -# Last modified: Tue, 01 Aug 2006 18:11:37 +0200 +# Last modified: Sun, 06 Aug 2006 21:03:10 +0200 hunk ./source/apps/texinfo/FrugalBuild 8 -pkgrel=6 +pkgrel=7 hunk ./source/apps/texinfo/FrugalBuild 11 -depends=('ncurses' 'net-tools' 'grep' 'sed') +depends=('ncurses' 'net-tools' 'grep' 'sed' 'udev') } From vmiklos at frugalware.org Sun Aug 6 21:18:42 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 21:18:44 2006 Subject: [Frugalware-darcs] homepage-ng: fwng/dtd/volumes.dtd: initial import Message-ID: <20060806191842.382402E0093@genesis.frugalware.org> [fwng/dtd/volumes.dtd: initial import VMiklos **20060806191811] { addfile ./frugalware/dtd/volumes.dtd hunk ./frugalware/dtd/volumes.dtd 1 + + + + + + + + + } From vmiklos at frugalware.org Sun Aug 6 21:18:42 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 21:18:46 2006 Subject: [Frugalware-darcs] homepage-ng: fwng: initial import of the /dtd dir Message-ID: <20060806191842.88F042E0127@genesis.frugalware.org> [fwng: initial import of the /dtd dir VMiklos **20060806191750] { adddir ./frugalware/dtd hunk ./frugalware/.htaccess 11 +RewriteCond %{REQUEST_URI} !^/dtd hunk ./frugalware/.htaccess 16 -RewriteCond %{REQUEST_URI} !^/_darcs/ } From vmiklos at frugalware.org Sun Aug 6 21:26:35 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 21:26:37 2006 Subject: [Frugalware-darcs] homepage-ng: fwng/volumes.dtd: added missing fst_root and out_dir Message-ID: <20060806192635.7FEF82E0093@genesis.frugalware.org> [fwng/volumes.dtd: added missing fst_root and out_dir VMiklos **20060806192631] { hunk ./frugalware/dtd/volumes.dtd 3 + + } From vmiklos at frugalware.org Sun Aug 6 21:33:37 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 21:33:40 2006 Subject: [Frugalware-darcs] frugalware-current: docs/volumes.xml Message-ID: <20060806193338.1BBDD2E0126@genesis.frugalware.org> [docs/volumes.xml VMiklos **20060806192912 drop cd/dvds by default since they may not be complete (generating 8 cds while 9 is the complete set is not so good) add x86_64 netinstall by default - if it costs nothing, why not making it? ] { move ./docs/xml/volumes-i686.xml ./docs/xml/volumes.xml hunk ./docs/xml/volumes.xml 2 - - - - - - - + hunk ./docs/xml/volumes.xml 13 - i686 - cd - 1 - - - i686 - cd - 2 - - - i686 - cd - 3 - - - i686 - cd - 4 - - - i686 - cd - 5 - - - i686 - cd - 6 - - - i686 - cd - 7 - - - i686 - cd - 8 - - - i686 - dvd - 1 - - - i686 - dvd - 2 + x86_64 + net } From vmiklos at frugalware.org Sun Aug 6 21:35:42 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 21:35:46 2006 Subject: [Frugalware-darcs] frugalware-current: docs/volumes.xml: forgot to remove one line Message-ID: <20060806193542.EDB232E0126@genesis.frugalware.org> [docs/volumes.xml: forgot to remove one line VMiklos **20060806193421] { hunk ./docs/xml/volumes.xml 3 -]> } From vmiklos at frugalware.org Sun Aug 6 21:39:33 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 21:39:34 2006 Subject: [Frugalware-darcs] pacman-tools: mkiso: updated sample volumes.xml: a real example (0.5pre2) Message-ID: <20060806193933.382F02E0093@genesis.frugalware.org> [mkiso: updated sample volumes.xml: a real example (0.5pre2) VMiklos **20060806193858] { hunk ./mkiso/volumes.xml 2 - - - - - - - - - -]> - + hunk ./mkiso/volumes.xml 5 + /home/ftp/pub/frugalware/frugalware-current-iso + 0.5pre2 + Siwenna + + i686 + net + hunk ./mkiso/volumes.xml 19 - net + cd + 2 + + + i686 + cd + 3 + + + i686 + cd + 4 + + + i686 + cd + 5 + + + i686 + cd + 6 + + + i686 + cd + 7 + + + i686 + cd + 8 + + + i686 + cd + 9 + + + i686 + dvd + 1 + + + i686 + dvd + 2 } From vmiklos at frugalware.org Sun Aug 6 21:43:13 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 21:43:14 2006 Subject: [Frugalware-darcs] pacman-tools: mkiso: correct SYNOPSIS in manpage Message-ID: <20060806194313.A24162E0093@genesis.frugalware.org> [mkiso: correct SYNOPSIS in manpage VMiklos **20060806194316] { hunk ./mkiso/mkiso.8 5 -\fBmkiso\fR [\f -h \fR] [\fI -c | volumes.xml\fR ] +\fBmkiso\fR [\f -h | --help \fR] [\f -s | --stable \fR] [[\f -f | --file \fR]\f volumes.xml\fR] } From desco at frugalware.org Sun Aug 6 21:56:57 2006 From: desco at frugalware.org (Miklos Nemeth) Date: Sun Aug 6 21:57:01 2006 Subject: [Frugalware-darcs] frugalware-current: gtk-xfce-engine-2.2.8-3-i686 Message-ID: <20060806195657.D51232E0093@genesis.frugalware.org> [gtk-xfce-engine-2.2.8-3-i686 Miklos Nemeth **20060806195515 relbump because of some packaging bug ] { hunk ./source/xfce4/gtk-xfce-engine/FrugalBuild 7 -pkgrel=2 +pkgrel=3 } From boobaa at frugalware.org Sun Aug 6 22:24:56 2006 From: boobaa at frugalware.org (CSÉCSY László) Date: Sun Aug 6 22:24:57 2006 Subject: [Frugalware-darcs] frugalware-current: parted-1.7.1-2-i686 Message-ID: <20060806202456.73E8F2E012D@genesis.frugalware.org> [parted-1.7.1-2-i686 CSÉCSY László **20060806202203 added texinfo as rodepend ] { hunk ./source/apps/parted/FrugalBuild 1 -# Last Modified: Sun, 28 May 2006 15:27:04 +0200 +# Last Modified: Sun, 06 Aug 2006 22:21:47 +0200 hunk ./source/apps/parted/FrugalBuild 7 -pkgrel=1 +pkgrel=2 hunk ./source/apps/parted/FrugalBuild 11 -rodepends=('gawk' 'gzip' 'shadow') +rodepends=('gawk' 'gzip' 'shadow' 'texinfo') } From desco at frugalware.org Sun Aug 6 23:26:16 2006 From: desco at frugalware.org (Miklos Nemeth) Date: Sun Aug 6 23:26:20 2006 Subject: [Frugalware-darcs] wxfpm: wxfpm-initialize Message-ID: <20060806212616.C5AB32E0093@genesis.frugalware.org> [wxfpm-initialize Miklos Nemeth **20060806212437 the project was started ] { adddir ./rc adddir ./src adddir ./test addfile ./LICENSE hunk ./LICENSE 1 + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. addfile ./Makefile hunk ./Makefile 1 +# Purpose: makefile for calendar example (Unix) +# Created: 2000-01-03 + +CXX = $(shell wx-config --cxx) +CXXFLAGS = $(shell wx-config --cxxflags) -s -O2 -march=i686 +LDFLAGS = $(shell wx-config --libs) -lalpm + +PROGRAM = wxfpm + +OBJECTS = src/app.cpp src/frame.cpp + +all: $(PROGRAM) + +$(PROGRAM): $(OBJECTS) + $(CXX) -o $(PROGRAM) $(OBJECTS) $(CXXFLAGS) $(LDFLAGS) + +clean: + rm -f src/*.o $(PROGRAM) addfile ./rc/wxfpm.xrc hunk ./rc/wxfpm.xrc 1 + + + + + + 1 + + 800, 600 + wxFPM + + wxVERTICAL + + + wxEXPAND + + + vertical + + + + wxVERTICAL + + + wxALL|wxEXPAND + 3 + + wxVERTICAL + + + + wxALL|wxEXPAND|wxADJUST_MINSIZE + 2 + + + 0 + + + + + + + + + + + + wxVERTICAL + + + wxEXPAND + + + horizontal + + + + wxVERTICAL + + + wxALL|wxEXPAND + 3 + + wxVERTICAL + + + + wxALL|wxEXPAND|wxADJUST_MINSIZE + 2 + + + + + + + + + + + + wxVERTICAL + + + wxALL|wxEXPAND + 3 + + 1 + + + + + + wxVERTICAL + + + wxALL|wxEXPAND|wxADJUST_MINSIZE + 3 + + + + + + + + + + + + + wxVERTICAL + + + wxALL|wxEXPAND|wxADJUST_MINSIZE + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + addfile ./src/app.cpp hunk ./src/app.cpp 1 +/* + * app.cpp + * + * Copyright (c) 2006 by Miklos Nemeth + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + + +#include "wx/wx.h" + +#include "app.h" + +#include "wx/image.h" +#include "wx/xrc/xmlres.h" +#include "frame.h" + +IMPLEMENT_APP(App) + +bool App::OnInit() +{ + wxXmlResource::Get()->InitAllHandlers(); + wxXmlResource::Get()->Load(wxT("rc/wxfpm.xrc")); + Frame *frame = new Frame(); + + frame->Show(true); + + return true; +} + addfile ./src/app.h hunk ./src/app.h 1 +/* + * app.h + * + * Copyright (c) 2006 by Miklos Nemeth + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#ifndef _APP_H_ +#define _APP_H_ + +#include "wx/app.h" + +class App : public wxApp +{ + +public: + virtual bool OnInit(); + +}; + +#endif //_APP_H_ addfile ./src/frame.cpp hunk ./src/frame.cpp 1 +/* + * frame.cpp + * + * Copyright (c) 2006 by Miklos Nemeth + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#include "wx/wx.h" + +#include "frame.h" + +#include "wx/image.h" +#include "wx/xrc/xmlres.h" +#include "wx/treectrl.h" +#include "wx/listctrl.h" +#include + + +BEGIN_EVENT_TABLE(Frame,wxFrame) + EVT_MENU(XRCID("mni_exit"),Frame::OnExit) + EVT_CLOSE(Frame::OnClose) +END_EVENT_TABLE() + + +Frame::Frame(wxWindow* parent) +{ + wxXmlResource::Get()->LoadFrame(this, parent, wxT("frame")); + DoGetControls(); + DoSetProps(); + DoReadGroups(); +} + +void Frame::DoGetControls(void) +{ + lc_packs = XRCCTRL(*this,"lc_packs",wxListCtrl); + lb_groups = XRCCTRL(*this,"lb_groups",wxListBox); +} + +void Frame::DoSetProps(void) +{ + SetSize(wxSize(800,600)); + Centre(wxBOTH); + + lc_packs->InsertColumn(0,_("Name")); + lc_packs->InsertColumn(1,_("Installed")); + lc_packs->InsertColumn(2,_("Available")); +} + +void Frame::OnClose(wxCloseEvent& WXUNUSED(event)) +{ + + if (wxMessageBox(_("Do you realy want to quit?"),_("Question"),wxYES_NO|wxICON_QUESTION) == wxYES) + Destroy(); +} + +void Frame::OnExit(wxCommandEvent& WXUNUSED(event)) +{ + + if (wxMessageBox(_("Do you realy want to quit?"),_("Question"),wxYES_NO|wxICON_QUESTION) == wxYES) + Destroy(); +} + +void Frame::DoReadGroups(void) +{ + wxArrayString array; + wxString str; + + PM_DB *db_local; + PM_LIST *lp; + + + array.Add(_("All Packages")); + + if(alpm_initialize("/") == -1) + { + wxMessageBox(_("failed to initilize alpm library"),_("Error"),wxICON_ERROR); + return; + } + + if(alpm_set_option(PM_OPT_DBPATH, (long)PM_DBPATH) == -1) + { + wxMessageBox(_("failed to set option DBPATH"),_("Error"),wxICON_ERROR); + alpm_release(); + return; + } + + db_local = alpm_db_register("local"); + if(db_local == NULL) + { + wxMessageBox(_("could not register 'local' database"),_("Error"),wxICON_ERROR); + return; + } + + + for(lp = alpm_db_getgrpcache(db_local); lp; lp = alpm_list_next(lp)) + { + PM_GRP *grp = (PM_GRP *)alpm_list_getdata(lp); + str = (char *)alpm_grp_getinfo(grp,PM_GRP_NAME); + array.Add(str); + } + + alpm_release(); + + lb_groups->InsertItems(array,0); +} addfile ./src/frame.h hunk ./src/frame.h 1 +/* + * frame.h + * + * Copyright (c) 2006 by Miklos Nemeth + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + +#ifndef _FRAME_H_ +#define _FRAME_H_ + +#include "wx/frame.h" + +class Frame : public wxFrame +{ + +public: + Frame( wxWindow* parent=(wxWindow *)NULL); + + void OnExit(wxCommandEvent& event); + void OnClose(wxCloseEvent& event); + + void DoSetProps(void); + void DoGetControls(void); + void DoReadGroups(void); + +private: + wxListCtrl* lc_packs; + wxListBox* lb_groups; + + DECLARE_EVENT_TABLE() +}; + +#endif // _FRAME_H_ addfile ./src/wxfpm.wxg hunk ./src/wxfpm.wxg 1 + + + + + + + wxFPM + 1 + 1 + 800, 600 + + wxVERTICAL + + wxEXPAND + 0 + + + + wxSPLIT_VERTICAL + window_1_pane_2 + window_1_pane_1 + + + + wxVERTICAL + + wxALL|wxEXPAND + 3 + + + wxVERTICAL + + + wxALL|wxEXPAND|wxADJUST_MINSIZE + 2 + + + + 0 + + + + + + + + + + + + wxVERTICAL + + wxEXPAND + 0 + + + + wxSPLIT_HORIZONTAL + window_2_pane_2 + window_2_pane_1 + + + + wxVERTICAL + + wxALL|wxEXPAND + 3 + + + wxVERTICAL + + + wxALL|wxEXPAND|wxADJUST_MINSIZE + 2 + + + + + + + + + + + + + wxVERTICAL + + wxALL|wxEXPAND + 3 + + + + + Info + Files + + + + + wxVERTICAL + + wxALL|wxEXPAND|wxADJUST_MINSIZE + 3 + + + + + + + + + + + wxVERTICAL + + wxALL|wxEXPAND|wxADJUST_MINSIZE + 3 + + + + + + + + + + + + + + + + + + + + + + + + mni_exit + + + + + + addfile ./test/Makefile hunk ./test/Makefile 1 +LDFLAGS += -lalpm $(shell curl-config --libs) +CFLAGS += -Wall +all: lsgrps addfile ./test/lsgrps.c hunk ./test/lsgrps.c 1 +#include +#include +#include + +void cleanup(int ret) +{ + alpm_trans_release(); + alpm_release(); + exit(ret); +} + +int main(void) +{ + PM_DB *db_local; + PM_LIST *lp; + + if(alpm_initialize("/") == -1) + { + fprintf(stderr, "failed to initilize alpm library (%s)\n", + alpm_strerror(pm_errno)); + return(1); + } + + if(alpm_set_option(PM_OPT_DBPATH, (long)PM_DBPATH) == -1) + { + fprintf(stderr, "failed to set option DBPATH (%s)\n", + alpm_strerror(pm_errno)); + cleanup(1); + } + + db_local = alpm_db_register("local"); + if(db_local == NULL) + { + fprintf(stderr, "could not register 'local' database (%s)\n", + alpm_strerror(pm_errno)); + return(1); + } + + for(lp = alpm_db_getgrpcache(db_local); lp; lp = alpm_list_next(lp)) + { + PM_GRP *grp = alpm_list_getdata(lp); + printf("%s\n", (char *)alpm_grp_getinfo(grp,PM_GRP_NAME)); + } + + alpm_release(); +} } From desco at frugalware.org Sun Aug 6 23:47:03 2006 From: desco at frugalware.org (Miklos Nemeth) Date: Sun Aug 6 23:47:06 2006 Subject: [Frugalware-darcs] wxfpm: wxfpm-readme Message-ID: <20060806214703.CEB5A2E0093@genesis.frugalware.org> [wxfpm-readme Miklos Nemeth **20060806214629 README file to help compiling the program ] { addfile ./README hunk ./README 1 - +wxFPM - wxGTK based Frugalware Package Manager + + +If you want to test this program you have to install the following packages: + + pacman -Sy wxgtk + +Compiling +========= + +Just type "make" then run "wxfpm" } From vmiklos at frugalware.org Sun Aug 6 23:59:40 2006 From: vmiklos at frugalware.org (VMiklos) Date: Sun Aug 6 23:59:41 2006 Subject: [Frugalware-darcs] pacman: new pacman option: --ask Message-ID: <20060806215940.650E72E0093@genesis.frugalware.org> [new pacman option: --ask VMiklos **20060806215842 see the manpage! closes #1028 ] { hunk ./doc/pacman.8 89 +.TP +.B "\-\-ask " +Finetune the --noconfirm switch by not answering "yes" to all libalpm +questions, but you are able to specify yes/no for all type of libalpm +questions. The types are the followings: +.nf +The given package is in IgnorePkg. (1) +Replace package foo with bar? (2) +foo conflicts with bar. Remove bar? (4) +Do you want to delete the corrupted package? (8) +Local version is newer. (16) +Local version is up to date. (32) +.fi +Select for what types do you want to answer yes, sum up the values and use the +result as a parameter to this option. hunk ./lib/libalpm/alpm.h 262 - PM_TRANS_CONV_INSTALL_IGNOREPKG = 1, - PM_TRANS_CONV_REPLACE_PKG, - PM_TRANS_CONV_CONFLICT_PKG, - PM_TRANS_CONV_CORRUPTED_PKG, - PM_TRANS_CONV_LOCAL_NEWER, - PM_TRANS_CONV_LOCAL_UPTODATE + PM_TRANS_CONV_INSTALL_IGNOREPKG = 0x01, + PM_TRANS_CONV_REPLACE_PKG = 0x02, + PM_TRANS_CONV_CONFLICT_PKG = 0x04, + PM_TRANS_CONV_CORRUPTED_PKG = 0x08, + PM_TRANS_CONV_LOCAL_NEWER = 0x10, + PM_TRANS_CONV_LOCAL_UPTODATE = 0x20 hunk ./src/pacman/conf.h 59 + unsigned short noask; + unsigned int ask; hunk ./src/pacman/pacman.c 157 + printf(_(" --ask pre-specify answers for questions (see manpage)\n")); hunk ./src/pacman/pacman.c 290 + {"ask", required_argument, 0, 1006}, hunk ./src/pacman/pacman.c 316 + case 1006: config->noask = 1; config->ask = atoi(optarg); break; hunk ./src/pacman/trans.c 144 - snprintf(str, LOG_STR_LEN, _(":: %s requires %s, but it is in IgnorePkg. Install anyway? [Y/n] "), - (char *)alpm_pkg_getinfo(data1, PM_PKG_NAME), - (char *)alpm_pkg_getinfo(data2, PM_PKG_NAME)); - *response = yesno(str); + if(config->noask) { + if(config->ask & PM_TRANS_CONV_INSTALL_IGNOREPKG) { + *response = 1; + } else { + *response = 0; + } + } else { + snprintf(str, LOG_STR_LEN, _(":: %s requires %s, but it is in IgnorePkg. Install anyway? [Y/n] "), + (char *)alpm_pkg_getinfo(data1, PM_PKG_NAME), + (char *)alpm_pkg_getinfo(data2, PM_PKG_NAME)); + *response = yesno(str); + } hunk ./src/pacman/trans.c 158 - snprintf(str, LOG_STR_LEN, _(":: Replace %s with %s/%s? [Y/n] "), - (char *)alpm_pkg_getinfo(data1, PM_PKG_NAME), - (char *)data3, - (char *)alpm_pkg_getinfo(data2, PM_PKG_NAME)); - *response = yesno(str); + if(config->noask) { + if(config->ask & PM_TRANS_CONV_REPLACE_PKG) { + *response = 1; + } else { + *response = 0; + } + } else { + snprintf(str, LOG_STR_LEN, _(":: Replace %s with %s/%s? [Y/n] "), + (char *)alpm_pkg_getinfo(data1, PM_PKG_NAME), + (char *)data3, + (char *)alpm_pkg_getinfo(data2, PM_PKG_NAME)); + *response = yesno(str); + } hunk ./src/pacman/trans.c 173 - snprintf(str, LOG_STR_LEN, _(":: %s conflicts with %s. Remove %s? [Y/n] "), - (char *)data1, - (char *)data2, - (char *)data2); - *response = yesno(str); + if(config->noask) { + if(config->ask & PM_TRANS_CONV_CONFLICT_PKG) { + *response = 1; + } else { + *response = 0; + } + } else { + snprintf(str, LOG_STR_LEN, _(":: %s conflicts with %s. Remove %s? [Y/n] "), + (char *)data1, + (char *)data2, + (char *)data2); + *response = yesno(str); + } hunk ./src/pacman/trans.c 188 - if(!config->op_s_downloadonly) { - snprintf(str, LOG_STR_LEN, _(":: %s-%s: local version is newer. Upgrade anyway? [Y/n] "), - (char *)alpm_pkg_getinfo(data1, PM_PKG_NAME), - (char *)alpm_pkg_getinfo(data1, PM_PKG_VERSION)); - *response = yesno(str); + if(config->noask) { + if(config->ask & PM_TRANS_CONV_LOCAL_NEWER) { + *response = 1; + } else { + *response = 0; + } hunk ./src/pacman/trans.c 195 - *response = 1; + if(!config->op_s_downloadonly) { + snprintf(str, LOG_STR_LEN, _(":: %s-%s: local version is newer. Upgrade anyway? [Y/n] "), + (char *)alpm_pkg_getinfo(data1, PM_PKG_NAME), + (char *)alpm_pkg_getinfo(data1, PM_PKG_VERSION)); + *response = yesno(str); + } else { + *response = 1; + } hunk ./src/pacman/trans.c 206 - if(!config->op_s_downloadonly) { - snprintf(str, LOG_STR_LEN, _(":: %s-%s: local version is up to date. Upgrade anyway? [Y/n] "), - (char *)alpm_pkg_getinfo(data1, PM_PKG_NAME), - (char *)alpm_pkg_getinfo(data1, PM_PKG_VERSION)); - *response = yesno(str); + if(config->noask) { + if(config->ask & PM_TRANS_CONV_LOCAL_UPTODATE) { + *response = 1; + } else { + *response = 0; + } hunk ./src/pacman/trans.c 213 - *response = 1; + if(!config->op_s_downloadonly) { + snprintf(str, LOG_STR_LEN, _(":: %s-%s: local version is up to date. Upgrade anyway? [Y/n] "), + (char *)alpm_pkg_getinfo(data1, PM_PKG_NAME), + (char *)alpm_pkg_getinfo(data1, PM_PKG_VERSION)); + *response = yesno(str); + } else { + *response = 1; + } hunk ./src/pacman/trans.c 224 - if(!config->noconfirm) { - snprintf(str, LOG_STR_LEN, _(":: Archive %s is corrupted. Do you want to delete it? [Y/n] "), - (char *)data1); - *response = yesno(str); + if(config->noask) { + if(config->ask & PM_TRANS_CONV_CORRUPTED_PKG) { + *response = 1; + } else { + *response = 0; + } hunk ./src/pacman/trans.c 231 - *response = 1; + if(!config->noconfirm) { + snprintf(str, LOG_STR_LEN, _(":: Archive %s is corrupted. Do you want to delete it? [Y/n] "), + (char *)data1); + *response = yesno(str); + } else { + *response = 1; + } } From vmiklos at frugalware.org Mon Aug 7 00:38:43 2006 From: vmiklos at frugalware.org (VMiklos) Date: Mon Aug 7 00:38:49 2006 Subject: [Frugalware-darcs] pacman: libalpm: prefix the non-static md5 functions with _alpm_ Message-ID: <20060806223843.B13352E0127@genesis.frugalware.org> [libalpm: prefix the non-static md5 functions with _alpm_ VMiklos **20060806221144] { hunk ./lib/libalpm/add.c 523 - md5_local = MDFile(expath); - md5_pkg = MDFile(temp); + md5_local = _alpm_MDFile(expath); + md5_pkg = _alpm_MDFile(temp); hunk ./lib/libalpm/add.c 682 - md5 = MDFile(path); + md5 = _alpm_MDFile(path); hunk ./lib/libalpm/alpm.c 619 - md5sum = MDFile(path); + md5sum = _alpm_MDFile(path); hunk ./lib/libalpm/alpm.c 1077 - return(MDFile(name)); + return(_alpm_MDFile(name)); hunk ./lib/libalpm/md5.c 96 -void MD5Init (context) +void _alpm_MD5Init (context) hunk ./lib/libalpm/md5.c 112 -void MD5Update (context, input, inputLen) +void _alpm_MD5Update (context, input, inputLen) hunk ./lib/libalpm/md5.c 152 -void MD5Final (digest, context) +void _alpm_MD5Final (digest, context) hunk ./lib/libalpm/md5.c 166 - MD5Update (context, PADDING, padLen); + _alpm_MD5Update (context, PADDING, padLen); hunk ./lib/libalpm/md5.c 169 - MD5Update (context, bits, 8); + _alpm_MD5Update (context, bits, 8); hunk ./lib/libalpm/md5.h 43 -void MD5Init(MD5_CTX *); -void MD5Update(MD5_CTX *, unsigned char *, unsigned int); -void MD5Final(unsigned char [16], MD5_CTX *); +void _alpm_MD5Init(MD5_CTX *); +void _alpm_MD5Update(MD5_CTX *, unsigned char *, unsigned int); +void _alpm_MD5Final(unsigned char [16], MD5_CTX *); hunk ./lib/libalpm/md5.h 47 -char* MDFile(char *); -void MDPrint(unsigned char [16]); +char* _alpm_MDFile(char *); +void _alpm_MDPrint(unsigned char [16]); hunk ./lib/libalpm/md5driver.c 36 -#define MDInit MD5Init -#define MDUpdate MD5Update -#define MDFinal MD5Final +#define MDInit _alpm_MD5Init +#define MDUpdate _alpm_MD5Update +#define MDFinal _alpm_MD5Final hunk ./lib/libalpm/md5driver.c 40 -char* MDFile(char *filename) +char* _alpm_MDFile(char *filename) hunk ./lib/libalpm/md5driver.c 76 -void MDPrint(unsigned char digest[16]) +void _alpm_MDPrint(unsigned char digest[16]) hunk ./lib/libalpm/sync.c 816 - md5sum2 = MDFile(str); + md5sum2 = _alpm_MDFile(str); } From vmiklos at frugalware.org Mon Aug 7 00:38:43 2006 From: vmiklos at frugalware.org (VMiklos) Date: Mon Aug 7 00:38:54 2006 Subject: [Frugalware-darcs] pacman: libalpm: prefix the non-static sha1 functions with _alpm_ Message-ID: <20060806223843.5D8542E0093@genesis.frugalware.org> [libalpm: prefix the non-static sha1 functions with _alpm_ VMiklos **20060806223832] { hunk ./lib/libalpm/add.c 525 - sha1_local = SHAFile(expath); - sha1_pkg = SHAFile(temp); + sha1_local = _alpm_SHAFile(expath); + sha1_pkg = _alpm_SHAFile(temp); hunk ./lib/libalpm/add.c 691 - sha1 = SHAFile(path); + sha1 = _alpm_SHAFile(path); hunk ./lib/libalpm/alpm.c 571 - sha1sum = SHAFile(path); + sha1sum = _alpm_SHAFile(path); hunk ./lib/libalpm/alpm.c 1088 - return(SHAFile(name)); + return(_alpm_SHAFile(name)); hunk ./lib/libalpm/sha1.c 66 +/* Starting with the result of former calls of this function (or the + initialization function update the context for the next LEN bytes + starting at BUFFER. + It is necessary that LEN is a multiple of 64!!! */ +static void sha_process_block (const void *buffer, size_t len, + struct sha_ctx *ctx); + +/* Starting with the result of former calls of this function (or the + initialization function update the context for the next LEN bytes + starting at BUFFER. + It is NOT required that LEN is a multiple of 64. */ +static void sha_process_bytes (const void *buffer, size_t len, + struct sha_ctx *ctx); + +/* Put result from CTX in first 20 bytes following RESBUF. The result is + always in little endian byte order, so that a byte-wise output yields + to the wanted ASCII representation of the message digest. + + IMPORTANT: On some systems it is required that RESBUF is correctly + aligned for a 32 bits value. */ +static void *sha_read_ctx (const struct sha_ctx *ctx, void *resbuf); + hunk ./lib/libalpm/sha1.c 93 -void +static void hunk ./lib/libalpm/sha1.c 111 -void * +static void * hunk ./lib/libalpm/sha1.c 128 -void * +static void * hunk ./lib/libalpm/sha1.c 154 -/* Compute SHA1 message digest for bytes read from STREAM. The - resulting message digest number will be written into the 16 bytes - beginning at RESBLOCK. */ -int -sha_stream (FILE *stream, void *resblock) -{ - struct sha_ctx ctx; - char buffer[BLOCKSIZE + 72]; - size_t sum; - - /* Initialize the computation context. */ - sha_init_ctx (&ctx); - - /* Iterate over full file contents. */ - while (1) - { - /* We read the file in blocks of BLOCKSIZE bytes. One call of the - computation function processes the whole buffer so that with the - next round of the loop another block can be read. */ - size_t n; - sum = 0; - - /* Read block. Take care for partial reads. */ - while (1) - { - n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); - - sum += n; - - if (sum == BLOCKSIZE) - break; - - if (n == 0) - { - /* Check for the error flag IFF N == 0, so that we don't - exit the loop after a partial read due to e.g., EAGAIN - or EWOULDBLOCK. */ - if (ferror (stream)) - return 1; - goto process_partial_block; - } - - /* We've read at least one byte, so ignore errors. But always - check for EOF, since feof may be true even though N > 0. - Otherwise, we could end up calling fread after EOF. */ - if (feof (stream)) - goto process_partial_block; - } - - /* Process buffer with BLOCKSIZE bytes. Note that - BLOCKSIZE % 64 == 0 - */ - sha_process_block (buffer, BLOCKSIZE, &ctx); - } - - process_partial_block:; - - /* Process any remaining bytes. */ - if (sum > 0) - sha_process_bytes (buffer, sum, &ctx); - - /* Construct result in desired memory. */ - sha_finish_ctx (&ctx, resblock); - return 0; -} - -/* Compute MD5 message digest for LEN bytes beginning at BUFFER. The - result is always in little endian byte order, so that a byte-wise - output yields to the wanted ASCII representation of the message - digest. */ -void * -sha_buffer (const char *buffer, size_t len, void *resblock) -{ - struct sha_ctx ctx; - - /* Initialize the computation context. */ - sha_init_ctx (&ctx); - - /* Process whole buffer but last len % 64 bytes. */ - sha_process_bytes (buffer, len, &ctx); - - /* Put result in desired memory area. */ - return sha_finish_ctx (&ctx, resblock); -} - -void +static void hunk ./lib/libalpm/sha1.c 243 -void +static void hunk ./lib/libalpm/sha1.c 387 -char* SHAFile(char *filename) { +char* _alpm_SHAFile(char *filename) { hunk ./lib/libalpm/sha1.c 416 - -void SHAPrint(unsigned char digest[20]) { - unsigned int i; - for (i = 0; i < 20; i++) - printf ("\n%02x", digest[i]); -} hunk ./lib/libalpm/sha1.h 59 -/* Initialize structure containing state of computation. */ -extern void sha_init_ctx (struct sha_ctx *ctx); - -/* Starting with the result of former calls of this function (or the - initialization function update the context for the next LEN bytes - starting at BUFFER. - It is necessary that LEN is a multiple of 64!!! */ -extern void sha_process_block (const void *buffer, size_t len, - struct sha_ctx *ctx); - -/* Starting with the result of former calls of this function (or the - initialization function update the context for the next LEN bytes - starting at BUFFER. - It is NOT required that LEN is a multiple of 64. */ -extern void sha_process_bytes (const void *buffer, size_t len, - struct sha_ctx *ctx); - -/* Process the remaining bytes in the buffer and put result from CTX - in first 20 bytes following RESBUF. The result is always in little - endian byte order, so that a byte-wise output yields to the wanted - ASCII representation of the message digest. - - IMPORTANT: On some systems it is required that RESBUF be correctly - aligned for a 32 bits value. */ -extern void *sha_finish_ctx (struct sha_ctx *ctx, void *resbuf); - - -/* Put result from CTX in first 20 bytes following RESBUF. The result is - always in little endian byte order, so that a byte-wise output yields - to the wanted ASCII representation of the message digest. - - IMPORTANT: On some systems it is required that RESBUF is correctly - aligned for a 32 bits value. */ -extern void *sha_read_ctx (const struct sha_ctx *ctx, void *resbuf); - - -/* Compute SHA1 message digest for bytes read from STREAM. The - resulting message digest number will be written into the 20 bytes - beginning at RESBLOCK. */ -extern int sha_stream (FILE *stream, void *resblock); - -/* Compute SHA1 message digest for LEN bytes beginning at BUFFER. The - result is always in little endian byte order, so that a byte-wise - output yields to the wanted ASCII representation of the message - digest. */ -extern void *sha_buffer (const char *buffer, size_t len, void *resblock); - hunk ./lib/libalpm/sha1.h 60 -char *SHAFile (char *); -void SHAPrint(unsigned char [16]); +char *_alpm_SHAFile (char *); hunk ./lib/libalpm/sync.c 817 - sha1sum2 = SHAFile(str); + sha1sum2 = _alpm_SHAFile(str); } From vmiklos at frugalware.org Mon Aug 7 00:38:44 2006 From: vmiklos at frugalware.org (VMiklos) Date: Mon Aug 7 00:38:57 2006 Subject: [Frugalware-darcs] pacman: libalpm: prefix the non-static handle functions with _alpm_ Message-ID: <20060806223844.7CB962E0129@genesis.frugalware.org> [libalpm: prefix the non-static handle functions with _alpm_ VMiklos **20060806220657] { hunk ./lib/libalpm/alpm.c 77 - handle = handle_new(); + handle = _alpm_handle_new(); hunk ./lib/libalpm/alpm.c 138 - return(handle_set_option(handle, parm, data)); + return(_alpm_handle_set_option(handle, parm, data)); hunk ./lib/libalpm/alpm.c 152 - return(handle_get_option(handle, parm, data)); + return(_alpm_handle_get_option(handle, parm, data)); hunk ./lib/libalpm/handle.c 44 -pmhandle_t *handle_new() +pmhandle_t *_alpm_handle_new() hunk ./lib/libalpm/handle.c 87 -int handle_free(pmhandle_t *handle) +int _alpm_handle_free(pmhandle_t *handle) hunk ./lib/libalpm/handle.c 116 -int handle_set_option(pmhandle_t *handle, unsigned char val, unsigned long data) +int _alpm_handle_set_option(pmhandle_t *handle, unsigned char val, unsigned long data) hunk ./lib/libalpm/handle.c 216 -int handle_get_option(pmhandle_t *handle, unsigned char val, long *data) +int _alpm_handle_get_option(pmhandle_t *handle, unsigned char val, long *data) hunk ./lib/libalpm/handle.h 54 -#define FREEHANDLE(p) do { if (p) { handle_free(p); p = NULL; } } while (0) +#define FREEHANDLE(p) do { if (p) { _alpm_handle_free(p); p = NULL; } } while (0) hunk ./lib/libalpm/handle.h 56 -pmhandle_t *handle_new(void); -int handle_free(pmhandle_t *handle); -int handle_set_option(pmhandle_t *handle, unsigned char val, unsigned long data); -int handle_get_option(pmhandle_t *handle, unsigned char val, long *data); +pmhandle_t *_alpm_handle_new(void); +int _alpm_handle_free(pmhandle_t *handle); +int _alpm_handle_set_option(pmhandle_t *handle, unsigned char val, unsigned long data); +int _alpm_handle_get_option(pmhandle_t *handle, unsigned char val, long *data); } From desco at frugalware.org Mon Aug 7 01:40:57 2006 From: desco at frugalware.org (Miklos Nemeth) Date: Mon Aug 7 01:40:59 2006 Subject: [Frugalware-darcs] wxfpm: new group list Message-ID: <20060806234057.6B0402E0093@genesis.frugalware.org> [new group list Miklos Nemeth **20060806233947 replaced wxListBox <-> wxListCtrl group box coloured ] { hunk ./rc/wxfpm.xrc 2 - + hunk ./rc/wxfpm.xrc 10 + + + + + + + + hunk ./rc/wxfpm.xrc 24 + 260 hunk ./rc/wxfpm.xrc 42 - - - 0 - - + + hunk ./rc/wxfpm.xrc 136 - - - - - - - - hunk ./src/frame.cpp 50 - lb_groups = XRCCTRL(*this,"lb_groups",wxListBox); + lc_groups = XRCCTRL(*this,"lc_groups",wxListCtrl); hunk ./src/frame.cpp 61 + lc_packs->InsertColumn(3,_("Descripton")); + + CreateStatusBar(); hunk ./src/frame.cpp 82 - wxArrayString array; hunk ./src/frame.cpp 83 + long index = 0; hunk ./src/frame.cpp 87 - - - array.Add(_("All Packages")); + lc_groups->InsertColumn(0,_("")); hunk ./src/frame.cpp 114 - array.Add(str); + lc_groups->InsertItem(index,str); + if ((index % 2) * 2) + lc_groups->SetItemBackgroundColour(index,wxColour(0xe0,0xe0,0xe0)); + index++; hunk ./src/frame.cpp 119 - + lc_groups->SetColumnWidth(0,wxLIST_AUTOSIZE); hunk ./src/frame.cpp 122 - lb_groups->InsertItems(array,0); hunk ./src/frame.h 42 - wxListBox* lb_groups; + wxListCtrl* lc_groups; hunk ./src/wxfpm.wxg 2 - + hunk ./src/wxfpm.wxg 11 + + + + + + mni_exit + + + + hunk ./src/wxfpm.wxg 30 + 260 hunk ./src/wxfpm.wxg 48 - - - 0 - - + + hunk ./src/wxfpm.wxg 145 - - - - - - mni_exit - - - - hunk ./test/lsgrps.c 18 - { + { } From vmiklos at frugalware.org Mon Aug 7 04:06:55 2006 From: vmiklos at frugalware.org (VMiklos) Date: Mon Aug 7 04:06:57 2006 Subject: [Frugalware-darcs] frugalware-current: samba-3.0.23-2-i686 Message-ID: <20060807020655.97B932E0093@genesis.frugalware.org> [samba-3.0.23-2-i686 VMiklos **20060807020505 split libsmbclient to a separate package no pkgrel++ for now, because libsmbclient still depends on the whole openldap ] { hunk ./source/network/samba/FrugalBuild 1 -# Last Modified: Thu, 27 Jul 2006 18:18:22 +0200 +# Last Modified: Mon, 07 Aug 2006 03:51:41 +0200 hunk ./source/network/samba/FrugalBuild 12 -depends=('heimdal' 'xfsprogs-attr' 'openldap' 'readline' 'popt' 'cups') +depends=('heimdal' 'xfsprogs-attr' 'readline' 'popt' 'cups') +rodepends=("libsmbclient=$pkgver") +makedepends=('openldap') hunk ./source/network/samba/FrugalBuild 20 +subpkgs=('libsmbclient') +subdescs=('SMB client library.') +subdepends=('openldap') +subgroups=('lib') +subarchs=('i686 x86_64') + hunk ./source/network/samba/FrugalBuild 63 + + Fsplit libsmbclient usr/lib/libsmbclient.so* + Fsplit libsmbclient usr/lib/samba/libsmbclient.so } From crazy at frugalware.org Mon Aug 7 12:10:40 2006 From: crazy at frugalware.org (crazy) Date: Mon Aug 7 12:10:45 2006 Subject: [Frugalware-darcs] frugalware-current: wine-0.9.18-2-i686 Message-ID: <20060807101041.4A1F52E013B@genesis.frugalware.org> [wine-0.9.18-2-i686 crazy **20060807100434 * relbump * fixed depends() and makedepends() * added a note about the other possible depends() and x86_64 * fixed sha1sums() * compiled without debug and trace * closes #1029 ] { hunk ./source/xapps/wine/FrugalBuild 1 -# Last Modified: Sat, 29 Jul 2006 10:45:41 +0200 +# Last Modified: Mon, 07 Aug 2006 03:48:43 +0200 hunk ./source/xapps/wine/FrugalBuild 8 -pkgrel=1 +pkgrel=2 hunk ./source/xapps/wine/FrugalBuild 11 -depends=('mesa' 'libsm' 'libstdc++' 'libxxf86dga' 'freetype2' 'libxslt' 'hal' 'fontforge') +## jack , nas , sane-backends , gphoto2 +depends=('lcms' 'mesa' 'libsm' 'libstdc++' 'libxxf86dga' 'freetype2' 'libxslt' 'hal' \ + 'fontforge' 'libjpeg' 'libxml2' 'libusb' 'freeglut' 'alsa-lib' 'esd' 'libxrender' 'libxrandr') +makedepends=('flex' 'bison') hunk ./source/xapps/wine/FrugalBuild 16 -archs=('i686' '!x86