Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8604
Modified Files:
encode-detect-pm.info
Log Message:
+pm5100 with fixed build
Index: encode-detect-pm.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/encode-detect-pm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- encode-detect-pm.info 16 Jul 2010 18:48:37 -0000 1.4
+++ encode-detect-pm.info 9 Aug 2010 20:36:14 -0000 1.5
@@ -15,14 +15,19 @@
Source: mirror:cpan:authors/id/J/JG/JGMYERS/Encode-Detect-%v.tar.gz
Source-MD5: ee9faf55d7105c97b02b8ebe590819c7
###
-Type: perl (5.8.6 5.8.8)
+Type: perl (5.8.6 5.8.8 5.10.0)
###
CompileScript: <<
#!/bin/sh -ex
exec 2>&1
perlversion=%type_raw[perl]
- eval "`perl$perlversion -V:archname`"
- perl$perlversion Build.PL \
+ perlcmd="perl$perlversion"
+ if dpkg --compare-versions "$perlversion" ">=" "5.10.0" && [ "%m" !=
"powerpc" ]; then
+ export ARCHFLAGS=""
+ perlcmd="/usr/bin/arch -%m $perlcmd"
+ fi
+ eval "`$perlcmd -V:archname`"
+ $perlcmd Build.PL \
--install_path arch=%i/lib/perl5/$perlversion/$archname \
--install_path bin=%i/bin \
--install_path bindoc=%i/lib/perl5/$perlversion/man/man1 \
@@ -30,7 +35,6 @@
--install_path libdoc=%i/lib/perl5/$perlversion/man/man3 \
--install_path script=%i/bin
./Build
- ./Build test
<<
InfoTest: <<
TestScript: ./Build test || exit 2
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs