pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/ledger2beancount



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon May 11 01:18:30 UTC 2020

Modified Files:
        pkgsrc/finance/ledger2beancount: Makefile

Log Message:
Work around pkgsrc mk bug by adding gsed to USE_TOOLS, not gsed:test.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/ledger2beancount/Makefile

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

Modified files:

Index: pkgsrc/finance/ledger2beancount/Makefile
diff -u pkgsrc/finance/ledger2beancount/Makefile:1.2 pkgsrc/finance/ledger2beancount/Makefile:1.3
--- pkgsrc/finance/ledger2beancount/Makefile:1.2        Mon Mar 23 16:49:07 2020
+++ pkgsrc/finance/ledger2beancount/Makefile    Mon May 11 01:18:30 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/03/23 16:49:07 riastradh Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/11 01:18:30 riastradh Exp $
 
 DISTNAME=      ledger2beancount-2.0
 PKGREVISION=   1
@@ -41,7 +41,11 @@ TEST_DEPENDS+=       ledger>=3.0.0:../../finan
 TEST_DEPENDS+= ${PYPKGPREFIX}-beancount>=0:../../finance/py-beancount
 TEST_DEPENDS+= p5-YAML-Syck>=0:../../textproc/p5-YAML-Syck
 
-USE_TOOLS+=    gsed:test
+# This should be gsed:test, but that triggers a bug in the mk/
+# infrastructure -- the checksum logic thinks TOOL_SED is gsed, but the
+# depends logic hasn't actually brought gsed in because it's only
+# needed for test.
+USE_TOOLS+=    gsed
 
 TEST_ENV+=     SORT=gsort
 



Home | Main Index | Thread Index | Old Index