Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/source-highlight Partially revert the USE_TOO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ece405ea5d56
branches:  trunk
changeset: 429363:ece405ea5d56
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Apr 18 23:28:42 2020 +0000

description:
Partially revert the USE_TOOLS part of the last change. We don't handle
:test too well in replace.mk right now for this.

diffstat:

 textproc/source-highlight/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r e1025b9d44ae -r ece405ea5d56 textproc/source-highlight/Makefile
--- a/textproc/source-highlight/Makefile        Sat Apr 18 23:11:08 2020 +0000
+++ b/textproc/source-highlight/Makefile        Sat Apr 18 23:28:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2020/04/18 21:55:07 joerg Exp $
+# $NetBSD: Makefile,v 1.62 2020/04/18 23:28:42 joerg Exp $
 
 DISTNAME=      source-highlight-3.1.8
 PKGREVISION=   11
@@ -25,7 +25,9 @@
 
 INFO_FILES=    YES
 
-USE_TOOLS+=    gmake:test gsed:test bash:test
+# gmake and gsed are necessary for testing only,
+# but the tools handling is somewhat broken in that regard
+USE_TOOLS+=    gsed gmake bash:test
 TEST_TARGET=   check
 
 # bash scripts



Home | Main Index | Thread Index | Old Index