pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-google-compute-engine



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 20:02:24 UTC 2020

Modified Files:
        pkgsrc/sysutils/py-google-compute-engine: Makefile

Log Message:
sysutils/py-google-compute-engine: allow no-op SUBST block

It looks wrong that the paths in constants.py depend on the operating
system, but that's not caused by the latest SUBST changes, so I'm leaving
that as-is.  Someone familiar with this package should have a look.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/py-google-compute-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/sysutils/py-google-compute-engine/Makefile
diff -u pkgsrc/sysutils/py-google-compute-engine/Makefile:1.4 pkgsrc/sysutils/py-google-compute-engine/Makefile:1.5
--- pkgsrc/sysutils/py-google-compute-engine/Makefile:1.4       Sat Sep  2 18:22:31 2017
+++ pkgsrc/sysutils/py-google-compute-engine/Makefile   Sat May  9 20:02:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/09/02 18:22:31 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2020/05/09 20:02:24 rillig Exp $
 
 GITHUB_PROJECT=        compute-image-packages
 GITHUB_TAG=    20170829
@@ -31,8 +31,7 @@ SUBST_STAGE.paths=    pre-configure
 SUBST_MESSAGE.paths=   Fixing absolute paths.
 SUBST_SED.paths=       -e 's,/etc,${PREFIX},g'
 SUBST_SED.paths+=      -e 's,/var,${VARBASE},g'
-
-
+SUBST_NOOP_OK.paths=   yes # the paths look broken, someone should fix this
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index