Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv27790

Modified Files:
        libwww.info libwww.patch 
Log Message:
dSYM workaround


Index: libwww.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libwww.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libwww.patch        6 Dec 2006 06:35:12 -0000       1.2
+++ libwww.patch        20 Dec 2006 00:17:40 -0000      1.3
@@ -1,6 +1,15 @@
-diff -Nurd -x'*~' w3c-libwww-5.4.0.orig/configure w3c-libwww-5.4.0/configure
---- w3c-libwww-5.4.0.orig/configure    2002-06-12 05:31:31.000000000 -0400
-+++ w3c-libwww-5.4.0/configure 2006-12-06 00:46:07.000000000 -0500
+diff -ru w3c-libwww-5.4.0-orig/configure w3c-libwww-5.4.0/configure
+--- w3c-libwww-5.4.0-orig/configure    2006-12-07 22:18:04.000000000 -0800
++++ w3c-libwww-5.4.0/configure 2006-12-07 22:19:45.000000000 -0800
+@@ -1418,7 +1418,7 @@
+   if { (eval echo configure:1419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; 
}; then
+     for file in conftest.*; do
+       case $file in
+-      *.c | *.o | *.obj) ;;
++      *.c | *.o | *.obj | *.dSYM) ;;
+       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
+       esac
+     done
 @@ -3284,16 +3284,16 @@
  fi
  rm -f conftest*

Index: libwww.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libwww.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- libwww.info 6 Dec 2006 06:35:12 -0000       1.5
+++ libwww.info 20 Dec 2006 00:17:40 -0000      1.6
@@ -1,7 +1,7 @@
 Package: libwww
 Version: 5.4.0
-Revision: 6
-BuildDepends: 
+Revision: 7
+BuildDepends: fink (>= 0.24.12)
 Depends: %N-shlibs (= %v-%r), %N-bin
 BuildDependsOnly: True
 Source: mirror:custom:w3c-%n-%v.tgz
@@ -12,8 +12,12 @@
 <<
 UpdateConfigGuessInDirs: config
 UpdateLibtoolInDirs: config
-Patch: %n.patch
-PatchScript: perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/' 
config/ltconfig
+PatchFile: %n.patch
+PatchFile-MD5: a4d7d12a15e43bc7ee45c350e3a4d7be
+PatchScript: <<
+ patch -p1 < %{PatchFile}
+ perl -pi -e 's/hardcode_direct=yes/hardcode_direct=no/' config/ltconfig
+<<
 ConfigureParams:  --enable-shared --with-gnu-ld --with-regex --with-zlib
 SplitOff: <<
   Package: %N-shlibs


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to