Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1:/tmp/cvs-serv25881

Added Files:
        expat-1.95.5-1.info expat-1.95.5-1.patch 
Log Message:
update for the maintainer, with his permission, leaving out one since bin compat looks 
like it'll be broken since the compat version was uped.

--- NEW FILE: expat-1.95.5-1.info ---
Package: expat
Version: 1.95.5
Revision: 1
Patch: %f.patch
Depends: %N-shlibs (= %v-%r)
Source: mirror:sourceforge:expat/%n-%v.tar.gz
Source-MD5: 6500d7d8c6c2c985cc0be257c9840cb4
SetCPPFlags: -no-cpp-precomp
ConfigureParams: --mandir=%p/share/man      
CompileScript: <<
 ./configure %c
 make
<<
InstallScript: make install DESTDIR=%d
DocFiles: <<
 COPYING MANIFEST README doc/reference.html doc/style.css
 examples/elements.c examples/outline.c
<<
SplitOff: <<
 Package: %N-shlibs
 Replaces: %N (<= 1.95.1-2)
 Files: lib/libexpat.*.dylib
 Shlibs: %p/lib/libexpat.0.dylib 4.0.0 %n (>= 1.95.5-1)
 DocFiles: COPYING Changes MANIFEST README doc/reference.html doc/style.css 
examples/elements.c examples/outline.c
<<
Description: C library for parsing XML
DescDetail: <<
 This is expat, a C library for parsing XML, written by James Clark.
 Expat is a stream-oriented XML parser. This means that you register
 handlers with the parser before starting the parse. These handlers
 are called when the parser discovers the associated structures in the
 document being parsed. A start tag is an example of the kind of
 structures for which you may register handlers.
<<
DescPort: <<
 Makefile.in edited to add appropriate --mandir and DESTDIR hooks
 I have tried using the check tool to verify that the library works
 Unfortunately due to errors (possibly in bash), the following output results

 tests/runtests: error: ~/desktop/downloads/expat-1.95.4/tests
 /Users/jeremy/desktop/downloads/expat-1.95.4/tests/.libs/runtests does not exist
 This script is just a wrapper for runtests.
 See the libtool documentation for more information.

 However, running 
 bash-2.05b$ ./tests/runtests
 results in the following output:

 Running suite(s): basic
 100%: Checks: 21, Failures: 0, Errors: 0
        
<<
License: BSD
Homepage: http://expat.sf.net
Maintainer: Jeremy Erwin <[EMAIL PROTECTED]>

--- NEW FILE: expat-1.95.5-1.patch ---
diff -ru expat-1.95.4/Makefile.in expat-new/Makefile.in
--- expat-1.95.4/Makefile.in    Thu Jul 11 14:54:42 2002
+++ expat-new/Makefile.in       Fri Aug 23 21:51:08 2002
@@ -30,7 +30,7 @@
 bindir = @bindir@
 libdir = @libdir@
 includedir = @includedir@
-mandir = ${prefix}/man/man1
+mandir = ${prefix}/share/man/man1
 
 top_builddir = .
 
@@ -69,22 +69,22 @@
        tests/runtests
 
 install: xmlwf/xmlwf installlib
-       $(mkinstalldirs) $(bindir) $(mandir)
-       $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf $(bindir)/xmlwf
-       $(INSTALL_DATA) $(MANFILE) $(mandir)
+       $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)
+       $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf 
+$(DESTDIR)$(bindir)/xmlwf
+       $(INSTALL_DATA) $(MANFILE) $(DESTDIR)$(mandir)
 
 installlib: $(LIBRARY) $(APIHEADER)
-       $(mkinstalldirs) $(libdir) $(includedir)
-       $(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(libdir)/$(LIBRARY)
-       $(INSTALL_DATA) $(APIHEADER) $(includedir)
+       $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
+       $(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(DESTDIR)$(libdir)/$(LIBRARY)
+       $(INSTALL_DATA) $(APIHEADER) $(DESTDIR)$(includedir)
 
 uninstall: uninstalllib
-       $(LIBTOOL) --mode=uninstall rm -f $(bindir)/xmlwf
-       rm -f $(mandir)/xmlwf.1
+       $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bindir)/xmlwf
+       rm -f $(DESTDIR)$(mandir)/xmlwf.1
 
 uninstalllib:
-       $(LIBTOOL) --mode=uninstall rm -f $(libdir)/$(LIBRARY)
-       rm -f $(includedir)/$(APIHEADER)
+       $(LIBTOOL) --mode=uninstall rm -f $DESTDIR)$(libdir)/$(LIBRARY)
+       rm -f $(DESTDIR)$(includedir)/$(APIHEADER)
 
 # for VPATH builds (invoked by configure)
 mkdir-init:
diff -ru expat-1.95.4/conftools/ltmain.sh expat-new/conftools/ltmain.sh
--- expat-1.95.4/conftools/ltmain.sh    Fri Jul 12 14:23:01 2002
+++ expat-new/conftools/ltmain.sh       Fri Aug 23 22:01:03 2002
@@ -2894,6 +2894,11 @@
        if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
          eval cmds=\"$archive_expsym_cmds\"
        else
+         if test "x$verstring" = "x0.0"; then
+           tmp_verstring=
+         else
+           tmp_verstring="$verstring"
+         fi
          eval cmds=\"$archive_cmds\"
        fi
        save_ifs="$IFS"; IFS='~'
Only in expat-new/conftools: ltmain.sh~



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to