pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/pluma



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun 29 19:37:26 UTC 2017

Modified Files:
        pkgsrc/editors/pluma: options.mk

Log Message:
More python fallout, we need to specifically override PYTHONBIN and
ensure python2.7 is used during the build process, even though it is
incompatible, because the scripts are not python3 compatible.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/pluma/options.mk

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

Modified files:

Index: pkgsrc/editors/pluma/options.mk
diff -u pkgsrc/editors/pluma/options.mk:1.4 pkgsrc/editors/pluma/options.mk:1.5
--- pkgsrc/editors/pluma/options.mk:1.4 Wed Jun 28 15:56:22 2017
+++ pkgsrc/editors/pluma/options.mk     Thu Jun 29 19:37:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2017/06/28 15:56:22 jperkin Exp $
+# $NetBSD: options.mk,v 1.5 2017/06/29 19:37:26 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.pluma
 PKG_SUPPORTED_OPTIONS= enchant
@@ -33,4 +33,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 #
 .include "../../x11/py-gtksourceview/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-python
+# XXX: Due to the mess described above, and the fact that python is required
+# by the build process but is not python3 compatible, we need to override and
+# use python2.7 explicitly.
+PYTHONBIN=             ${LOCALBASE}/bin/python2.7
 .endif



Home | Main Index | Thread Index | Old Index