[arch-commits] Commit in perl/trunk (ChangeLog PKGBUILD)

Angel Velásquez angvp at archlinux.org
Fri Jun 17 06:29:53 UTC 2011


    Date: Friday, June 17, 2011 @ 02:29:52
  Author: angvp
Revision: 127611

upgpkg: perl 5.14.0-2
Fixing #FS24660

Modified:
  perl/trunk/ChangeLog
  perl/trunk/PKGBUILD

-----------+
 ChangeLog |    4 ++++
 PKGBUILD  |    7 +++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2011-06-16 21:11:41 UTC (rev 127610)
+++ ChangeLog	2011-06-17 06:29:52 UTC (rev 127611)
@@ -1,3 +1,7 @@
+2011-06-16 Angel Velasquez <angvp at archlinux.org>
+    * Fixed #FS24660
+    * Rebuilt against db 5.2.28
+
 2011-05-16  Angel Velasquez <angvp at archlinux.org>
     * perl 5.14.0
     * Removed patch for h2ph warning from 5.12.3

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-16 21:11:41 UTC (rev 127610)
+++ PKGBUILD	2011-06-17 06:29:52 UTC (rev 127611)
@@ -5,13 +5,13 @@
 # Contributor: francois <francois.archlinux.org> 
 pkgname=perl
 pkgver=5.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A highly capable, feature-rich programming language"
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
 url="http://www.perl.org"
 groups=('base')
-depends=('gdbm' 'db>=4.8' 'coreutils' 'glibc' 'sh')
+depends=('gdbm' 'db' 'coreutils' 'glibc' 'sh')
 changelog=ChangeLog
 source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2 perlbin.sh)
 install=perl.install
@@ -87,5 +87,8 @@
   done
   find $pkgdir/usr/lib -name *.pod -delete
   find $pkgdir -name .packlist -delete
+  # Add /usr/lib/perl5/core_perl/CORE/ to standard library path (FS#24660) 
+  install -dv ${pkgdir}/etc/ld.so.conf.d
+  echo "/usr/lib/perl5/core_perl/CORE" > ${pkgdir}/etc/ld.so.conf.d/perl.conf
 }
 




More information about the arch-commits mailing list