pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/distcc-pump



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 21:36:12 UTC 2018

Modified Files:
        pkgsrc/devel/distcc-pump: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/distcc-pump/Makefile

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

Modified files:

Index: pkgsrc/devel/distcc-pump/Makefile
diff -u pkgsrc/devel/distcc-pump/Makefile:1.12 pkgsrc/devel/distcc-pump/Makefile:1.13
--- pkgsrc/devel/distcc-pump/Makefile:1.12      Tue Jul  3 05:03:08 2018
+++ pkgsrc/devel/distcc-pump/Makefile   Thu Sep 27 21:36:12 2018
@@ -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 @@ COMMENT=        Accelerated remote compilation 
 .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