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

Modified Files:
        libxml2.info 
Log Message:
New version. Protect postinst for folks who don't have fink'ed shell configs


Index: libxml2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/libxml2.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- libxml2.info        13 Jun 2006 17:38:48 -0000      1.18
+++ libxml2.info        1 Feb 2007 02:53:46 -0000       1.19
@@ -1,97 +1,99 @@
 Package: libxml2
-Version: 2.6.26
+Version: 2.6.27
 Revision: 1
 Maintainer: The Gnome Core Team <[EMAIL PROTECTED]>
-Depends: %N-shlibs (= %v-%r), %N-bin (= %v-%r)
-BuildDepends: libiconv-dev, readline5, libncurses5
+Depends: %N-bin (= %v-%r), %N-shlibs (= %v-%r)
+BuildDepends: libiconv-dev, libncurses5, readline5
 Source: mirror:gnome:sources/%n/2.6/%n-%v.tar.bz2
-Source-MD5: ce342b4d7b6d83e10cfa4d3f82bf75fd
+Source-MD5: 3617f7dc07534025a4898f2b62fb46df
 PatchScript: <<
-  sed 's|@PREFIX@|%p|g' <%a/%n.patch | 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`
+       sed 's|@PREFIX@|%p|g' <%a/%n.patch | 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`
 <<
 SetLDFLAGS: -no-undefined
 ConfigureParams: --mandir=%p/share/man --with-iconv=%p --without-python 
--disable-dependency-tracking --with-html-dir=%p/share/doc 
--with-html-subdir=%n --with-history
 CompileScript: <<
-  ## Work around a missing xhtml-dtd in catalog
-  ## which obviously cannot be in
-  ## and xmllint --nonet to rebuild the doc which
-  ## makes vanish index.html
-  cp doc/index.html doc/index1.html
-  XMLLINT=/usr/bin/true XSLTPROC=/usr/bin/true ./configure %c
-  make
-  rm -f doc/index.html
-  mv doc/index1.html doc/index.html
+       ## Work around a missing xhtml-dtd in catalog
+       ## which obviously cannot be in
+       ## and xmllint --nonet to rebuild the doc which
+       ## makes vanish index.html
+       cp doc/index.html doc/index1.html
+       XMLLINT=/usr/bin/true XSLTPROC=/usr/bin/true ./configure %c
+       make
+       rm -f doc/index.html
+       mv doc/index1.html doc/index.html
 <<
 InstallScript: <<
-  make install DESTDIR=%d DOC_MODULE=%n
-  mkdir -p %i/etc/xml/catalog.d
-  mkdir -p %i/etc/sgml/catalog.d
-  mkdir -p %i/sbin
-  install -c -m 755 update-xml-catalog %i/sbin/
-  install -c -m 755 update-sgml-catalog %i/sbin/
+       make install DESTDIR=%d DOC_MODULE=%n
+       mkdir -p %i/etc/xml/catalog.d
+       mkdir -p %i/etc/sgml/catalog.d
+       mkdir -p %i/sbin
+       install -c -m 755 update-xml-catalog %i/sbin/
+       install -c -m 755 update-sgml-catalog %i/sbin/
 <<
 DocFiles: AUTHORS ChangeLog COPYING Copyright NEWS README TODO TODO_SCHEMAS
 BuildDependsOnly: True
 SplitOff: <<
-  Package: %N-shlibs
-  Depends: libiconv
-  Replaces: libxml2 (<< 2.4.18-2)
-  Suggests: %N-bin
-  Files: lib/libxml2.%v.dylib lib/libxml2.2.dylib
-  Shlibs: %p/lib/libxml2.2.dylib 9.0.0 %n (>= 2.6.1-1)
-  DocFiles: Copyright README
+       Package: %N-shlibs
+       Depends: libiconv
+       Replaces: libxml2 (<< 2.4.18-2)
+       Suggests: %N-bin
+       Files: lib/libxml2.%v.dylib lib/libxml2.2.dylib
+       Shlibs: %p/lib/libxml2.2.dylib 9.0.0 %n (>= 2.6.1-1)
+       DocFiles: Copyright README
 <<
 SplitOff2: <<
