Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27881

Modified Files:
        tenfourfox.info tenfourfox.patch 
Log Message:
patches now apply cleanly, at least.  building...


Index: tenfourfox.patch
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/tenfourfox.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tenfourfox.patch    15 Dec 2010 00:33:34 -0000      1.1
+++ tenfourfox.patch    24 Dec 2010 01:20:42 -0000      1.2
@@ -207,8 +207,8 @@
  #define __USE_GNU
  #endif
  
--#if defined(HAVE_LIBDL) || defined(XP_MACOSX)
-+#if defined(HAVE_LIBDL) || defined(XP_UNIX)
+-#if defined(HAVE_DLOPEN) || defined(XP_MACOSX)
++#if defined(HAVE_DLOPEN) || defined(XP_UNIX)
  #include <dlfcn.h>
  #endif
  

Index: tenfourfox.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/tenfourfox.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tenfourfox.info     22 Dec 2010 06:48:21 -0000      1.2
+++ tenfourfox.info     24 Dec 2010 01:20:42 -0000      1.3
@@ -20,6 +20,8 @@
        x11
 <<
 BuildConflicts: <<
+       autoconf,
+       autoconf2.6,
        automake1.11,
        freetype,
        freetype-hinting,
@@ -57,11 +59,13 @@
 Source2: 
http://tenfourfox.googlecode.com/files/TenFourFox-changesets-20101215.zip
 Source2-MD5: 862b09c04f7e7e56c251a058d72f60d5
 PatchFile: %n.patch
-PatchFile-MD5: 7088fcf41da61dedc3bd849fd31703a1
+PatchFile-MD5: bbd498830c43c18a42e6d40c237712ab
 PatchScript: <<
   #!/bin/sh -ev
-  patch -p1 < ../exports/1
-  patch -p1 < ../exports/2
+  # apply patchset from TenFourFox:
+  for f in ../exports/*
+  do patch -p1 < $f
+  done
   ### apply the patch
   /usr/bin/sed -e 's|@FINKPREFIX@|%p|g' -e 's|@FINK_ARCH_TARGET@|%m|g' 
<%{PatchFile} | /usr/bin/patch -p1
   ### hardcode paths inside dylibs so that programs linking to them can see 
them


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to