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:   bsiegert
Date:           Mon Mar 19 20:49:01 UTC 2018

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

Log Message:
Constrain to Python 2.7.

Python 3 is theoretically supported, but newer python versions remove the
cmpfunc type from their C APIs, which breaks the build.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/sysutils/u-boot/u-boot.mk:1.8
--- pkgsrc/sysutils/u-boot/u-boot.mk:1.7        Wed Nov 15 22:08:27 2017
+++ pkgsrc/sysutils/u-boot/u-boot.mk    Mon Mar 19 20:49:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot.mk,v 1.7 2017/11/15 22:08:27 jmcneill Exp $
+# $NetBSD: u-boot.mk,v 1.8 2018/03/19 20:49:01 bsiegert Exp $
 
 UBOOT_VERSION?=        2017.11
 PKGNAME=       u-boot-${UBOOT_TARGET}-${UBOOT_VERSION}
@@ -20,6 +20,7 @@ LICENSE=      gnu-gpl-v2
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake gsed pkg-config
 PYTHON_FOR_BUILD_ONLY= yes
+PYTHON_VERSIONS_ACCEPTED=      27
 
 REPLACE_INTERPRETER+=  python2
 REPLACE.python2.old=   .*/usr/bin/env.*python2*



Home | Main Index | Thread Index | Old Index