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:           Fri Dec 14 09:21:22 UTC 2018

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

Log Message:
boehm-gc: remove obsolete comment. Use standard upstream test target.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/devel/boehm-gc/Makefile

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.95 pkgsrc/devel/boehm-gc/Makefile:1.96
--- pkgsrc/devel/boehm-gc/Makefile:1.95 Wed Dec 12 21:43:28 2018
+++ pkgsrc/devel/boehm-gc/Makefile      Fri Dec 14 09:21:22 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2018/12/12 21:43:28 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2018/12/14 09:21:22 wiz Exp $
 
 DISTNAME=      gc-8.0.0
 PKGNAME=       ${DISTNAME:S/gc/boehm-gc/}
@@ -21,8 +21,6 @@ CONFIGURE_ARGS+=      --datadir=${PREFIX}/sha
 PKGCONFIG_OVERRIDE=    bdw-gc.pc.in
 INSTALLATION_DIRS=     ${PKGMANDIR}/man3
 
-# on NetBSD, needs
-# sysctl -w security.pax.mprotect.enabled=0
 TEST_TARGET=           check
 
 .include "../../mk/bsd.prefs.mk"
@@ -36,7 +34,9 @@ CFLAGS+=              -D_XOPEN_SOURCE
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/doc/gc.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3/gc.3
 
-do-test:
+# historical pkgsrc test target, can be removed in one of the next updates
+.PHONY: manual-do-test
+manual-do-test:
        cd ${WRKSRC} && \
        ${RM} -f gctest && ${MAKE_PROGRAM} gctest && ./gctest && \
        ${RM} -f test_cpp && ${MAKE_PROGRAM} test_cpp && ./test_cpp 10



Home | Main Index | Thread Index | Old Index