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

Modified Files:
        perlio-gzip-pm.info 
Added Files:
        perlio-gzip-pm.patch 
Log Message:
fix self-test


--- NEW FILE: perlio-gzip-pm.patch ---
diff -Nurd -x'*~' PerlIO-gzip-0.18.orig/t/read.t PerlIO-gzip-0.18/t/read.t
--- PerlIO-gzip-0.18.orig/t/read.t      2006-10-01 17:08:10.000000000 -0400
+++ PerlIO-gzip-0.18/t/read.t   2010-08-09 14:40:12.000000000 -0400
@@ -28,7 +28,7 @@
 
 my $perlgz = "perl.gz";
 my $done_perlgz;
-my $command = "gzip -c --fast $^X >$perlgz";
+my $command = "gzip -c --fast /usr/bin/perl >$perlgz";
 my $unread_bug = "Can't unread then push layer on :unix [core perlio bug]";
 my $unread_stdio_bug
  = "Can't unread the push layer on :stdio [core perlio bug]";
@@ -138,7 +138,7 @@
       # local $TODO = $unread_bug if $buffering eq ':unix';
       local $TODO = $win32_stdio_hairy
          if $buffering eq ':stdio' && $^O eq 'MSWin32';
-      ok (compare ($^X, \*GZ) == 0, "compare with original $^X");
+      ok (compare ("/usr/bin/perl", \*GZ) == 0, "compare with original 
/usr/bin/perl");
     }
     ok (eof (GZ), 'should be end of file');
   TODO: {

Index: perlio-gzip-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/perlio-gzip-pm.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- perlio-gzip-pm.info 23 Aug 2009 04:23:29 -0000      1.5
+++ perlio-gzip-pm.info 9 Aug 2010 18:43:39 -0000       1.6
@@ -9,6 +9,8 @@
 
 Source: mirror:cpan:authors/id/N/NW/NWCLARK/PerlIO-gzip-%v.tar.gz
 Source-MD5: 933fdf283a0d2739f7630420569e3b24
+PatchFile: %{ni}.patch
+PatchFile-MD5: 7d7e457fa5edd9a44f2c0c7adf6bb679
 
 Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 Type: perl (5.8.6 5.8.8 5.10.0)


------------------------------------------------------------------------------
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

Reply via email to