pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue May 12 16:20:47 UTC 2020

Modified Files:
        pkgsrc/sysutils/u-boot: u-boot.mk

Log Message:
sysutils/u-boot: remove no-op SUBST block

That file only contains "env python2" in the first line, which is already
handled by REPLACE_INTERPRETER.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/u-boot/u-boot.mk

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

Modified files:

Index: pkgsrc/sysutils/u-boot/u-boot.mk
diff -u pkgsrc/sysutils/u-boot/u-boot.mk:1.23 pkgsrc/sysutils/u-boot/u-boot.mk:1.24
--- pkgsrc/sysutils/u-boot/u-boot.mk:1.23       Mon Apr  6 14:54:54 2020
+++ pkgsrc/sysutils/u-boot/u-boot.mk    Tue May 12 16:20:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot.mk,v 1.23 2020/04/06 14:54:54 tnn Exp $
+# $NetBSD: u-boot.mk,v 1.24 2020/05/12 16:20:47 rillig Exp $
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
 
@@ -25,11 +25,6 @@ ALL_ENV+=            PYTHON2=${PYTHONBIN} PYTHONC
 ALL_ENV+=              PYTHONLIBPATH=-L$(LOCALBASE)/lib
 PYTHON_VERSIONS_ACCEPTED=      27
 
-SUBST_CLASSES+=                pythonpath
-SUBST_STAGE.pythonpath=        pre-configure
-SUBST_FILES.pythonpath=        tools/dtoc/dtoc
-SUBST_SED.pythonpath=  -e "s|/usr/bin/python|${PYTHONBIN}|g"
-
 REPLACE_INTERPRETER+=  python2
 REPLACE.python2.old=   python2
 REPLACE.python2.new=   ${PYTHONBIN}



Home | Main Index | Thread Index | Old Index