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:   mrg
Date:           Sat Jun  8 10:01:22 UTC 2019

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

Log Message:
fix the previous.  probably worked on systems that exposed a
"python2" in the path somewhere.

now many the u-boot packages build again (not all were broken.)


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/sysutils/u-boot/u-boot.mk:1.18
--- pkgsrc/sysutils/u-boot/u-boot.mk:1.17       Wed Jun  5 06:18:02 2019
+++ pkgsrc/sysutils/u-boot/u-boot.mk    Sat Jun  8 10:01:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot.mk,v 1.17 2019/06/05 06:18:02 mrg Exp $
+# $NetBSD: u-boot.mk,v 1.18 2019/06/08 10:01:22 mrg Exp $
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
 
@@ -24,10 +24,12 @@ PYTHON_FOR_BUILD_ONLY=      yes
 PYTHON_VERSIONS_ACCEPTED=      27
 
 REPLACE_INTERPRETER+=  python2
-REPLACE.python2.old=   .*/usr/bin/\(env.\|\)*python2*
+REPLACE.python2.old=   python2
 REPLACE.python2.new=   ${PYTHONBIN}
 REPLACE_FILES.python2= scripts/fill_scrapyard.py \
+                       tools/binman/binman \
                        tools/binman/binman.py \
+                       tools/dtoc/dtoc \
                        tools/dtoc/dtoc.py \
                        tools/genboardscfg.py \
                        tools/moveconfig.py



Home | Main Index | Thread Index | Old Index