Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22029/10.3/unstable/main/finkinfo/libs

Modified Files:
        libxml2.info 
Log Message:
New version. Also, patched to avoid seeing the dlcompat pkg


Index: libxml2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libxml2.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- libxml2.info        26 Apr 2005 06:38:47 -0000      1.12
+++ libxml2.info        16 Jul 2005 19:24:17 -0000      1.13
@@ -1,18 +1,18 @@
 Package: libxml2
-Version: 2.6.19
-Revision: 2
+Version: 2.6.20
+Revision: 1
 Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
 Depends: %N-shlibs (>= %v-%r), %N-bin
 BuildDepends: libiconv-dev
 Source: mirror:gnome:sources/%n/2.6/%n-%v.tar.bz2
-Source-MD5: ed581732d586f86324ec46e572526ede
+Source-MD5: 342f722d1770071be19253f229fef677
 PatchScript: <<
   sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
   perl -pi.bak -e 's/hardcode_direct=yes/hardcode_direct=no/g' configure
 <<
 NoSetLDFLAGS: true
 SetLDFLAGS: -no-undefined
-ConfigureParams: --mandir='${prefix}/share/man' --with-iconv=%p 
--without-python --disable-dependency-tracking
+ConfigureParams: --mandir='${prefix}/share/man' --with-iconv=%p 
--without-python --disable-dependency-tracking ac_cv_lib_dl_dlopen=no
 InstallScript: <<
  make install prefix=%i
  mkdir -p %i/etc/xml
@@ -62,8 +62,19 @@
 <<
 Description: XML parsing library, version 2
 DescPort: <<
-The Makefile is too stupid to link the executables against the right
-copy of the library, so we help by setting LDFLAGS.
+  The Makefile is too stupid to link the executables against the right
+  copy of the library, so we help by setting LDFLAGS. Otherwise we get
+  contamination if an older version of libxml2 is already installed
+  while building.
+
+  Libtool gets patched to fix bundle (loadable module, .so file) building.
+
+  Make sure we don't link to fink's dlcompat lib.
+
+  ./configure checks for xmllint and xsltproc, which would cause
+  circular dependencies (on libxml2-bin (build here) and libxslt-bin
+  (depends on libxml2)). Fortunately, these executables are only used
+  to build docs that we do not build.
 <<
 DescPackaging: <<
 Uses pkgconfig, but there are no pkgconfig-related dependencies.
@@ -82,11 +93,6 @@
 sgml/catalog.d/ when it is called. Each line of them contain only 1 field,
 reference to other SGML catalog file.
 
-Makefile.in is patched to not set LDFLAGS to avoid linking problems when an 
older
-version of libxml2 is already installed while building.
-
-Libtool gets patched to fix bundle (loadable module, .so file) building.
-
 Previous versions by Christoph Pfisterer <[EMAIL PROTECTED]>
 <<
 License: LGPL



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to