summaryrefslogtreecommitdiff
path: root/devel/boehm-gc
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2003-01-04 16:48:55 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2003-01-04 16:48:55 +0000
commitae5282db879244b95f04419588955f5424ece01d (patch)
treee72c10f313273032c0e10b87c0a57cd4975fd2d0 /devel/boehm-gc
parentUpdate to version 1.3.4. (diff)
1 Install gc_backptr.h.
2 Use libtool. Submitted by: Søren Vrist <s@vrist.dk> [1], sobomax [2]
Notes
Notes: svn path=/head/; revision=72517
Diffstat (limited to 'devel/boehm-gc')
-rw-r--r--devel/boehm-gc/Makefile3
-rw-r--r--devel/boehm-gc/files/patch-configure10
-rw-r--r--devel/boehm-gc/pkg-plist2
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