pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/boehm-gc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  7 20:59:18 UTC 2021

Modified Files:
        pkgsrc/devel/boehm-gc: Makefile PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/devel/boehm-gc/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/boehm-gc/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/boehm-gc/Makefile
diff -u pkgsrc/devel/boehm-gc/Makefile:1.103 pkgsrc/devel/boehm-gc/Makefile:1.104
--- pkgsrc/devel/boehm-gc/Makefile:1.103        Sun Nov  7 12:00:37 2021
+++ pkgsrc/devel/boehm-gc/Makefile      Sun Nov  7 20:59:17 2021
@@ -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 @@ CFLAGS+=              -D_XOPEN_SOURCE
 
 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

Index: pkgsrc/devel/boehm-gc/PLIST
diff -u pkgsrc/devel/boehm-gc/PLIST:1.20 pkgsrc/devel/boehm-gc/PLIST:1.21
--- pkgsrc/devel/boehm-gc/PLIST:1.20    Sun Nov  7 12:00:37 2021
+++ pkgsrc/devel/boehm-gc/PLIST Sun Nov  7 20:59:17 2021
@@ -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_allocator.h
 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