pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/source-highlight
Module Name: pkgsrc
Committed By: joerg
Date: Sat Apr 18 23:28:42 UTC 2020
Modified Files:
pkgsrc/textproc/source-highlight: Makefile
Log Message:
Partially revert the USE_TOOLS part of the last change. We don't handle
:test too well in replace.mk right now for this.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/textproc/source-highlight/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/source-highlight/Makefile
diff -u pkgsrc/textproc/source-highlight/Makefile:1.61 pkgsrc/textproc/source-highlight/Makefile:1.62
--- pkgsrc/textproc/source-highlight/Makefile:1.61 Sat Apr 18 21:55:07 2020
+++ pkgsrc/textproc/source-highlight/Makefile Sat Apr 18 23:28:42 2020
@@ -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 @@ PKGCONFIG_OVERRIDE= source-highlight.pc.
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