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

Added Files:
        expat.info expat.patch 
Log Message:
move expat to base, and change maintainer


--- NEW FILE: expat.info ---
Package: expat
Version: 1.95.8
Revision: 1
Patch: %n.patch
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Source: mirror:sourceforge:expat/%n-%v.tar.gz
Source-MD5: aff487543845a82fe262e6e2922b4c8e
SetCPPFlags: -no-cpp-precomp
NoSetLDFLAGS: false 
ConfigureParams: --mandir=%p/share/man
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 6.0.0 %n (>= 1.95.7-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: <<
 placed hooks in Makefile for --mandir, and $DESTDIR
<<
License: BSD
Homepage: http://expat.sourceforge.net
Maintainer: Fink Core Group <[EMAIL PROTECTED]>


--- NEW FILE: expat.patch ---
diff -urN expat-1.95.8/Makefile.in expat-new/Makefile.in
--- expat-1.95.8/Makefile.in    Fri May  7 16:00:48 2004
+++ expat-new/Makefile.in       Sat Sep 18 17:42:43 2004
@@ -73,22 +73,22 @@
        tests/runtests
 
 install: xmlwf/xmlwf installlib
-       $(mkinstalldirs) $(bindir) $(man1dir)
-       $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf $(bindir)/xmlwf
-       $(INSTALL_DATA) $(MANFILE) $(man1dir)
+       $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir)
+       $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf 
$(DESTDIR)$(bindir)/xmlwf
+       $(INSTALL_DATA) $(MANFILE) $(DESTDIR)$(man1dir)
 
 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 $(man1dir)/xmlwf.1
+       $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bindir)/xmlwf
+       rm -f $(DESTDIR)$(man1dir)/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:
@@ -108,7 +108,7 @@
 ### autoconf this?
 LTFLAGS = --silent
 
-COMPILE = $(CC) $(CFLAGS) $(DEFS) $(CPPFLAGS) $(INCLUDES)
+COMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(INCLUDES) $(CFLAGS)
 LTCOMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE)
 LINK_LIB = $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -no-undefined 
$(VSNFLAG) -rpath $(libdir) $(LDFLAGS) -o $@
 LINK_EXE = $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) $(LDFLAGS) -o $@


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to