-  Package: %N-bin
-  Depends: %N-shlibs (>= %v-%r), readline5-shlibs, libncurses5-shlibs
-  Replaces: libxml2 (<< 2.4.18-2)
-  Files: bin/xmlcatalog bin/xmllint sbin share/man/man1/xmlcatalog.1 
share/man/man1/xmllint.1 etc/xml
-  DocFiles: Copyright README
-  RuntimeVars: <<
-    SGML_CATALOG_FILES: %p/etc/sgml/catalog
-    XML_CATALOG_FILES: %p/etc/xml/catalog
-  <<
-  PostInstScript: <<
-    case "$1" in
-      configure)
-        update-xml-catalog
-        update-sgml-catalog
-      ;;
-    esac
-  <<
-  PostRmScript: <<
-    case "$1" in
-      abort-install|purge|remove)
-        rm -f %p/etc/xml/catalog
-        rm -f %p/etc/sgml/catalog
-        ;;
-    esac
-  <<
+       Package: %N-bin
+       Depends: %N-shlibs (>= %v-%r), libncurses5-shlibs, readline5-shlibs
+       Replaces: libxml2 (<< 2.4.18-2)
+       Files: bin/xmlcatalog bin/xmllint sbin share/man/man1/xmlcatalog.1 
share/man/man1/xmllint.1 etc/xml
+       DocFiles: Copyright README
+       RuntimeVars: <<
+               SGML_CATALOG_FILES: %p/etc/sgml/catalog
+               XML_CATALOG_FILES: %p/etc/xml/catalog
+       <<
+       PostInstScript: <<
+               case "$1" in
+                       configure)
+                               export SGML_CATALOG_FILES=%p/etc/sgml/catalog
+                               export XML_CATALOG_FILES=%p/etc/xml/catalog
+                               %p/sbin/update-xml-catalog
+                               %p/sbin/update-sgml-catalog
+                       ;;
+               esac
+       <<
+       PostRmScript: <<
+               case "$1" in
+                       abort-install|purge|remove)
+                               rm -f %p/etc/xml/catalog
+                               rm -f %p/etc/sgml/catalog
+                               ;;
+               esac
+       <<
 <<
 Description: XML parsing library, version 2
 DescDetail: <<
-  This set of packages does *not* contain the python bindings. Those
-  are in libxml2-pyXX for various pythonX.X versions.
+       This set of packages does *not* contain the python bindings. Those
+       are in libxml2-pyXX for various pythonX.X versions.
 <<
 DescPort: <<
-  Hide xmllint and xsltproc executables from ./configure to avoid
-  circular dependencies (on libxml2-bin (build here) and libxslt-bin
-  (depends on libxml2)) and network access during build. Fortunately,
-  these executables are only used to build docs that already come
-  prebuilt (we patch the targets instead of patching sources and
-  rebuilding).
+       Hide xmllint and xsltproc executables from ./configure to avoid
+       circular dependencies (on libxml2-bin (build here) and libxslt-bin
+       (depends on libxml2)) and network access during build. Fortunately,
+       these executables are only used to build docs that already come
+       prebuilt (we patch the targets instead of patching sources and
+       rebuilding).
 
-  Packages prior to 2.6.22-1 did not use --with-history, so they did
-  not need readline or ncurses. Now it does, but these libs are only
-  used for the -bin programs not the -shlibs libs. So no new flags in
-  .la or .pc, so no dependency and rebuilding nightmare for dependent
-  packages. Hooray!
+       Packages prior to 2.6.22-1 did not use --with-history, so they did
+       not need readline or ncurses. Now it does, but these libs are only
+       used for the -bin programs not the -shlibs libs. So no new flags in
+       .la or .pc, so no dependency and rebuilding nightmare for dependent
+       packages. Hooray!
 
-  Rebuild the doc/examples/index.html not present in the tarball
-  Changed the installation to avoid examples overriding top level
-  of doc.
+       Rebuild the doc/examples/index.html not present in the tarball
+       Changed the installation to avoid examples overriding top level
+       of doc.
 <<
 DescPackaging: <<
 Uses pkgconfig, but there are no pkgconfig-related dependencies.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to