pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/foomatic4-db-engine



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May  1 21:07:24 UTC 2020

Modified Files:
        pkgsrc/print/foomatic4-db-engine: Makefile

Log Message:
print/foomatic4-db-engine: allow SUBST block to be a no-op


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/print/foomatic4-db-engine/Makefile

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

Modified files:

Index: pkgsrc/print/foomatic4-db-engine/Makefile
diff -u pkgsrc/print/foomatic4-db-engine/Makefile:1.33 pkgsrc/print/foomatic4-db-engine/Makefile:1.34
--- pkgsrc/print/foomatic4-db-engine/Makefile:1.33      Sat Jan 18 23:33:28 2020
+++ pkgsrc/print/foomatic4-db-engine/Makefile   Fri May  1 21:07:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/01/18 23:33:28 rillig Exp $
+# $NetBSD: Makefile,v 1.34 2020/05/01 21:07:24 rillig Exp $
 #
 
 DISTNAME=      foomatic-db-engine-4.0.13
@@ -43,6 +43,10 @@ SUBST_CLASSES+=              fixpath
 SUBST_STAGE.fixpath=   post-build
 SUBST_FILES.fixpath=   lib/Foomatic/Defaults.pm
 SUBST_SED.fixpath=     -e "s,${TOOLS_DIR}/bin/curl,${BUILDLINK_PREFIX.curl}/bin/curl,g"
+SUBST_NOOP_OK.fixpath= yes # see below
+# I'm not sure in which situations ${TOOLS_DIRS} may end up in
+# config.status.  When I tried, the correct path to curl ended up there.
+# See also https://bugs.linuxfoundation.org/show_bug.cgi?id=1442.
 
 # XXX generated but needs to be present before perl5-configure
 post-extract:



Home | Main Index | Thread Index | Old Index