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: remove obsolete comment. Use ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/381c55f0db01
branches:  trunk
changeset: 316508:381c55f0db01
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 14 09:21:22 2018 +0000

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

diffstat:

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

diffs (29 lines):

diff -r 6849ad37dae1 -r 381c55f0db01 devel/boehm-gc/Makefile
--- a/devel/boehm-gc/Makefile   Fri Dec 14 09:19:01 2018 +0000
+++ b/devel/boehm-gc/Makefile   Fri Dec 14 09:21:22 2018 +0000
@@ -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 @@
 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 @@
 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