Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5756

Modified Files:
        dbi-pm.info 
Log Message:
fix self-tests on 10.6/i386 (feh! there may still be some $^X in installed 
code--this is just patches to the tests that pass their own explicit stuff)


Index: dbi-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/dbi-pm.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- dbi-pm.info 3 Jun 2010 03:04:07 -0000       1.23
+++ dbi-pm.info 16 Aug 2010 07:45:15 -0000      1.24
@@ -53,6 +53,17 @@
 
 Source: mirror:cpan:modules/by-module/DBI/DBI-%v.tar.gz
 Source-MD5: f48bc718e871f8926809af16682783fb
+PatchScript: <<
+#!/bin/sh -ev
+       perlversion=%type_raw[perl]
+       if dpkg --compare-versions "$perlversion" ">=" "5.10.0" && [ "%m" != 
"powerpc" ]; then
+               perl -pi -e 's#(\$\^X)#"/usr/bin/arch", "-%m", \1#' t/80proxy.t
+
+               # this one must be two-space separations per parser in
+               # DBD::Gofer::Transport::pipeone::new()
+               perl -pi -e 's#(\$\^X)#/usr/bin/arch  -%m  \1#' t/85gofer.t
+       fi
+<<
 
 UseMaxBuildJobs: true
 


------------------------------------------------------------------------------
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
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to