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

Added Files:
        gc-6.1-5.info gc-static-6.2-2.info 
Log Message:
new gc-static package, and slight revision to gc to be compatible with it


--- NEW FILE: gc-6.1-5.info ---
Package: gc
Version: 6.1
Revision: 5
Source: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc%v.tar.gz
Source-MD5: 00a87b68f4baa21c56fa42d811e98f7c
Depends: %N-shlibs (= %v-%r)
Conflicts: gc-static
Replaces: gc-static
UpdateConfigGuess: true
#ConfigureParams: --enable-full-debug
NoSetCPPFLAGS: true
SetCFLAGS: -fno-common -DLARGE_CONFIG -g -UNO_DEBUGGING -I%p/include
InstallScript: <<
 make install prefix=%i
 mkdir -p %i/include
 install -p -m644 include/gc.h include/gc_cpp.h %i/include
 mkdir -p %i/share/man/man3
 install -p -m644 doc/gc.man %i/share/man/man3/GC_malloc.3
 mkdir -p %i/share/doc/gc
 install -p -m644 README.QUICK doc/* %i/share/doc/gc
 rm -f %i/share/doc/gc/gc.man
<<
SplitOff: <<
  Package: %N-shlibs
  Replaces: gc (<< 6.1-3)
  Files: lib/libgc.*.dylib
  Shlibs: %p/lib/libgc.1.dylib 2.0.0 (%n >= 6.1-3)
  Description: Shared libraries for gc
  DocFiles: README.QUICK
<<
License: OSI-Approved
Description: General purpose, garbage collecting storage allocator
DescPort: <<
 The CFLAGS are determined by the needs of Macaulay2.
 The header files are installed by hand, since "make install" didn't include
 them. 
 An earlier version used a PatchScript as in the two lines below, and then
 autoconf in the CompileScript.  But autoconf gave trouble to some users.

 mv configure.in configure.in.orig
  sed s+AC_DEFINE(ALL_INTERIOR_POINTERS)+dnl\ AC_DEFINE(ALL_INTERIOR_POINTERS)+ 
<configure.in.orig >configure.in
<<
Maintainer: Dave Morrison <[EMAIL PROTECTED]>
Homepage: http://www.hpl.hp.com/personal/Hans_Boehm/gc/




--- NEW FILE: gc-static-6.2-2.info ---
Package: gc-static
Version: 6.2
Revision: 2
Source: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc%valpha4.tar.gz
Source-MD5: 69c39cb80b3d685c43651dceb8ea343f
Conflicts: gc
Replaces: gc
NoSetCPPFLAGS: true
#SetCFLAGS: -fno-common -DLARGE_CONFIG -g -UNO_DEBUGGING -I%p/include
CompileScript: <<
 make prefix=%i
 make test prefix=%i
<<
InstallScript: <<
 mkdir -p %i/lib
 install -p -m644 gc.a %i/lib/libgc.a
 mkdir -p %i/include
 install -p -m644 include/gc.h include/gc_cpp.h %i/include
 mkdir -p %i/share/man/man3
 install -p -m644 doc/gc.man %i/share/man/man3/GC_malloc.3
 mkdir -p %i/share/doc/gc
 install -p -m644 README.QUICK doc/* %i/share/doc/gc
 rm -f %i/share/doc/gc/gc.man
<<
License: OSI-Approved
PostInstScript: <<
 rm -f %p/lib/libgc.dylib
<<
Description: Static libraries for gc
DescPort: <<
 Installation is done "by hand", since all we want is the headers and the
 static library.

 Some earlier versions of gc may have left behind a stray copy of
 /sw/lib/libgc.dylib, so we remove it.
<<
Maintainer: Dave Morrison <[EMAIL PROTECTED]>
Homepage: http://www.hpl.hp.com/personal/Hans_Boehm/gc/







-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to