pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/boehm-gc boehm-gc: install two headers again



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46be823fe9b2
branches:  trunk
changeset: 769096:46be823fe9b2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 07 20:59:17 2021 +0000

description:
boehm-gc: install two headers again

These are installed conditionally "where needed" as of 8.2.0,
but it seems something is wrong, since on NetBSD they are used
by gc.h, but not installed.

Bump PKGREVISION.

diffstat:

 devel/boehm-gc/Makefile |  6 +++++-
 devel/boehm-gc/PLIST    |  4 +++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r ddef2a9189cf -r 46be823fe9b2 devel/boehm-gc/Makefile
--- a/devel/boehm-gc/Makefile   Sun Nov 07 19:14:15 2021 +0000
+++ b/devel/boehm-gc/Makefile   Sun Nov 07 20:59:17 2021 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.103 2021/11/07 12:00:37 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2021/11/07 20:59:17 wiz Exp $
 
 DISTNAME=      gc-8.2.0
 PKGNAME=       ${DISTNAME:S/gc/boehm-gc/}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.hboehm.info/gc/gc_source/
 
@@ -30,6 +31,9 @@
 
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/doc/gc.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3/gc.3
+# as of 8.2.0, these are installed conditionally, but something is wrong - make sure they get installed
+       ${INSTALL_DATA} ${WRKSRC}/include/gc_gcj.h ${DESTDIR}${PREFIX}/include/gc
+       ${INSTALL_DATA} ${WRKSRC}/include/gc_pthread_redirects.h ${DESTDIR}${PREFIX}/include/gc
 
 # historical pkgsrc test target, can be removed in one of the next updates
 .PHONY: manual-do-test
diff -r ddef2a9189cf -r 46be823fe9b2 devel/boehm-gc/PLIST
--- a/devel/boehm-gc/PLIST      Sun Nov 07 19:14:15 2021 +0000
+++ b/devel/boehm-gc/PLIST      Sun Nov 07 20:59:17 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2021/11/07 12:00:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.21 2021/11/07 20:59:17 wiz Exp $
 include/gc.h
 include/gc/cord.h
 include/gc/cord_pos.h
@@ -8,8 +8,10 @@
 include/gc/gc_backptr.h
 include/gc/gc_config_macros.h
 include/gc/gc_cpp.h
+include/gc/gc_gcj.h
 include/gc/gc_inline.h
 include/gc/gc_mark.h
+include/gc/gc_pthread_redirects.h
 include/gc/gc_tiny_fl.h
 include/gc/gc_typed.h
 include/gc/gc_version.h



Home | Main Index | Thread Index | Old Index