diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2003-01-05 00:48:55 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2003-01-05 00:48:55 +0800 |
commit | 425b620bb4f6276e6aa8c4c1981c0b3dd91f59f5 (patch) | |
tree | aa0f8f90f2e54847285c54344325d0631c294a3a /devel/boehm-gc | |
parent | 5c2ff1dd783356497ce502645965d635407fa743 (diff) | |
download | freebsd-ports-gnome-425b620bb4f6276e6aa8c4c1981c0b3dd91f59f5.tar.gz freebsd-ports-gnome-425b620bb4f6276e6aa8c4c1981c0b3dd91f59f5.tar.zst freebsd-ports-gnome-425b620bb4f6276e6aa8c4c1981c0b3dd91f59f5.zip |
1 Install gc_backptr.h.
2 Use libtool.
Submitted by: Søren Vrist <s@vrist.dk> [1], sobomax [2]
Diffstat (limited to 'devel/boehm-gc')
-rw-r--r-- | devel/boehm-gc/Makefile | 3 | ||||
-rw-r--r-- | devel/boehm-gc/files/patch-configure | 10 | ||||
-rw-r--r-- | devel/boehm-gc/pkg-plist | 2 |
3 files changed, 14 insertions, 1 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index f0d1033b3f66..4c15b078c64c 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -7,12 +7,14 @@ PORTNAME= boehm-gc PORTVERSION= 6.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ DISTNAME= gc${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org +USE_LIBTOOL= yes USE_REINPLACE= yes HAS_CONFIGURE= yes INSTALLS_SHLIB= yes @@ -25,6 +27,7 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/include/gc.h ${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/include/gc_backptr.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/include/gc_cpp.h ${PREFIX}/include ${INSTALL_MAN} ${WRKSRC}/doc/gc.man ${PREFIX}/man/man3/gc.3 diff --git a/devel/boehm-gc/files/patch-configure b/devel/boehm-gc/files/patch-configure new file mode 100644 index 000000000000..cc009b86d451 --- /dev/null +++ b/devel/boehm-gc/files/patch-configure @@ -0,0 +1,10 @@ +--- configure 2002/12/17 10:14:24 1.1 ++++ configure 2002/12/17 10:14:32 +@@ -7645,6 +7645,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/boehm-gc/pkg-plist b/devel/boehm-gc/pkg-plist index bfd53063438c..c7646cd942b5 100644 --- a/devel/boehm-gc/pkg-plist +++ b/devel/boehm-gc/pkg-plist @@ -1,6 +1,6 @@ include/gc.h +include/gc_backptr.h include/gc_cpp.h lib/libgc.a -lib/libgc.la lib/libgc.so lib/libgc.so.1 |