Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3151/main/finkinfo/libs/perlmods

Modified Files:
        bit-vector-pm.info 
Added Files:
        bit-vector-pm.patch 
Log Message:
needed patch for latest xcode

--- NEW FILE: bit-vector-pm.patch ---
diff -Nurd Bit-Vector-6.4/ToolBox.h Bit-Vector-6.4-new/ToolBox.h
--- Bit-Vector-6.4/ToolBox.h    2004-10-03 04:20:29.000000000 -0400
+++ Bit-Vector-6.4-new/ToolBox.h        2009-02-19 17:59:42.000000000 -0500
@@ -77,9 +77,11 @@
 typedef  Z_long             *Z_longptr;
 typedef  Z_longword         *Z_longwordptr;
 
+#undef  false
 #undef  FALSE
 #define FALSE       (0!=0)
 
+#undef  true
 #undef  TRUE
 #define TRUE        (0==0)
 

Index: bit-vector-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/bit-vector-pm.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- bit-vector-pm.info  16 Jun 2007 22:45:03 -0000      1.7
+++ bit-vector-pm.info  20 Feb 2009 12:55:01 -0000      1.8
@@ -10,10 +10,13 @@
 Maintainer: Chris Dolan <chrisdo...@users.sourceforge.net>
 Homepage: http://search.cpan.org/dist/Bit-Vector
 Depends: perl%type_pkg[perl]-core, carp-clan-pm
+BuildDepends: fink (>= 0.26.0-1)
 Conflicts: %N-man (<< 6.4-1)
 Replaces: %N-man (<< 6.4-1)
 Source: mirror:cpan:authors/id/S/ST/STBEY/Bit-Vector-%v.tar.gz
 Source-MD5: 681433ff4f0b4da95dc5c560b7f5cc31
+PatchFile: bit-vector-pm.patch
+PatchFile-MD5: d9f3ffb885487193934d8a76fb1d4df1
 
 # This module has over 50000 tests which take minutes to run, so I turned off 
tests
 # by default for normal users


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to