pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot fix the previous. probably worked on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b6e3b3c979a
branches:  trunk
changeset: 396729:0b6e3b3c979a
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Sat Jun 08 10:01:22 2019 +0000

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

diffstat:

 sysutils/u-boot/u-boot.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 5389b223898e -r 0b6e3b3c979a sysutils/u-boot/u-boot.mk
--- a/sysutils/u-boot/u-boot.mk Sat Jun 08 09:34:29 2019 +0000
+++ b/sysutils/u-boot/u-boot.mk Sat Jun 08 10:01:22 2019 +0000
@@ -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_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