[arch-commits] Commit in perl/repos (testing-x86_64 testing-x86_64/PKGBUILD)

François Charette francois at archlinux.org
Wed Sep 30 18:09:13 UTC 2009


    Date: Wednesday, September 30, 2009 @ 14:09:12
  Author: francois
Revision: 53372

Merged revisions 53370 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/perl/trunk

........
  r53370 | francois | 2009-09-30 20:03:54 +0200 (Wed, 30 Sep 2009) | 2 lines
  
  upgpkg: perl 5.10.1-3
      new build, now with dynamic libperl
........

Modified:
  perl/repos/testing-x86_64/	(properties)
  perl/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   23 ++---------------------
 1 file changed, 2 insertions(+), 21 deletions(-)


Property changes on: perl/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /perl/trunk:1-53157
   + /perl/trunk:1-53371

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-09-30 18:04:36 UTC (rev 53371)
+++ testing-x86_64/PKGBUILD	2009-09-30 18:09:12 UTC (rev 53372)
@@ -4,7 +4,7 @@
 # Contributor: francois <francois.archlinux.org> 
 pkgname=perl
 pkgver=5.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Practical Extraction and Report Language"
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
@@ -141,7 +141,7 @@
     # for i686
     arch_opts=""
   fi
-  ./Configure -des -Dusethreads -Doptimize="${CFLAGS}" -Dprefix=/usr \
+  ./Configure -des -Dusethreads -Duseshrplib -Doptimize="${CFLAGS}" -Dprefix=/usr \
     -Dinstallprefix=${pkgdir}/usr -Dvendorprefix=/usr \
     -Dprivlib=/usr/share/perl5/core_perl \
     -Darchlib=/usr/lib/perl5/core_perl \
@@ -158,25 +158,6 @@
   make || return 1
   make install
 
-  ### Now we build and manually install the libperl.so 
-  make distclean
-  ./Configure -des -Dusethreads -Duseshrplib -Doptimize="${CFLAGS}" -Dprefix=/usr \
-    -Dinstallprefix=${pkgdir}/usr -Dvendorprefix=/usr \
-    -Dprivlib=/usr/share/perl5/core_perl \
-    -Darchlib=/usr/lib/perl5/core_perl \
-    -Dsitelib=/usr/share/perl5/site_perl/${pkgver} \
-    -Dsitearch=/usr/lib/perl5/site_perl/${pkgver} \
-    -Dvendorlib=/usr/share/perl5/vendor_perl \
-    -Dvendorarch=/usr/lib/perl5/vendor_perl \
-    -Dotherlibdirs=/usr/lib/perl5/current:/usr/lib/perl5/site_perl/current \
-    -Dscriptdir='/usr/bin/perlbin/core' \
-    -Dsitescript='/usr/bin/perlbin/site' \
-    -Dvendorscript='/usr/bin/perlbin/vendor' \
-    -Dman1ext=1perl -Dman3ext=3perl ${arch_opts}
-
-  make || return 1
-  install -D -m755 libperl.so $pkgdir/usr/lib/
-
   ### Perl Settings ###
   # Change man page extensions for site and vendor module builds.
   sed -e '/^man1ext=/ s/1perl/1p/' -e '/^man3ext=/ s/3perl/3pm/' \




More information about the arch-commits mailing list