[arch-commits] Commit in collectd/trunk (PKGBUILD libperl.patch)

Gaetan Bisson bisson at nymeria.archlinux.org
Fri Aug 23 04:09:59 UTC 2013


    Date: Friday, August 23, 2013 @ 06:09:58
  Author: bisson
Revision: 96265

upstream update

Modified:
  collectd/trunk/PKGBUILD
  collectd/trunk/libperl.patch

---------------+
 PKGBUILD      |   12 ++++++------
 libperl.patch |   14 +++++++-------
 2 files changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-23 03:02:47 UTC (rev 96264)
+++ PKGBUILD	2013-08-23 04:09:58 UTC (rev 96265)
@@ -3,8 +3,8 @@
 # Contributor: Gerhard Brauer <gerhard.brauer at web.de>
 
 pkgname=collectd
-pkgver=5.3.0
-pkgrel=3
+pkgver=5.4.0
+pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='http://collectd.org/'
 arch=('i686' 'x86_64')
@@ -38,11 +38,11 @@
 
 depends=('libltdl' 'iptables')
 
-source=("${url}files/${pkgname}-${pkgver}.tar.gz"
+source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
         'libperl.patch'
         'service')
-sha1sums=('53879095aa51b7dd0b30882b0c9b6ce8c93a8539'
-          '245c098d121a4a05594553583310953b3a2f6461'
+sha1sums=('c2bc3ca3c62cfba4499c4eb14066a4c78301cc2c'
+          '5364ea1330bc56c3b7cfb6d7f19a627c0053279e'
           '04f676d0b76c34df0bbf94629813e035b1febe04')
 
 backup=('etc/collectd.conf')
@@ -50,9 +50,9 @@
 
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed 's/-Werror//g' -i *.in */*.in */*/*.in
 	patch -p1 -i ../libperl.patch
 	autoconf
-	sed 's/-Werror//g' -i src/Makefile.in
 }
 
 build() {

Modified: libperl.patch
===================================================================
--- libperl.patch	2013-08-23 03:02:47 UTC (rev 96264)
+++ libperl.patch	2013-08-23 04:09:58 UTC (rev 96265)
@@ -1,7 +1,7 @@
-diff -aur old/configure.in new/configure.in
---- old/configure.in	2011-09-29 20:38:56.725672831 +1000
-+++ new/configure.in	2011-09-29 20:39:07.975658829 +1000
-@@ -2810,11 +2810,13 @@
+diff -Naur old/configure.in new/configure.in
+--- old/configure.in	2013-08-18 22:24:25.049973054 +1200
++++ new/configure.in	2013-08-23 15:58:24.552240546 +1200
+@@ -3101,11 +3101,13 @@
  then
    SAVE_CFLAGS="$CFLAGS"
    SAVE_LDFLAGS="$LDFLAGS"
@@ -15,9 +15,9 @@
  
    AC_CACHE_CHECK([for libperl],
      [c_cv_have_libperl],
-@@ -2833,7 +2835,10 @@
- 			 Nullsv);
-       ]]),
+@@ -3124,7 +3126,10 @@
+ ]]]
+       )],
        [c_cv_have_libperl="yes"],
 -      [c_cv_have_libperl="no"]
 +      [ 




More information about the arch-commits mailing list