pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/distcc-pump distcc-pump: invert PYTHON_VERSIONS_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c71268452d7a
branches:  trunk
changeset: 313355:c71268452d7a
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Sep 27 21:36:12 2018 +0000

description:
distcc-pump: invert PYTHON_VERSIONS_INCOMPATIBLE

checking whether /usr/pkg/bin/python2.7 version is >= 3.1... no
configure: error: Python interpreter is too old

diffstat:

 devel/distcc-pump/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 84195e0d4f01 -r c71268452d7a devel/distcc-pump/Makefile
--- a/devel/distcc-pump/Makefile        Thu Sep 27 21:16:40 2018 +0000
+++ b/devel/distcc-pump/Makefile        Thu Sep 27 21:36:12 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:08 adam Exp $
+# $NetBSD: Makefile,v 1.13 2018/09/27 21:36:12 tnn Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-pump-/:S/rc1//}
 COMMENT=       Accelerated remote compilation with distcc
@@ -6,7 +6,7 @@
 .include "../../devel/distcc/Makefile.common"
 
 PY_PATCHPLIST=         yes
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 37 # not yet ported as of 3.1
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 # check patch-ae for build and install targets
 BUILD_TARGET=          pump include-server



Home | Main Index | Thread Index | Old Index