[arch-commits] Commit in lilo/repos (core-x86_64 testing-x86_64)
Date: Sunday, April 10, 2011 @ 02:29:33 Author: tpowa Revision: 119003 db-move: moved lilo from [testing] to [core] (x86_64) Added: lilo/repos/core-x86_64/ Deleted: lilo/repos/testing-x86_64/
[arch-commits] Commit in lilo/repos (core-x86_64)
Date: Sunday, April 10, 2011 @ 02:29:32 Author: tpowa Revision: 119002 db-move: lilo removed by tpowa for move to [core] (x86_64) Deleted: lilo/repos/core-x86_64/
[arch-commits] Commit in lilo/repos (core-i686 testing-i686)
Date: Sunday, April 10, 2011 @ 02:29:31 Author: tpowa Revision: 119001 db-move: moved lilo from [testing] to [core] (i686) Added: lilo/repos/core-i686/ Deleted: lilo/repos/testing-i686/
[arch-commits] Commit in lilo/repos (core-i686)
Date: Sunday, April 10, 2011 @ 02:29:31 Author: tpowa Revision: 119000 db-move: lilo removed by tpowa for move to [core] (i686) Deleted: lilo/repos/core-i686/
[arch-commits] Commit in pyatspi/repos (testing-any)
Date: Saturday, April 9, 2011 @ 19:43:19 Author: ibiru Revision: 118999 archrelease: copy trunk to testing-any Added: pyatspi/repos/testing-any/
[arch-commits] Commit in (pyatspi pyatspi/repos pyatspi/trunk pyatspi/trunk/PKGBUILD)
Date: Saturday, April 9, 2011 @ 18:42:47 Author: ibiru Revision: 118998 initial upload Added: pyatspi/ pyatspi/repos/ pyatspi/trunk/ pyatspi/trunk/PKGBUILD --+ PKGBUILD | 24 1 file changed, 24 insertions(+) Added: pyatspi/trunk/PKGBUILD === --- pyatspi/trunk/PKGBUILD (rev 0) +++ pyatspi/trunk/PKGBUILD 2011-04-09 22:42:47 UTC (rev 118998) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Ionut Biru +pkgname=pyatspi +pkgver=2.0.0 +pkgrel=1 +pkgdesc="Python bindings for at-spi" +arch=(any) +url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus"; +license=('GPL2') +depends=(pygobject) +source=(http://download.gnome.org/sources/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('85fce9d2f5ee5637ebaa9d2bcd73ac6100ce514f975eed2e6b525066c430b496') +build() { + cd "$srcdir/$pkgname-$pkgver" + PYTHON=/usr/bin/python2 ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Property changes on: pyatspi/trunk/PKGBUILD ___ Added: svn:keywords + Id
[arch-commits] Commit in kdepim/kde-unstable (PKGBUILD)
Date: Saturday, April 9, 2011 @ 18:23:42 Author: andrea Revision: 118997 upstream release Modified: kdepim/kde-unstable/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 22:23:04 UTC (rev 118996) +++ PKGBUILD2011-04-09 22:23:42 UTC (rev 118997) @@ -20,8 +20,8 @@ 'kdepim-ktimetracker' 'kdepim-libkdepim' 'kdepim-wizards') -pkgver=4.5.94.1 -pkgrel=2 +pkgver=4.5.95 +pkgrel=1 arch=('i686' 'x86_64') url='http://pim.kde.org' license=('GPL' 'LGPL' 'FDL') @@ -31,7 +31,7 @@ #source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";) source=("http://download.kde.org/unstable/${pkgbase}/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"; 'disable-l10n.patch') -sha1sums=('0243aa59c3acd9c38403b3acddb33c22c9c39c65' +sha1sums=('fa457e271f0861762c47a2f592f0530c44b572b2' '25e36f160ced051268e59fad6ed2de33a9c7657a') build() { @@ -190,7 +190,7 @@ install='kdepim.install' conflcits=('kdepim-kontactinterfaces') replaces=('kdepim-kontactinterfaces') - for i in kontact/src kontact/pics doc/kontact \ + for i in kontact/src doc/kontact \ kontact/plugins/summary kontact/plugins/specialdates; do cd $srcdir/build/${i} make DESTDIR=$pkgdir install
[arch-commits] Commit in kdepim-runtime/kde-unstable (PKGBUILD)
Date: Saturday, April 9, 2011 @ 18:23:04 Author: andrea Revision: 118996 upstream release Modified: kdepim-runtime/kde-unstable/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 21:58:39 UTC (rev 118995) +++ PKGBUILD2011-04-09 22:23:04 UTC (rev 118996) @@ -3,8 +3,8 @@ # Contributor: Pierre Schmitz pkgname=kdepim-runtime -pkgver=4.5.94.1 -pkgrel=2 +pkgver=4.5.95 +pkgrel=1 pkgdesc='KDE PIM Runtime Environment' arch=('i686' 'x86_64') url='http://www.kde.org' @@ -15,7 +15,7 @@ #source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";) source=("http://download.kde.org/unstable/kdepim/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"; 'disable-l10n.patch') -sha1sums=('f226165cd7f92524be354329097e5009b5754046' +sha1sums=('511d7518dccdc4c64aea1db89bca7906c2452161' '991d81435205185dcb2285a6e728f7756ae92b0d') build() {
[arch-commits] Commit in sudo/repos (testing-x86_64)
Date: Saturday, April 9, 2011 @ 17:58:39 Author: allan Revision: 118995 archrelease: copy trunk to testing-x86_64 Added: sudo/repos/testing-x86_64/
[arch-commits] Commit in sudo/repos (testing-i686)
Date: Saturday, April 9, 2011 @ 17:58:08 Author: allan Revision: 118994 archrelease: copy trunk to testing-i686 Added: sudo/repos/testing-i686/
[arch-commits] Commit in sudo/trunk (4 files)
Date: Saturday, April 9, 2011 @ 17:57:35 Author: allan Revision: 118993 upgpkg: sudo 1.8.1-1 upstream update Modified: sudo/trunk/PKGBUILD Deleted: sudo/trunk/sudo_l.patch sudo/trunk/sudo_noninteractive.patch sudo/trunk/sudo_validate_exitval.patch -+ PKGBUILD| 21 +++-- sudo_l.patch| 21 - sudo_noninteractive.patch | 15 --- sudo_validate_exitval.patch | 15 --- 4 files changed, 3 insertions(+), 69 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 21:38:50 UTC (rev 118992) +++ PKGBUILD2011-04-09 21:57:35 UTC (rev 118993) @@ -3,9 +3,9 @@ # Contributor: Tom Newsom pkgname=sudo -_ver=1.8.0 +_ver=1.8.1 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} -pkgrel=4 +pkgrel=1 pkgdesc="Give certain users the ability to run some commands as root" arch=('i686' 'x86_64') url="http://www.sudo.ws/sudo/"; @@ -13,29 +13,14 @@ depends=('glibc' 'pam') backup=('etc/sudoers' 'etc/pam.d/sudo') source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz - sudo_l.patch - sudo_validate_exitval.patch - sudo_noninteractive.patch sudo.pam) options=('!libtool' '!makeflags') -md5sums=('fa0a35330691af14cb1869f64a65aebc' - '29656b2f2365e14fa0f8eb94e61f3690' - '4751aa5557fe43fd8e03e0c7b5affcfc' - '47d152ade2c9a726684fa1227e46bfe3' +md5sums=('e4402f243c6697b1eeab496053dd' '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') build() { cd $srcdir/$pkgname-$_ver - # http://www.sudo.ws/bugs/show_bug.cgi?id=474 - patch -Np1 -i $srcdir/sudo_l.patch - - # http://www.sudo.ws/bugs/show_bug.cgi?id=479 - patch -Np1 -i $srcdir/sudo_validate_exitval.patch - - # http://www.sudo.ws/bugs/show_bug.cgi?id=478 - patch -Np1 -i $srcdir/sudo_noninteractive.patch - ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \ --with-env-editor --with-all-insults --with-logfac=auth make Deleted: sudo_l.patch === --- sudo_l.patch2011-04-09 21:38:50 UTC (rev 118992) +++ sudo_l.patch2011-04-09 21:57:35 UTC (rev 118993) @@ -1,21 +0,0 @@ -diff -r df1bb67fb168 plugins/sudoers/sudo_nss.c a/plugins/sudoers/sudo_nss.c Wed Mar 02 12:39:11 2011 -0500 -+++ b/plugins/sudoers/sudo_nss.c Thu Mar 03 09:37:48 2011 -0500 -@@ -309,6 +309,7 @@ - /* - * Check user_cmnd against sudoers and print the matching entry if the - * command is allowed. -+ * Returns TRUE if the command is allowed, else FALSE. - */ - int - display_cmnd(struct sudo_nss_list *snl, struct passwd *pw) -@@ -320,7 +321,7 @@ - - tq_foreach_fwd(snl, nss) { - if (nss->display_cmnd(nss, pw) == 0) -- return 0; -+ return TRUE; - } --return 1; -+return FALSE; - } Deleted: sudo_noninteractive.patch === --- sudo_noninteractive.patch 2011-04-09 21:38:50 UTC (rev 118992) +++ sudo_noninteractive.patch 2011-04-09 21:57:35 UTC (rev 118993) @@ -1,15 +0,0 @@ -diff -r fc3dd3be67e9 plugins/sudoers/sudoers.c a/plugins/sudoers/sudoers.cSat Mar 05 15:34:30 2011 -0500 -+++ b/plugins/sudoers/sudoers.cSun Mar 06 15:35:39 2011 -0500 -@@ -1172,6 +1172,11 @@ - SET(flags, MODE_IGNORE_TICKET); - continue; - } -+ if (MATCHES(*cur, "noninteractive=")) { -+ if (atobool(*cur + sizeof("noninteractive=") - 1) == TRUE) -+ SET(flags, MODE_NONINTERACTIVE); -+ continue; -+ } - if (MATCHES(*cur, "sudoedit=")) { - if (atobool(*cur + sizeof("sudoedit=") - 1) == TRUE) - SET(flags, MODE_EDIT); Deleted: sudo_validate_exitval.patch === --- sudo_validate_exitval.patch 2011-04-09 21:38:50 UTC (rev 118992) +++ sudo_validate_exitval.patch 2011-04-09 21:57:35 UTC (rev 118993) @@ -1,15 +0,0 @@ -diff -r 172f29597bd2 plugins/sudoers/sudoers.c a/plugins/sudoers/sudoers.cSun Mar 06 15:38:02 2011 -0500 -+++ b/plugins/sudoers/sudoers.cSun Mar 06 15:52:06 2011 -0500 -@@ -546,8 +546,10 @@ - if (def_group_plugin) - group_plugin_unload(); - --if (ISSET(sudo_mode, (MODE_VALIDATE|MODE_CHECK|MODE_LIST))) -+if (ISSET(sudo_mode, (MODE_VALIDATE|MODE_CHECK|MODE_LIST))) { -+ rval = TRUE; - goto done; -+} - - /* - * Set umask based on sudoers.
[arch-commits] Commit in lilo/repos (testing-x86_64)
Date: Saturday, April 9, 2011 @ 17:38:50 Author: tpowa Revision: 118992 archrelease: copy trunk to testing-x86_64 Added: lilo/repos/testing-x86_64/
[arch-commits] Commit in lilo/repos (testing-x86_64)
Date: Saturday, April 9, 2011 @ 17:38:36 Author: tpowa Revision: 118991 archrelease: remove testing-x86_64 Deleted: lilo/repos/testing-x86_64/
[arch-commits] Commit in lilo/repos (testing-i686)
Date: Saturday, April 9, 2011 @ 17:38:28 Author: tpowa Revision: 118990 archrelease: copy trunk to testing-i686 Added: lilo/repos/testing-i686/
[arch-commits] Commit in lilo/repos (testing-i686)
Date: Saturday, April 9, 2011 @ 17:38:15 Author: tpowa Revision: 118989 archrelease: remove testing-i686 Deleted: lilo/repos/testing-i686/
[arch-commits] Commit in lilo/trunk (PKGBUILD fix-kernel-sectors.patch)
Date: Saturday, April 9, 2011 @ 17:38:07 Author: tpowa Revision: 118988 upgpkg: lilo 23.2-1 Bump to latest version Modified: lilo/trunk/PKGBUILD Deleted: lilo/trunk/fix-kernel-sectors.patch --+ PKGBUILD | 10 +-- fix-kernel-sectors.patch | 129 - 2 files changed, 4 insertions(+), 135 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 21:30:18 UTC (rev 118987) +++ PKGBUILD2011-04-09 21:38:07 UTC (rev 118988) @@ -3,8 +3,8 @@ # Contributor: judd pkgname=lilo -pkgver=23.1 -pkgrel=3 +pkgver=23.2 +pkgrel=1 pkgdesc="A bootloader for Linux" arch=('i686' 'x86_64') url="https://alioth.debian.org/projects/lilo/"; @@ -20,11 +20,9 @@ optdepends=('perl: to use keytab-lilo') install=lilo.install options=('!makeflags') -source=("http://lilo.alioth.debian.org/ftp/upstream/sources/${pkgname}-${pkgver}.tar.gz"; -'fix-kernel-sectors.patch' +source=("http://lilo.alioth.debian.org/ftp/sources/${pkgname}-${pkgver}.tar.gz"; 'lilo.conf') -md5sums=('36139c1b8f4dc835fc7775e59ee4b20c' - 'd9e73af9c30d3bb0638b2aadd28d1c72' +md5sums=('51b9b9db665d3b8724919e3d46054d12' 'a3a4c90bead3f9b8672bd384ff9f8db1') build() { Deleted: fix-kernel-sectors.patch === --- fix-kernel-sectors.patch2011-04-09 21:30:18 UTC (rev 118987) +++ fix-kernel-sectors.patch2011-04-09 21:38:07 UTC (rev 118988) @@ -1,129 +0,0 @@ -From: Joachim Wiedorn -Date: Sat, 9 Apr 2011 10:18:56 + (+0200) -Subject: Enlarge maximum number of SETUPSECS to 63 -X-Git-Url: https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=lilo%2Flilo.git;a=commitdiff_plain;h=5600dbd0049699c3847bfa15eb0bfc745f76d407;hp=f6517ffe8bd6e518f41aa5c35a6b64b05240fb05 - -Enlarge maximum number of SETUPSECS to 63 - -diff --git a/CHANGELOG b/CHANGELOG -index 10ae76d..58d2ed0 100644 a/CHANGELOG -+++ b/CHANGELOG -@@ -12,6 +12,8 @@ Changes for version 23.2 (unreleased) - Joachim Wiedorn - - Save errno for second command. (src/device.c) - - Fix missleading error message. (src/geometry.c) - - Remove obsolete OS/2 code. (src/boot.c, src/temp.c) -+- Enlarge maximum number of sectors (MAX_SETUPSECS) for -+kernel setup code to 63. (src/bootsect.S, src/lilo.h) - - General - --- -diff --git a/COPYING b/COPYING -index af53737..0586be0 100644 a/COPYING -+++ b/COPYING -@@ -2,7 +2,7 @@ LInux LOader (LILO) program code, documentation, and auxiliary programs: - - Copyright 1992-1998 Werner Almesberger - Copyright 1999-2007 John Coffman --Copyright 2009-2010 Joachim Wiedorn -+Copyright 2009-2011 Joachim Wiedorn - All rights reserved. - - -diff --git a/src/bootsect.S b/src/bootsect.S -index 77e5b45..4b38aaa 100644 a/src/bootsect.S -+++ b/src/bootsect.S -@@ -1,9 +1,11 @@ - ! --! bootsect.s Copyright (C) 1991, 1992 Linus Torvalds -+! bootsect.s -+! Copyright (C) 1991, 1992 Linus Torvalds -+! - ! modified by Drew Eckhardt - ! modified by Bruce Evans (bde) --! modified by John Coffman for LILO disk.b diagnostic (27-Mar-2000) --! (09-Mar-2001) -+! modified by John Coffman (2000, 2001) -+! modified by Joachim Wiedorn (2011) - ! - ! - ! bootsect.s is loaded at 0x7c00 by the bios-startup routines, and moves -@@ -36,7 +38,7 @@ BOOTSEG = 0x07C0 ! original address of boot-sector - INITSEG = 0x9000! we move boot here - out of the way - SETUPSEG = INITSEG+0x20 ! setup starts here - SYSSEG= 0x1000! system loaded at 0x1 (65536). --MAX_SETUPSECS = 31! same as lilo.h -+MAX_SETUPSECS = 63! same as lilo.h (for kernel >= 2.4.0) - STK_SIZE = MAX_SETUPSECS*512+512 ! 0x4000 - - #ifndef SIZEKRNL -diff --git a/src/lilo.c b/src/lilo.c -index bbd48ff..236102a 100644 a/src/lilo.c -+++ b/src/lilo.c -@@ -2,7 +2,7 @@ - * - * Copyright 1992-1998 Werner Almesberger - * Copyright 1999-2007 John Coffman -- * Copyright 2009-2010 Joachim Wiedorn -+ * Copyright 2009-2011 Joachim Wiedorn - * All rights reserved. - * - * Licensed under the terms contained in the file 'COPYING' -@@ -825,7 +825,7 @@ fprintf(errstd,"REBOOT=\"%s\"\n", reboot_arg); - } - printf("\n * Copyright (C) 1992-1998 Werner Almesberger (until v20)\n" - " * Copyright (C) 1999-2007 John Coffman (until v22)\n" -- " * Copyright (C) 2009-2010 Joachim Wiedorn (since v23)\n" -+ " * Copyright (C) 2009-2011 Joachim Wiedorn (since v23)\n" - "This program comes with ABSOLUTELY NO WARRANTY. This is free software \n" - "distributed under the BSD License (3-clause).
[arch-commits] Commit in udev/repos (testing-x86_64)
Date: Saturday, April 9, 2011 @ 17:30:18 Author: tpowa Revision: 118987 archrelease: copy trunk to testing-x86_64 Added: udev/repos/testing-x86_64/
[arch-commits] Commit in udev/repos (testing-i686)
Date: Saturday, April 9, 2011 @ 17:29:54 Author: tpowa Revision: 118986 archrelease: copy trunk to testing-i686 Added: udev/repos/testing-i686/
[arch-commits] Commit in udev/trunk (PKGBUILD)
Date: Saturday, April 9, 2011 @ 17:29:33 Author: tpowa Revision: 118985 upgpkg: udev 167-1 bump to latest version Modified: udev/trunk/PKGBUILD --+ PKGBUILD | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 21:15:18 UTC (rev 118984) +++ PKGBUILD2011-04-09 21:29:33 UTC (rev 118985) @@ -5,8 +5,8 @@ pkgbase="udev" pkgname=('udev' 'udev-compat') -pkgver=166 -pkgrel=2 +pkgver=167 +pkgrel=1 arch=(i686 x86_64) url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"; license=('GPL') @@ -19,11 +19,6 @@ 81-arch.rules load-modules.sh cdsymlinks.sh) -md5sums=('4db27d73fdbe94f47fd89fdd105c2dfb' - '4427855146513a4703ab5c7eb8a0156e' - 'f17c99779173ddc79f866cf3a5de5e68' - 'f91fddc67609b45b244a624977c4247b' - '2e808ee78d237c478b57af2a68d43769') build() { cd $srcdir/$pkgbase-$pkgver @@ -110,3 +105,8 @@ install -d -m755 ${pkgdir}/lib/${pkgbase}/rules.d install -D -m644 ${srcdir}/${pkgbase}-${pkgver}/rules/misc/30-kernel-compat.rules ${pkgdir}/lib/udev/rules.d/30-kernel-compat.rules } +md5sums=('4b37e1222f06c14c24147de346aa0bad' + '4427855146513a4703ab5c7eb8a0156e' + 'f17c99779173ddc79f866cf3a5de5e68' + 'f91fddc67609b45b244a624977c4247b' + '2e808ee78d237c478b57af2a68d43769')
[arch-commits] Commit in xfsprogs/repos (testing-x86_64)
Date: Saturday, April 9, 2011 @ 17:15:18 Author: tpowa Revision: 118984 archrelease: copy trunk to testing-x86_64 Added: xfsprogs/repos/testing-x86_64/
[arch-commits] Commit in xfsprogs/repos (testing-i686)
Date: Saturday, April 9, 2011 @ 17:14:56 Author: tpowa Revision: 118983 archrelease: copy trunk to testing-i686 Added: xfsprogs/repos/testing-i686/
[arch-commits] Commit in xfsprogs/trunk (PKGBUILD)
Date: Saturday, April 9, 2011 @ 17:14:21 Author: tpowa Revision: 118982 upgpkg: xfsprogs 3.1.5-1 bump to latest version Modified: xfsprogs/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 21:07:14 UTC (rev 118981) +++ PKGBUILD2011-04-09 21:14:21 UTC (rev 118982) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Paul Mattal pkgname=xfsprogs -pkgver=3.1.4 +pkgver=3.1.5 pkgrel=1 pkgdesc="XFS filesystem utilities" arch=('i686' 'x86_64') @@ -12,6 +12,7 @@ options=('!makeflags' '!libtool') # We mirror the sources as upstream tends to move them once a new release is out source=("ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz";) +md5sums=('b1db37749e2b4149a0dd178abff956be') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -26,4 +27,3 @@ chown -R root $pkgdir chgrp -R root $pkgdir } -md5sums=('74081975f148bcabcab26c4c3496ede9')
[arch-commits] Commit in devtools/repos (extra-any)
Date: Saturday, April 9, 2011 @ 17:07:14 Author: pierre Revision: 118981 archrelease: copy trunk to extra-any Added: devtools/repos/extra-any/
[arch-commits] Commit in devtools/repos (extra-any)
Date: Saturday, April 9, 2011 @ 17:07:00 Author: pierre Revision: 118980 archrelease: remove extra-any Deleted: devtools/repos/extra-any/
[arch-commits] Commit in devtools/trunk (PKGBUILD)
Date: Saturday, April 9, 2011 @ 17:06:55 Author: pierre Revision: 118979 upgpkg: devtools 0.9.20-1 update Modified: devtools/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 21:03:00 UTC (rev 118978) +++ PKGBUILD2011-04-09 21:06:55 UTC (rev 118979) @@ -2,7 +2,7 @@ # Maintainer: Pierre Schmitz pkgname=devtools -pkgver=0.9.19 +pkgver=0.9.20 pkgrel=1 pkgdesc='Tools for Arch Linux package maintainers' arch=('any') @@ -10,7 +10,7 @@ url='http://projects.archlinux.org/devtools.git/' depends=('namcap' 'openssh' 'subversion' 'rsync') source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";) -md5sums=('e63fe19c6e51f7d400d07ae6a3d3a36c') +md5sums=('6255e91f6f613214c032fcc0f7931f62') package() { cd ${srcdir}/${pkgname}-${pkgver}
[arch-commits] Commit in kaffeine/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 17:03:00 Author: tpowa Revision: 118978 archrelease: copy trunk to extra-x86_64 Added: kaffeine/repos/extra-x86_64/
[arch-commits] Commit in kaffeine/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 17:02:46 Author: tpowa Revision: 118977 archrelease: remove extra-x86_64 Deleted: kaffeine/repos/extra-x86_64/
[arch-commits] Commit in kaffeine/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 17:02:36 Author: tpowa Revision: 118976 archrelease: copy trunk to extra-i686 Added: kaffeine/repos/extra-i686/
[arch-commits] Commit in kaffeine/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 17:02:20 Author: tpowa Revision: 118975 archrelease: remove extra-i686 Deleted: kaffeine/repos/extra-i686/
[arch-commits] Commit in kaffeine/trunk (PKGBUILD)
Date: Saturday, April 9, 2011 @ 17:02:09 Author: tpowa Revision: 118974 upgpkg: kaffeine 1.2.1-1 bump to latest version Modified: kaffeine/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 20:56:03 UTC (rev 118973) +++ PKGBUILD2011-04-09 21:02:09 UTC (rev 118974) @@ -2,7 +2,7 @@ # Contributor: Pierre Schmitz pkgname=kaffeine -pkgver=1.1 +pkgver=1.2.1 pkgrel=1 pkgdesc='KDE media player' license=('GPL') @@ -23,4 +23,4 @@ make make DESTDIR=$pkgdir install } -md5sums=('72284197b1c90adf75149311e4422efe') +md5sums=('e65a8558836f0aa0d173d76e51ad065f')
[arch-commits] Commit in usbutils/repos (testing-x86_64)
Date: Saturday, April 9, 2011 @ 16:56:03 Author: tpowa Revision: 118973 archrelease: copy trunk to testing-x86_64 Added: usbutils/repos/testing-x86_64/
[arch-commits] Commit in usbutils/repos (testing-i686)
Date: Saturday, April 9, 2011 @ 16:55:46 Author: tpowa Revision: 118972 archrelease: copy trunk to testing-i686 Added: usbutils/repos/testing-i686/
[arch-commits] Commit in php/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 16:52:20 Author: pierre Revision: 118971 archrelease: copy trunk to extra-x86_64 Added: php/repos/extra-x86_64/
[arch-commits] Commit in usbutils/trunk (PKGBUILD fix-python2.patch)
Date: Saturday, April 9, 2011 @ 16:52:11 Author: tpowa Revision: 118970 upgpkg: usbutils 002-2 fix #23624 Added: usbutils/trunk/fix-python2.patch Modified: usbutils/trunk/PKGBUILD ---+ PKGBUILD | 12 +--- fix-python2.patch | 17 + 2 files changed, 26 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 20:52:05 UTC (rev 118969) +++ PKGBUILD2011-04-09 20:52:11 UTC (rev 118970) @@ -3,21 +3,27 @@ # Contributor: Curtis Campbell pkgname=usbutils pkgver=002 -pkgrel=1 +pkgrel=2 pkgdesc="USB Device Utilities" arch=(i686 x86_64) license=('GPL') groups=('base') makedepends=('wget') depends=('glibc' 'libusb') +optdepends=('python2: for lsusb.py usage' + 'coreutils: for lsusb.py usage') url="http://linux-usb.sourceforge.net/"; -source=(http://www.kernel.org/pub/linux/utils/usb/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('05610d15c3c8c8ada3d691c320ca784a') +source=(http://www.kernel.org/pub/linux/utils/usb/$pkgname/$pkgname-$pkgver.tar.gz +fix-python2.patch) +md5sums=('05610d15c3c8c8ada3d691c320ca784a' + '45766196895b4cc50b53cd56e1bbf3d1') build() { cd $srcdir/$pkgname-$pkgver rm usb.ids wget http://www.linux-usb.org/usb.ids + # patch lsusb.py to use correct usb.ids file and python2 interpreter + patch -Np1 -i ../fix-python2.patch ./configure --prefix=/usr --datadir=/usr/share/hwdata --disable-zlib make } Added: fix-python2.patch === --- fix-python2.patch (rev 0) +++ fix-python2.patch 2011-04-09 20:52:11 UTC (rev 118970) @@ -0,0 +1,17 @@ +--- usbutils-002/lsusb.py 2010-12-16 01:07:09.0 +0100 usbutils-002/lsusb.py 2011-04-09 22:43:59.043828595 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python2 + # lsusb.py + # Displays your USB devices in reasonable form. + # (c) Kurt Garloff , 2/2009, GPL v2 or v3. +@@ -16,7 +16,7 @@ + warnsort = False + + prefix = "/sys/bus/usb/devices/" +-usbids = "/usr/share/usb.ids" ++usbids = "/usr/share/hwdata/usb.ids" + + esc = chr(27) + norm = esc + "[0;0m"
[arch-commits] Commit in php/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 16:52:05 Author: pierre Revision: 118969 archrelease: remove extra-x86_64 Deleted: php/repos/extra-x86_64/
[arch-commits] Commit in php/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 16:52:02 Author: pierre Revision: 118968 archrelease: copy trunk to extra-i686 Added: php/repos/extra-i686/
[arch-commits] Commit in php/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 16:51:48 Author: pierre Revision: 118967 archrelease: remove extra-i686 Deleted: php/repos/extra-i686/
[arch-commits] Commit in php/trunk (PKGBUILD rc.d.php-fpm)
Date: Saturday, April 9, 2011 @ 16:51:34 Author: pierre Revision: 118966 check config before starting php-fpm Modified: php/trunk/PKGBUILD php/trunk/rc.d.php-fpm --+ PKGBUILD |4 ++-- rc.d.php-fpm | 34 -- 2 files changed, 30 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 20:28:26 UTC (rev 118965) +++ PKGBUILD2011-04-09 20:51:34 UTC (rev 118966) @@ -24,7 +24,7 @@ 'php-tidy' 'php-xsl') pkgver=5.3.6 -pkgrel=1 +pkgrel=2 _suhosinver=${pkgver}-0.9.10 arch=('i686' 'x86_64') license=('PHP') @@ -41,7 +41,7 @@ 'fff1a38877142f3ae6036dbe5a85d0a6' '39eaa70d276fc3d45d6bcf6cd5ae1106' '96ca078be6729b665be8a865535a97bf' - 'b136a184dd055c559a03eb8bac562a3c' + 'b01be5f816988fcee7e78225836e5e27' 'd50ff349da08110a7cc8c691ce2d0423' '07c4e412909ac65a44ec90e7a2c4bade') Modified: rc.d.php-fpm === --- rc.d.php-fpm2011-04-09 20:28:26 UTC (rev 118965) +++ rc.d.php-fpm2011-04-09 20:51:34 UTC (rev 118966) @@ -6,9 +6,7 @@ wait_for_pid () { try=0 - while test $try -lt 35 ; do - case "$1" in 'created') if [ -f "$2" ] ; then @@ -16,7 +14,6 @@ break fi ;; - 'removed') if [ ! -f "$2" ] ; then try='' @@ -28,15 +25,38 @@ stat_append '.' try=`expr $try + 1` sleep 1 - done +} +test_config() { + stat_busy 'Checking configuration' + if [ $(id -u) -ne 0 ]; then + stat_append '(This script must be run as root)' + stat_die + fi + + if [ ! -r /etc/php/php-fpm.conf ]; then + stat_append '(/etc/php/php-fpm.conf not found)' + stat_die + fi + + local test=$(/usr/sbin/php-fpm -t 2>&1) + if [ $? -gt 0 ]; then + stat_append '(error in /etc/php/php-fpm.conf)' + stat_die + elif echo $test | grep -qi 'error'; then + stat_append '(error in /etc/php/php.ini)' + stat_die + fi + + [ -d /var/run/php-fpm ] || install -d -m755 /var/run/php-fpm + + stat_done } -[ -d /var/run/php-fpm ] || install -d -m755 /var/run/php-fpm - case "$1" in start) + test_config stat_busy 'Starting php-fpm' /usr/sbin/php-fpm @@ -58,6 +78,7 @@ ;; stop) + test_config stat_busy 'Gracefully shutting down php-fpm' if [ ! -r /var/run/php-fpm/php-fpm.pid ] ; then @@ -105,6 +126,7 @@ ;; reload) + test_config stat_busy 'Reload service php-fpm' if [ ! -r /var/run/php-fpm/php-fpm.pid ] ; then
[arch-commits] Commit in munin/repos (extra-any)
Date: Saturday, April 9, 2011 @ 16:28:26 Author: dan Revision: 118965 archrelease: copy trunk to extra-any Added: munin/repos/extra-any/
[arch-commits] Commit in munin/repos (extra-any)
Date: Saturday, April 9, 2011 @ 16:28:18 Author: dan Revision: 118964 archrelease: remove extra-any Deleted: munin/repos/extra-any/
[arch-commits] Commit in munin/trunk (6 files)
Date: Saturday, April 9, 2011 @ 16:28:10 Author: dan Revision: 118963 upgpkg: munin 1.4.5-3 Fix for FS#18157, don't include /var/run in packages Added: munin/trunk/munin-lock-location.patch Modified: munin/trunk/Makefile.config munin/trunk/PKGBUILD munin/trunk/munin-node.init munin/trunk/munin-node.install munin/trunk/munin.install ---+ Makefile.config |7 +++- PKGBUILD | 32 +++ munin-lock-location.patch | 73 munin-node.init |2 - munin-node.install|5 +-- munin.install |5 +-- 6 files changed, 104 insertions(+), 20 deletions(-) Modified: Makefile.config === --- Makefile.config 2011-04-09 16:31:53 UTC (rev 118962) +++ Makefile.config 2011-04-09 20:28:10 UTC (rev 118963) @@ -57,10 +57,13 @@ # Where Munin should place its logs. LOGDIR = $(DESTDIR)/var/log/munin -# Location of PID files and other statefiles. On the server, must be -# writable by the user "munin". +# Location of PID files and other statefiles. STATEDIR = $(DESTDIR)/var/run/munin +# Location of server lock files. On the server, must be writable by the user +# "munin". +LOCKDIR= $(DESTDIR)/var/lock/munin + # The perl interpreter to use PERL = /usr/bin/perl Modified: PKGBUILD === --- PKGBUILD2011-04-09 16:31:53 UTC (rev 118962) +++ PKGBUILD2011-04-09 20:28:10 UTC (rev 118963) @@ -1,20 +1,21 @@ -# $Id $ +# $Id$ # Maintainer: Dan McGee # Contributor: Evan LeCompte pkgname=('munin' 'munin-node') pkgbase=munin pkgver=1.4.5 -pkgrel=2 +pkgrel=3 pkgdesc="A distributed monitoring/graphing tool" arch=('any') url="http://munin-monitoring.org/"; license=("GPL") -depends=('perl' 'perl-log-log4perl') +depends=('rrdtool' 'perl' 'perl-log-log4perl' 'perl-html-template' 'perl-date-manip') source=(http://downloads.sourceforge.net/sourceforge/munin/munin-$pkgver.tar.gz Makefile.config keep-defaults.patch upstream-794.patch +munin-lock-location.patch munin-cron-entry munin-node.init logrotate.munin @@ -24,24 +25,27 @@ build() { cd $srcdir/munin-$pkgver - cp $srcdir/Makefile.config $srcdir/$pkgname-$pkgver || exit 1 # This build is beyond fucked, also need to report this upstream - patch -Np1 < $srcdir/keep-defaults.patch || exit 1 - (cd master/lib/Munin && patch -Np0 < $srcdir/upstream-794.patch) || exit 1 - # multithreading wrecks havoc on the build, should probably report this upstream - make -j1 PREFIX='' || exit 1 + patch -Np1 < $srcdir/keep-defaults.patch + (cd master/lib/Munin && patch -Np0 < $srcdir/upstream-794.patch) + patch -Np1 < $srcdir/munin-lock-location.patch + + cp $srcdir/Makefile.config $srcdir/$pkgname-$pkgver + # multithreading wrecks havoc on the build, should probably report this + make -j1 PREFIX='' } package_munin() { - depends=('perl' 'rrdtool' 'perl-html-template' 'perl-date-manip' 'perl-log-log4perl') + depends=('perl' 'rrdtool' 'perl-html-template' 'perl-date-manip' 'perl-log-log4perl' 'munin-node') backup=(etc/munin/munin.conf etc/logrotate.d/munin) install=munin.install cd $srcdir/munin-$pkgver - make DESTDIR=$pkgdir install-master-prime || exit 1 + make DESTDIR=$pkgdir install-master-prime install -D -m644 $srcdir/munin-cron-entry $pkgdir/etc/munin/munin-cron-entry install -D -m644 $srcdir/logrotate.munin $pkgdir/etc/logrotate.d/munin install -D -m644 $srcdir/08-munin-font-dir.conf $pkgdir/etc/fonts/conf.d/08-munin-font-dir.conf + rm -rf $pkgdir/var/run/ } package_munin-node() { @@ -52,18 +56,20 @@ install=munin-node.install cd $srcdir/munin-$pkgver - make DESTDIR=$pkgdir install-common-prime install-node-prime install-plugins-prime || exit 1 + make DESTDIR=$pkgdir install-common-prime install-node-prime install-plugins-prime install -m755 $srcdir/iostat_partition $pkgdir/usr/lib/munin/plugins/ install -D -m755 $srcdir/munin-node.init $pkgdir/etc/rc.d/munin-node install -D -m644 $srcdir/logrotate.munin-node $pkgdir/etc/logrotate.d/munin-node + rm -rf $pkgdir/var/run/ } md5sums=('4ae84b9a27b686c3819d8d7b51d8cb4c' - '083f56ce000cd93730b2552fd2f07f76' + 'b754305c4e0a318ecb0f865bb5363815' '7d318c55b33680b14f236c5c06a0a64b' 'c3ba6759e054de7408fa6450d148f797' + 'b6cc12e31c2aa42da52c0fcb06551327' 'dc9c83aa2a278466fb475364462f4119' - '18b254cdcf9c70849f68eaa06c91d667' + 'a0604e888078d4245a83de1691343ab8' 'db77b53150a906256a71a9f539c7fac2' 'cdf139f2b6ae36852113f3411caa6e99' '
[arch-commits] Commit in dhcpcd/repos (core-x86_64 testing-x86_64)
Date: Saturday, April 9, 2011 @ 12:31:53 Author: ronald Revision: 118962 db-move: moved dhcpcd from [testing] to [core] (x86_64) Added: dhcpcd/repos/core-x86_64/ Deleted: dhcpcd/repos/testing-x86_64/
[arch-commits] Commit in dhcpcd/repos (core-x86_64)
Date: Saturday, April 9, 2011 @ 12:31:52 Author: ronald Revision: 118961 db-move: dhcpcd removed by ronald for move to [core] (x86_64) Deleted: dhcpcd/repos/core-x86_64/
[arch-commits] Commit in dhcpcd/repos (core-i686 testing-i686)
Date: Saturday, April 9, 2011 @ 12:31:52 Author: ronald Revision: 118960 db-move: moved dhcpcd from [testing] to [core] (i686) Added: dhcpcd/repos/core-i686/ Deleted: dhcpcd/repos/testing-i686/
[arch-commits] Commit in dhcpcd/repos (core-i686)
Date: Saturday, April 9, 2011 @ 12:31:51 Author: ronald Revision: 118959 db-move: dhcpcd removed by ronald for move to [core] (i686) Deleted: dhcpcd/repos/core-i686/
[arch-commits] Commit in dmraid/repos (core-x86_64 testing-x86_64)
Date: Saturday, April 9, 2011 @ 12:22:00 Author: tpowa Revision: 118958 db-move: moved dmraid from [testing] to [core] (x86_64) Added: dmraid/repos/core-x86_64/ Deleted: dmraid/repos/testing-x86_64/
[arch-commits] Commit in dmraid/repos (core-x86_64)
Date: Saturday, April 9, 2011 @ 12:21:59 Author: tpowa Revision: 118957 db-move: dmraid removed by tpowa for move to [core] (x86_64) Deleted: dmraid/repos/core-x86_64/
[arch-commits] Commit in dmraid/repos (core-i686 testing-i686)
Date: Saturday, April 9, 2011 @ 12:21:58 Author: tpowa Revision: 118956 db-move: moved dmraid from [testing] to [core] (i686) Added: dmraid/repos/core-i686/ Deleted: dmraid/repos/testing-i686/
[arch-commits] Commit in dmraid/repos (core-i686)
Date: Saturday, April 9, 2011 @ 12:21:57 Author: tpowa Revision: 118955 db-move: dmraid removed by tpowa for move to [core] (i686) Deleted: dmraid/repos/core-i686/
[arch-commits] Commit in webmin/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 11:31:32 Author: tpowa Revision: 118954 archrelease: copy trunk to extra-x86_64 Added: webmin/repos/extra-x86_64/
[arch-commits] Commit in webmin/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 11:31:19 Author: tpowa Revision: 118953 archrelease: remove extra-x86_64 Deleted: webmin/repos/extra-x86_64/
[arch-commits] Commit in webmin/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 11:30:02 Author: tpowa Revision: 118952 archrelease: copy trunk to extra-i686 Added: webmin/repos/extra-i686/
[arch-commits] Commit in webmin/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 11:29:48 Author: tpowa Revision: 118951 archrelease: remove extra-i686 Deleted: webmin/repos/extra-i686/
[arch-commits] Commit in webmin/trunk (PKGBUILD)
Date: Saturday, April 9, 2011 @ 11:28:29 Author: tpowa Revision: 118950 upgpkg: webmin 1.540-1 bump to latest version Modified: webmin/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 14:35:41 UTC (rev 118949) +++ PKGBUILD2011-04-09 15:28:29 UTC (rev 118950) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Tobias Powalowski pkgname=webmin -pkgver=1.530 +pkgver=1.540 pkgrel=1 pkgdesc="a web-based interface for system administration" arch=(i686 x86_64) @@ -87,6 +87,7 @@ ftp://ftp.archlinux.org/other/webmin/webmin-config.tar.bz2 ftp://ftp.archlinux.org/other/webmin/webmin-pacman.tar.bz2 webmin.rc) +options=(!strip) build() { # NOTE: USE --asroot build option to avoid fakeroot error! @@ -209,7 +210,7 @@ # install license install -m 644 -D $startdir/src/$pkgname-$pkgver/LICENCE $startdir/pkg/usr/share/licenses/webmin/LICENCE } -md5sums=('acf531f248bd575a0617472faa5013d3' +md5sums=('8086fc60419937c4b2844796cfd2aea1' 'da6bea412a5be8cf82a813078fec5847' 'bfebb75bb94029b48c46b7f1ba1aa811' '0673e51af0e81418b4a6c1e205f7e5cd')
[arch-commits] Commit in bitlbee/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 10:35:41 Author: bisson Revision: 118949 archrelease: copy trunk to extra-x86_64 Added: bitlbee/repos/extra-x86_64/
[arch-commits] Commit in bitlbee/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 10:35:34 Author: bisson Revision: 118948 archrelease: remove extra-x86_64 Deleted: bitlbee/repos/extra-x86_64/
[arch-commits] Commit in bitlbee/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 10:35:31 Author: bisson Revision: 118947 archrelease: copy trunk to extra-i686 Added: bitlbee/repos/extra-i686/
[arch-commits] Commit in bitlbee/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 10:35:25 Author: bisson Revision: 118946 archrelease: remove extra-i686 Deleted: bitlbee/repos/extra-i686/
[arch-commits] Commit in bitlbee/trunk (5 files)
Date: Saturday, April 9, 2011 @ 10:35:19 Author: bisson Revision: 118945 remove /var/run and various cleanup Added: bitlbee/trunk/rc.d (from rev 118926, bitlbee/trunk/bitlbee.rcd) bitlbee/trunk/xinetd (from rev 118926, bitlbee/trunk/bitlbee.xinetd) Modified: bitlbee/trunk/PKGBUILD Deleted: bitlbee/trunk/bitlbee.rcd bitlbee/trunk/bitlbee.xinetd + PKGBUILD | 14 ++ bitlbee.rcd| 54 -- bitlbee.xinetd | 12 rc.d | 40 xinetd | 12 5 files changed, 58 insertions(+), 74 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 13:50:03 UTC (rev 118944) +++ PKGBUILD2011-04-09 14:35:19 UTC (rev 118945) @@ -7,7 +7,7 @@ pkgname=bitlbee pkgver=3.0.2 -pkgrel=1 +pkgrel=2 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC' arch=('i686' 'x86_64') url='http://www.bitlbee.org/' @@ -15,11 +15,11 @@ depends=('gnutls' 'glib2' 'libotr') optdepends=('xinetd: to run bitlbee through xinetd') source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz"; - 'bitlbee.xinetd' - 'bitlbee.rcd') + 'xinetd' + 'rc.d') sha1sums=('59113b1dc440ebd775e6cf324d1cfb698fb20cfc' '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17' - '299776783902cc2e20be49e2fe729572ca656383') + 'be09d29af3853825778331df451f16ca9e452d03') backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 'etc/xinetd.d/bitlbee') install=install @@ -40,11 +40,9 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" - install -dm755 "${pkgdir}"/var/{lib,run} install -o65 -g65 -dm770 "${pkgdir}"/var/lib/bitlbee - install -o65 -g65 -dm755 "${pkgdir}"/var/run/bitlbee - install -Dm644 "${srcdir}"/bitlbee.xinetd "${pkgdir}"/etc/xinetd.d/bitlbee - install -Dm755 "${srcdir}"/bitlbee.rcd "${pkgdir}"/etc/rc.d/bitlbee + install -Dm644 "${srcdir}"/xinetd "${pkgdir}"/etc/xinetd.d/bitlbee + install -Dm755 "${srcdir}"/rc.d "${pkgdir}"/etc/rc.d/bitlbee make DESTDIR="${pkgdir}" install make DESTDIR="${pkgdir}" install-etc Deleted: bitlbee.rcd === --- bitlbee.rcd 2011-04-09 13:50:03 UTC (rev 118944) +++ bitlbee.rcd 2011-04-09 14:35:19 UTC (rev 118945) @@ -1,54 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -get_pid() { - pidof -o %PPID /usr/sbin/bitlbee -} - -case "$1" in - start) - stat_busy 'Starting Bitlbee' - PID=$(get_pid) - if [ -z "$PID" ]; then - [ -f /var/run/bitlbee/bitlbee.pid ] && rm -f /var/run/bitlbee/bitlbee.pid - su -s /bin/sh -c '/usr/sbin/bitlbee -F' 'bitlbee' - if [ $? -gt 0 ]; then - stat_fail - exit 1 - else - add_daemon bitlbee - stat_done - fi - else - stat_fail - exit 1 - fi - ;; - - stop) - stat_busy 'Stopping Bitlbee' - PID=$(get_pid) - # KILL - [ ! -z "$PID" ] && kill $PID &> /dev/null - if [ $? -gt 0 ]; then - stat_fail - exit 1 - else - rm -f /var/run/bitlbee/bitlbee.pid &> /dev/null - rm_daemon bitlbee - stat_done - fi - ;; - - restart) - $0 stop - sleep 3 - $0 start - ;; - - *) - echo "usage: $0 {start|stop|restart}" -esac -exit 0 Deleted: bitlbee.xinetd === --- bitlbee.xinetd 2011-04-09 13:50:03 UTC (rev 118944) +++ bitlbee.xinetd 2011-04-09 14:35:19 UTC (rev 118945) @@ -1,12 +0,0 @@ -service bitlbee -{ -type = UNLISTED -socket_type = stream -protocol = tcp -wait = no -user = bitlbee - group = bitlbee -server = /usr/sbin/bitlbee -port = 6667 -disable = yes -} Copied: bitlbee/trunk/rc.d (from rev 118926, bitlbee/trunk/bitlbee.rcd) === --- rc.d(rev 0) +++ rc.d2011-04-09 14:35:19 UTC (rev 118945) @@ -0,0 +1,40 @@ +#!/bin/bash + +. /etc/rc.conf +. /etc/rc.d/functions + +name=bitlbee +PID=$(pidof -o %PPID /usr/sbin/bitlbee) +install -o bitlbee -g bitlbee -d -m 755 /var/run/bitlbee + +case "$1" in +start) + stat_busy "Starting $name daemon" + [
[arch-commits] Commit in qtcurve-kde3/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 09:50:03 Author: andrea Revision: 118944 archrelease: copy trunk to extra-x86_64 Added: qtcurve-kde3/repos/extra-x86_64/
[arch-commits] Commit in qtcurve-kde3/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 09:49:49 Author: andrea Revision: 118943 archrelease: remove extra-x86_64 Deleted: qtcurve-kde3/repos/extra-x86_64/
[arch-commits] Commit in qtcurve-kde3/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 09:49:44 Author: andrea Revision: 118942 archrelease: copy trunk to extra-i686 Added: qtcurve-kde3/repos/extra-i686/
[arch-commits] Commit in qtcurve-kde3/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 09:49:32 Author: andrea Revision: 118941 archrelease: remove extra-i686 Deleted: qtcurve-kde3/repos/extra-i686/
[arch-commits] Commit in qtcurve-kde3/trunk (PKGBUILD)
Date: Saturday, April 9, 2011 @ 09:49:25 Author: andrea Revision: 118940 upgpkg: qtcurve-kde3 1.8.5-1 upstream release Modified: qtcurve-kde3/trunk/PKGBUILD (contents, properties) --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 13:49:10 UTC (rev 118939) +++ PKGBUILD2011-04-09 13:49:25 UTC (rev 118940) @@ -1,9 +1,9 @@ -# $Id: PKGBUILD,v 1.43 2008/07/14 01:06:07 Pierre Exp $ +# $Id$ # Maintainer: Andrea Scarpino # Contributor: Pierre Schmitz pkgname=qtcurve-kde3 -pkgver=1.8.3 +pkgver=1.8.5 pkgrel=1 arch=('i686' 'x86_64') groups=('qtcurve') @@ -15,7 +15,7 @@ source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE3-${pkgver}.tar.bz2"; 'kdeglobals' 'bypass-kde-config.patch') -md5sums=('ef0d682cafc2f1ada4939d3b43e2dc76' +md5sums=('d9cca99526079782f9fc7bd7ba432582' '05a6294c7f0e239e698e7e5224fc8e7f' 'e1ab2c0995e412b2cbfe804fba75517e') Property changes on: qtcurve-kde3/trunk/PKGBUILD ___ Added: svn:keywords + Id
[arch-commits] Commit in qtcurve-gtk2/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 09:49:10 Author: andrea Revision: 118939 archrelease: copy trunk to extra-x86_64 Added: qtcurve-gtk2/repos/extra-x86_64/
[arch-commits] Commit in qtcurve-gtk2/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 09:48:58 Author: andrea Revision: 118938 archrelease: remove extra-x86_64 Deleted: qtcurve-gtk2/repos/extra-x86_64/
[arch-commits] Commit in qtcurve-gtk2/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 09:48:52 Author: andrea Revision: 118937 archrelease: copy trunk to extra-i686 Added: qtcurve-gtk2/repos/extra-i686/
[arch-commits] Commit in qtcurve-gtk2/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 09:48:36 Author: andrea Revision: 118936 archrelease: remove extra-i686 Deleted: qtcurve-gtk2/repos/extra-i686/
[arch-commits] Commit in qtcurve-gtk2/trunk (PKGBUILD)
Date: Saturday, April 9, 2011 @ 09:48:28 Author: andrea Revision: 118935 upgpkg: qtcurve-gtk2 1.8.8-1 upstream release Modified: qtcurve-gtk2/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 13:48:03 UTC (rev 118934) +++ PKGBUILD2011-04-09 13:48:28 UTC (rev 118935) @@ -3,7 +3,7 @@ # Contributor: Pierre Schmitz pkgname=qtcurve-gtk2 -pkgver=1.8.7 +pkgver=1.8.8 pkgrel=1 arch=('i686' 'x86_64') groups=('qtcurve') @@ -14,7 +14,7 @@ makedepends=('pkgconfig' 'cmake') options=('!libtool') source=("http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-${pkgver}.tar.bz2";) -md5sums=('da80db7f6a0b60e37ce14b918bc5e682') +md5sums=('2146fda49c8e078c985725db30228b9a') build() { cd $srcdir
[arch-commits] Commit in qtcurve-kde4/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 09:48:03 Author: andrea Revision: 118934 archrelease: copy trunk to extra-x86_64 Added: qtcurve-kde4/repos/extra-x86_64/
[arch-commits] Commit in qtcurve-kde4/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 09:47:46 Author: andrea Revision: 118933 archrelease: remove extra-x86_64 Deleted: qtcurve-kde4/repos/extra-x86_64/
[arch-commits] Commit in qtcurve-kde4/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 09:47:28 Author: andrea Revision: 118932 archrelease: copy trunk to extra-i686 Added: qtcurve-kde4/repos/extra-i686/
[arch-commits] Commit in qtcurve-kde4/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 09:47:03 Author: andrea Revision: 118931 archrelease: remove extra-i686 Deleted: qtcurve-kde4/repos/extra-i686/
[arch-commits] Commit in qtcurve-kde4/trunk (PKGBUILD)
Date: Saturday, April 9, 2011 @ 09:46:54 Author: andrea Revision: 118930 upgpkg: qtcurve-kde4 1.8.7-1 upstream release Modified: qtcurve-kde4/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 13:02:47 UTC (rev 118929) +++ PKGBUILD2011-04-09 13:46:54 UTC (rev 118930) @@ -3,7 +3,7 @@ # Contributor: Pierre Schmitz pkgname=qtcurve-kde4 -pkgver=1.8.6 +pkgver=1.8.7 pkgrel=1 arch=('i686' 'x86_64') groups=('qtcurve') @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2"; 'bypass-kde-config.patch') -md5sums=('2c7a9ab5d71da48a3118c6859b2b38e6' +md5sums=('a874fade6bf67ee052dc656dd76ffe37' '3f6681147cc361bd2bfd4d7477f2a8d0') build() {
[arch-commits] Commit in mpfr/repos (testing-x86_64)
Date: Saturday, April 9, 2011 @ 09:02:47 Author: allan Revision: 118929 archrelease: copy trunk to testing-x86_64 Added: mpfr/repos/testing-x86_64/
[arch-commits] Commit in mpfr/repos (testing-i686)
Date: Saturday, April 9, 2011 @ 09:02:08 Author: allan Revision: 118928 archrelease: copy trunk to testing-i686 Added: mpfr/repos/testing-i686/
[arch-commits] Commit in mpfr/trunk (PKGBUILD mpfr-3.0.0-p8.patch)
Date: Saturday, April 9, 2011 @ 09:01:31 Author: allan Revision: 118927 upgpkg: mpfr 3.0.1-1 upstream update Modified: mpfr/trunk/PKGBUILD Deleted: mpfr/trunk/mpfr-3.0.0-p8.patch -+ PKGBUILD| 21 mpfr-3.0.0-p8.patch | 1945 -- 2 files changed, 10 insertions(+), 1956 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 118926:118927 to see the changes.
[arch-commits] Commit in mlocate/repos (testing-x86_64)
Date: Saturday, April 9, 2011 @ 08:47:54 Author: allan Revision: 118926 archrelease: copy trunk to testing-x86_64 Added: mlocate/repos/testing-x86_64/
[arch-commits] Commit in mlocate/repos (testing-i686)
Date: Saturday, April 9, 2011 @ 08:47:19 Author: allan Revision: 118925 archrelease: copy trunk to testing-i686 Added: mlocate/repos/testing-i686/
[arch-commits] Commit in mlocate/trunk (PKGBUILD)
Date: Saturday, April 9, 2011 @ 08:46:47 Author: allan Revision: 118924 upgpkg: mlocate 0.24-1 upstream update Modified: mlocate/trunk/PKGBUILD --+ PKGBUILD | 12 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 12:40:30 UTC (rev 118923) +++ PKGBUILD2011-04-09 12:46:47 UTC (rev 118924) @@ -3,8 +3,8 @@ # Contributor: lydgate pkgname=mlocate -pkgver=0.23.1 -pkgrel=2 +pkgver=0.24 +pkgrel=1 pkgdesc="Faster merging drop-in for slocate" arch=('i686' 'x86_64') url="http://carolina.mff.cuni.cz/~trmac/blog/mlocate"; @@ -19,17 +19,21 @@ source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-$pkgver.tar.xz updatedb.conf updatedb.cron.daily) -md5sums=('db48f27fae91c754c46d8046919803c5' +md5sums=('a9c221e5bc489a2ed710c943990137bd' 'c374ff223f2e07b5e602ba22359f2335' 'cde5da81bebad2de556ef2e43d895e13') build() { cd $srcdir/$pkgname-$pkgver - # Build! sed -i '/^groupname /s/mlocate/locate/' Makefile.in ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib make + +} + +check() { + cd $srcdir/$pkgname-$pkgver make check }
[arch-commits] Commit in ncurses/repos (testing-x86_64)
Date: Saturday, April 9, 2011 @ 08:40:30 Author: allan Revision: 118923 archrelease: copy trunk to testing-x86_64 Added: ncurses/repos/testing-x86_64/
[arch-commits] Commit in ncurses/repos (testing-i686)
Date: Saturday, April 9, 2011 @ 08:39:47 Author: allan Revision: 118922 archrelease: copy trunk to testing-i686 Added: ncurses/repos/testing-i686/
[arch-commits] Commit in ncurses/trunk (PKGBUILD set_field_buffer.patch)
Date: Saturday, April 9, 2011 @ 08:39:04 Author: allan Revision: 118921 upgpkg: ncurses 5.9-1 upstream update Modified: ncurses/trunk/PKGBUILD Deleted: ncurses/trunk/set_field_buffer.patch + PKGBUILD |4 ++-- set_field_buffer.patch |9 - 2 files changed, 2 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 11:50:20 UTC (rev 118920) +++ PKGBUILD2011-04-09 12:39:04 UTC (rev 118921) @@ -3,7 +3,7 @@ # Contributor: judd pkgname=ncurses -pkgver=5.8 +pkgver=5.9 pkgrel=1 pkgdesc="System V Release 4.0 curses emulation library" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('MIT') depends=('glibc') source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('20ed3fa7599937f0ca268d9088837a64') +md5sums=('8cb9c412e5f2d96bc6f459aa8c6282a1') build() { cd ${srcdir}/ Deleted: set_field_buffer.patch === --- set_field_buffer.patch 2011-04-09 11:50:20 UTC (rev 118920) +++ set_field_buffer.patch 2011-04-09 12:39:04 UTC (rev 118921) @@ -1,9 +0,0 @@ src/ncurses-5.7/form/frm_driver.c2008/10/18 16:25:00 1.88 -+++ src/ncurses-5.7/form/frm_driver.c2008/12/06 23:08:12 -@@ -4366,6 +4366,7 @@ - delwin(field->working); - field->working = newpad(field->drows, field->dcols); - } -+ len = Buffer_Length(field); - wclear(field->working); - mvwaddstr(field->working, 0, 0, value);
[arch-commits] Commit in fakeroot/repos (testing-x86_64)
Date: Saturday, April 9, 2011 @ 07:50:20 Author: allan Revision: 118920 archrelease: copy trunk to testing-x86_64 Added: fakeroot/repos/testing-x86_64/
[arch-commits] Commit in fakeroot/repos (testing-i686)
Date: Saturday, April 9, 2011 @ 07:49:49 Author: allan Revision: 118919 archrelease: copy trunk to testing-i686 Added: fakeroot/repos/testing-i686/
[arch-commits] Commit in fakeroot/trunk (PKGBUILD)
Date: Saturday, April 9, 2011 @ 07:49:09 Author: allan Revision: 118918 upgpkg: fakeroot 1.15.1-1 upstream update Modified: fakeroot/trunk/PKGBUILD --+ PKGBUILD |9 - 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 11:47:08 UTC (rev 118917) +++ PKGBUILD2011-04-09 11:49:09 UTC (rev 118918) @@ -3,7 +3,7 @@ # Contributor: Jochem Kossen pkgname=fakeroot -pkgver=1.14.5 +pkgver=1.15.1 pkgrel=1 pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user" arch=('i686' 'x86_64') @@ -11,16 +11,15 @@ url="http://packages.debian.org/fakeroot"; groups=('base-devel') install=fakeroot.install -depends=('glibc' 'filesystem' 'grep' 'sed' 'util-linux-ng' 'sh') +depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh') options=('!libtool') source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2) -md5sums=('659a1f3a36554abfc2a3eaad2fdc0604') +md5sums=('248c408b1e06e776c5739871b49bd968') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot \ ---disable-static --with-ipc=sysv - # --with-ipc=tcp is currently broken and no option on smp systems + --disable-static --with-ipc=sysv make }
[arch-commits] Commit in lilo/repos (testing-x86_64)
Date: Saturday, April 9, 2011 @ 07:47:08 Author: tpowa Revision: 118917 archrelease: copy trunk to testing-x86_64 Added: lilo/repos/testing-x86_64/
[arch-commits] Commit in lilo/repos (testing-i686)
Date: Saturday, April 9, 2011 @ 07:46:50 Author: tpowa Revision: 118916 archrelease: copy trunk to testing-i686 Added: lilo/repos/testing-i686/
[arch-commits] Commit in lilo/trunk (PKGBUILD fix-kernel-sectors.patch)
Date: Saturday, April 9, 2011 @ 07:46:31 Author: tpowa Revision: 118915 upgpkg: lilo 23.1-3 fix kernel sector limit with xz compression Added: lilo/trunk/fix-kernel-sectors.patch Modified: lilo/trunk/PKGBUILD --+ PKGBUILD |6 +- fix-kernel-sectors.patch | 129 + 2 files changed, 133 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 11:46:08 UTC (rev 118914) +++ PKGBUILD2011-04-09 11:46:31 UTC (rev 118915) @@ -4,7 +4,7 @@ pkgname=lilo pkgver=23.1 -pkgrel=2 +pkgrel=3 pkgdesc="A bootloader for Linux" arch=('i686' 'x86_64') url="https://alioth.debian.org/projects/lilo/"; @@ -21,9 +21,11 @@ install=lilo.install options=('!makeflags') source=("http://lilo.alioth.debian.org/ftp/upstream/sources/${pkgname}-${pkgver}.tar.gz"; +'fix-kernel-sectors.patch' 'lilo.conf') md5sums=('36139c1b8f4dc835fc7775e59ee4b20c' -'a3a4c90bead3f9b8672bd384ff9f8db1') + 'd9e73af9c30d3bb0638b2aadd28d1c72' + 'a3a4c90bead3f9b8672bd384ff9f8db1') build() { cd "${srcdir}/${pkgname}-${pkgver}" Added: fix-kernel-sectors.patch === --- fix-kernel-sectors.patch(rev 0) +++ fix-kernel-sectors.patch2011-04-09 11:46:31 UTC (rev 118915) @@ -0,0 +1,129 @@ +From: Joachim Wiedorn +Date: Sat, 9 Apr 2011 10:18:56 + (+0200) +Subject: Enlarge maximum number of SETUPSECS to 63 +X-Git-Url: https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=lilo%2Flilo.git;a=commitdiff_plain;h=5600dbd0049699c3847bfa15eb0bfc745f76d407;hp=f6517ffe8bd6e518f41aa5c35a6b64b05240fb05 + +Enlarge maximum number of SETUPSECS to 63 +--- + +diff --git a/CHANGELOG b/CHANGELOG +index 10ae76d..58d2ed0 100644 +--- a/CHANGELOG b/CHANGELOG +@@ -12,6 +12,8 @@ Changes for version 23.2 (unreleased) - Joachim Wiedorn + - Save errno for second command. (src/device.c) + - Fix missleading error message. (src/geometry.c) + - Remove obsolete OS/2 code. (src/boot.c, src/temp.c) ++- Enlarge maximum number of sectors (MAX_SETUPSECS) for ++kernel setup code to 63. (src/bootsect.S, src/lilo.h) + + General + --- +diff --git a/COPYING b/COPYING +index af53737..0586be0 100644 +--- a/COPYING b/COPYING +@@ -2,7 +2,7 @@ LInux LOader (LILO) program code, documentation, and auxiliary programs: + + Copyright 1992-1998 Werner Almesberger + Copyright 1999-2007 John Coffman +-Copyright 2009-2010 Joachim Wiedorn ++Copyright 2009-2011 Joachim Wiedorn + All rights reserved. + + +diff --git a/src/bootsect.S b/src/bootsect.S +index 77e5b45..4b38aaa 100644 +--- a/src/bootsect.S b/src/bootsect.S +@@ -1,9 +1,11 @@ + ! +-! bootsect.s Copyright (C) 1991, 1992 Linus Torvalds ++! bootsect.s ++! Copyright (C) 1991, 1992 Linus Torvalds ++! + ! modified by Drew Eckhardt + ! modified by Bruce Evans (bde) +-! modified by John Coffman for LILO disk.b diagnostic (27-Mar-2000) +-! (09-Mar-2001) ++! modified by John Coffman (2000, 2001) ++! modified by Joachim Wiedorn (2011) + ! + ! + ! bootsect.s is loaded at 0x7c00 by the bios-startup routines, and moves +@@ -36,7 +38,7 @@ BOOTSEG = 0x07C0 ! original address of boot-sector + INITSEG = 0x9000! we move boot here - out of the way + SETUPSEG = INITSEG+0x20 ! setup starts here + SYSSEG= 0x1000! system loaded at 0x1 (65536). +-MAX_SETUPSECS = 31! same as lilo.h ++MAX_SETUPSECS = 63! same as lilo.h (for kernel >= 2.4.0) + STK_SIZE = MAX_SETUPSECS*512+512 ! 0x4000 + + #ifndef SIZEKRNL +diff --git a/src/lilo.c b/src/lilo.c +index bbd48ff..236102a 100644 +--- a/src/lilo.c b/src/lilo.c +@@ -2,7 +2,7 @@ + * + * Copyright 1992-1998 Werner Almesberger + * Copyright 1999-2007 John Coffman +- * Copyright 2009-2010 Joachim Wiedorn ++ * Copyright 2009-2011 Joachim Wiedorn + * All rights reserved. + * + * Licensed under the terms contained in the file 'COPYING' +@@ -825,7 +825,7 @@ fprintf(errstd,"REBOOT=\"%s\"\n", reboot_arg); + } + printf("\n * Copyright (C) 1992-1998 Werner Almesberger (until v20)\n" + " * Copyright (C) 1999-2007 John Coffman (until v22)\n" +- " * Copyright (C) 2009-2010 Joachim Wiedorn (since v23)\n" ++ " * Copyright (C) 2009-2011 Joachim Wiedorn (since v23)\n" + "This program comes with ABSOLUTELY NO WARRANTY. This is free software \n" + "distributed under the BSD License (3-clause). Details can be found in \n" + "the file COPYING, which is distributed with this so
[arch-commits] Commit in php/trunk (PKGBUILD)
Date: Saturday, April 9, 2011 @ 07:46:08 Author: pierre Revision: 118914 Don't include /var/run directory Modified: php/trunk/PKGBUILD --+ PKGBUILD |1 - 1 file changed, 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 11:36:23 UTC (rev 118913) +++ PKGBUILD2011-04-09 11:46:08 UTC (rev 118914) @@ -261,7 +261,6 @@ install -D -m644 ${srcdir}/build-fpm/sapi/fpm/php-fpm.conf ${pkgdir}/etc/php/php-fpm.conf install -D -m755 ${srcdir}/rc.d.php-fpm ${pkgdir}/etc/rc.d/php-fpm install -D -m644 ${srcdir}/logrotate.d.php-fpm ${pkgdir}/etc/logrotate.d/php-fpm - install -d -m755 ${pkgdir}/var/run/php-fpm install -d -m755 ${pkgdir}/etc/php/fpm.d }
[arch-commits] Commit in audacious-plugins/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 07:36:23 Author: bisson Revision: 118913 archrelease: copy trunk to extra-x86_64 Added: audacious-plugins/repos/extra-x86_64/
[arch-commits] Commit in audacious-plugins/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 07:36:17 Author: bisson Revision: 118912 archrelease: remove extra-x86_64 Deleted: audacious-plugins/repos/extra-x86_64/
[arch-commits] Commit in audacious-plugins/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 07:36:13 Author: bisson Revision: 118911 archrelease: copy trunk to extra-i686 Added: audacious-plugins/repos/extra-i686/
[arch-commits] Commit in audacious-plugins/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 07:36:08 Author: bisson Revision: 118910 archrelease: remove extra-i686 Deleted: audacious-plugins/repos/extra-i686/
[arch-commits] Commit in audacious-plugins/trunk (PKGBUILD)
Date: Saturday, April 9, 2011 @ 07:36:02 Author: bisson Revision: 118909 fix FS#23549 (libavcore is now within libavutil) Modified: audacious-plugins/trunk/PKGBUILD --+ PKGBUILD |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 11:33:53 UTC (rev 118908) +++ PKGBUILD2011-04-09 11:36:02 UTC (rev 118909) @@ -1,10 +1,11 @@ # $Id$ # Contributor: Alexander Fehr # Contributor: William Rea +# Maintainer: Gaetan Bisson pkgname=audacious-plugins pkgver=2.4.4 -pkgrel=2 +pkgrel=3 pkgdesc='Plugins for Audacious' arch=('i686' 'x86_64') url='http://audacious-media-player.org/' @@ -44,6 +45,9 @@ build() { cd "$srcdir/$pkgname-$pkgver" + + sed 's/libavcore >= 0.12.0//g' -i configure # FS#23549 + [[ $CARCH == x86_64 ]] && extraopts='' || extraopts='--disable-sse2' ./configure \ --prefix=/usr \
[arch-commits] Commit in lighttpd/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 07:33:53 Author: pierre Revision: 118908 archrelease: copy trunk to extra-x86_64 Added: lighttpd/repos/extra-x86_64/
[arch-commits] Commit in lighttpd/repos (extra-x86_64)
Date: Saturday, April 9, 2011 @ 07:33:40 Author: pierre Revision: 118907 archrelease: remove extra-x86_64 Deleted: lighttpd/repos/extra-x86_64/
[arch-commits] Commit in lighttpd/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 07:33:36 Author: pierre Revision: 118906 archrelease: copy trunk to extra-i686 Added: lighttpd/repos/extra-i686/
[arch-commits] Commit in lighttpd/repos (extra-i686)
Date: Saturday, April 9, 2011 @ 07:33:23 Author: pierre Revision: 118905 archrelease: remove extra-i686 Deleted: lighttpd/repos/extra-i686/
[arch-commits] Commit in lighttpd/trunk (PKGBUILD lighttpd.rc.d)
Date: Saturday, April 9, 2011 @ 07:33:06 Author: pierre Revision: 118904 Create pid directory if it does not exist: see FS#18157 Modified: lighttpd/trunk/PKGBUILD lighttpd/trunk/lighttpd.rc.d ---+ PKGBUILD | 11 --- lighttpd.rc.d | 15 ++- 2 files changed, 14 insertions(+), 12 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-04-09 10:33:03 UTC (rev 118903) +++ PKGBUILD2011-04-09 11:33:06 UTC (rev 118904) @@ -3,7 +3,7 @@ pkgname=lighttpd pkgver=1.4.28 -pkgrel=4 +pkgrel=5 pkgdesc='a secure, fast, compliant and very flexible web-server' license=('custom') arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2"; 'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf') md5sums=('586eb535d31ac299652495b058dd87c4' - 'f110637c56d360ecaecb3bf6f7918229' + 'eadffcda24d0d996032f8555ce9623c2' '913e2157fa78d990c32146f387d44c2b' '2803a9ee7f20409c69f1566d2d90720e') @@ -43,6 +43,11 @@ make } +check() { + cd $srcdir/$pkgname-$pkgver + make check +} + package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install @@ -50,7 +55,7 @@ install -D -m755 $srcdir/lighttpd.rc.d $pkgdir/etc/rc.d/lighttpd install -D -m644 $srcdir/lighttpd.logrotate.d $pkgdir/etc/logrotate.d/lighttpd install -D -m644 $srcdir/lighttpd.conf $pkgdir/etc/lighttpd/lighttpd.conf - install -d -m755 -o http -g http $pkgdir/var/{run,log,cache}/lighttpd/ + install -d -m755 -o http -g http $pkgdir/var/{log,cache}/lighttpd/ pushd doc/config >/dev/null find . -type f ! -name 'Makefile*' -exec install -D -m644 {} ${pkgdir}/usr/share/doc/lighttpd/config/{} \; Modified: lighttpd.rc.d === --- lighttpd.rc.d 2011-04-09 10:33:03 UTC (rev 118903) +++ lighttpd.rc.d 2011-04-09 11:33:06 UTC (rev 118904) @@ -5,7 +5,7 @@ get_pid_file() { - /usr/sbin/lighttpd -p -f /etc/lighttpd/lighttpd.conf 2>/dev/null | grep server.pid-file | cut -d= -f2 + /usr/sbin/lighttpd -p -f /etc/lighttpd/lighttpd.conf 2>/dev/null | grep server.pid-file | sed -E 's/.*"(.+)"/\1/' } get_pid() { @@ -37,20 +37,17 @@ stat_die fi - local d - for d in /var/{run,log,cache}/lighttpd; do - if [ ! -d $d ]; then - stat_append "(directory $d not found)" - stat_die - fi - done - /usr/sbin/lighttpd -t -f /etc/lighttpd/lighttpd.conf >/dev/null 2>&1 if [ $? -gt 0 ]; then stat_append '(error in /etc/lighttpd/lighttpd.conf)' stat_die fi + local piddir=$(dirname "$(get_pid_file)") + if [ ! -d "{$piddir}" ]; then + install -d -m755 -o http -g http "${piddir}" + fi + stat_done }