Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory sc8-pr-cvs17:/tmp/cvs-serv14927/10.3/unstable/main/finkinfo/libs

Modified Files:
        libxml2.info libxml2.patch 
Log Message:
Fix building on machines that don't already have recent version installed.
Fix packaging bug.


Index: libxml2.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libxml2.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- libxml2.patch       15 May 2006 21:06:37 -0000      1.7
+++ libxml2.patch       20 Oct 2007 20:17:09 -0000      1.8
@@ -68,18 +68,6 @@
  
  valgrind: 
        $(MAKE) CHECKER='valgrind' tests
-diff -Nurd -x'*~' libxml2-2.6.24.orig/ltmain.sh libxml2-2.6.24/ltmain.sh
---- libxml2-2.6.24.orig/ltmain.sh      2006-02-11 19:50:49.000000000 -0500
-+++ libxml2-2.6.24/ltmain.sh   2006-05-03 12:20:18.000000000 -0400
-@@ -2542,7 +2542,7 @@
-          { test "$use_static_libs" = no || test -z "$old_library"; }; then
-         if test "$installed" = no; then
-           notinst_deplibs="$notinst_deplibs $lib"
--          need_relink=yes
-+          need_relink=no
-         fi
-         # This is a shared library
- 
 diff -Nurd -x'*~' libxml2-2.6.22.orig/update-sgml-catalog 
libxml2-2.6.22/update-sgml-catalog
 --- libxml2-2.6.22.orig/update-sgml-catalog    1969-12-31 19:00:00.000000000 
-0500
 +++ libxml2-2.6.22/update-sgml-catalog 2005-10-26 01:32:14.000000000 -0400

Index: libxml2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libxml2.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- libxml2.info        3 Aug 2007 21:57:57 -0000       1.20
+++ libxml2.info        20 Oct 2007 20:17:09 -0000      1.21
@@ -1,13 +1,15 @@
 Package: libxml2
 Version: 2.6.27
-Revision: 1
+Revision: 2
 Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
-Depends: %N-bin (= %v-%r), %N-shlibs (= %v-%r)
-BuildDepends: libiconv-dev, libncurses5, readline5
+Depends: %N-bin (= %v-%r), %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1)
+BuildDepends: fink (>= 0.24.12-1), libiconv-dev, libncurses5, readline5
 Source: mirror:gnome:sources/%n/2.6/%n-%v.tar.bz2
 Source-MD5: 3617f7dc07534025a4898f2b62fb46df
+PatchFile: %n.patch
+PatchFile-MD5: 709894e4c9b52ed2dd93a2ff00a4c254
 PatchScript: <<
-       sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
+       sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1
        perl -pi -e 's|/etc|%p/etc|g' catalog.c doc/catalog.html 
doc/guidelines.html doc/xml.html doc/xmlcatalog.1 doc/xmlcatalog_man.html 
doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.html runtest.c xmlcatalog.c 
doc/xmllint.xml
        perl -pi -e 's/MAKEFLAGS\+=--silent//' `find . -name Makefile.in`
 <<
@@ -97,8 +99,6 @@
        of doc.
 <<
 DescPackaging: <<
-Uses pkgconfig, but there are no pkgconfig-related dependencies.
-
 libxml2 uses XML/SGML super catalog to know location of DTDs installed on
 local system. They are managed by update-xml-catalog and update-sgml-catalog
 script. Each package that provides DTDs should also provide configuration


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to