From ae5282db879244b95f04419588955f5424ece01d Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Sat, 4 Jan 2003 16:48:55 +0000 Subject: [PATCH] 1 Install gc_backptr.h. 2 Use libtool. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submitted by: Søren Vrist [1], sobomax [2] --- devel/boehm-gc/Makefile | 3 +++ devel/boehm-gc/files/patch-configure | 10 ++++++++++ devel/boehm-gc/pkg-plist | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 devel/boehm-gc/files/patch-configure 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