Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-google-compute-engine sysutils/py-google-c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1cbb803c72b
branches:  trunk
changeset: 431158:b1cbb803c72b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 09 20:02:24 2020 +0000

description:
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.

diffstat:

 sysutils/py-google-compute-engine/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r b666365d9967 -r b1cbb803c72b sysutils/py-google-compute-engine/Makefile
--- a/sysutils/py-google-compute-engine/Makefile        Sat May 09 19:56:08 2020 +0000
+++ b/sysutils/py-google-compute-engine/Makefile        Sat May 09 20:02:24 2020 +0000
@@ -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_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