From 24ec1545db515980fb6e1dc6f965333e95edf596 Mon Sep 17 00:00:00 2001 From: todd Date: Mon, 16 Sep 2002 22:00:13 +0000 Subject: [PATCH] more headers (needed by egcs) --- devel/boehm-gc/Makefile | 6 ++++-- devel/boehm-gc/pkg/PLIST | 9 ++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 5e2be3178e4..2dfb0832c3b 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2002/09/12 14:53:27 todd Exp $ +# $OpenBSD: Makefile,v 1.21 2002/09/16 22:00:13 todd Exp $ # $FreeBSD: Makefile,v 1.4 1999/01/10 20:12:06 steve Exp $ COMMENT= "garbage collection and memory leak detection for C and C++" @@ -33,7 +33,9 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/doc/gc.man ${PREFIX}/man/man3/gc.3 - ${INSTALL_DATA} ${WRKSRC}/include/gc{,_cpp,_backptr}.h ${PREFIX}/include + ${INSTALL_DATA_DIR} ${PREFIX}/include/private + ${INSTALL_DATA} ${WRKSRC}/include/gc{,_{cpp,backptr,gcj,mark}}.h ${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/include/private/gc{config,_{hdrs,locks,priv,pmark}}.h ${PREFIX}/include/private REGRESS_TARGET= check-TESTS diff --git a/devel/boehm-gc/pkg/PLIST b/devel/boehm-gc/pkg/PLIST index 3aa7cd038bf..14a41166b6e 100644 --- a/devel/boehm-gc/pkg/PLIST +++ b/devel/boehm-gc/pkg/PLIST @@ -1,7 +1,14 @@ -@comment $OpenBSD: PLIST,v 1.4 2002/09/12 14:53:27 todd Exp $ +@comment $OpenBSD: PLIST,v 1.5 2002/09/16 22:00:13 todd Exp $ include/gc.h include/gc_cpp.h include/gc_backptr.h +include/gc_gcj.h +include/gc_mark.h +include/private/gc_pmark.h +include/private/gc_priv.h +include/private/gcconfig.h +include/private/gc_locks.h +include/private/gc_hdrs.h lib/libgc.a lib/libgc.la man/man3/gc.3