pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt5-qtwebkit
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 21 08:11:11 UTC 2018
Modified Files:
pkgsrc/x11/qt5-qtwebkit: Makefile
Log Message:
qt5-qtwebkit: restrict to python-2.7, does not build with 3.x
[ 3%] Generating ../../DerivedSources/JavaScriptCore/Bytecodes.h, ../../DerivedSources/JavaScriptCore/InitBytecodes.asm
File "/scratch/x11/qt5-qtwebkit/work/qtwebkit-5.212.0-alpha2/Source/JavaScriptCore/generate-bytecode-files", line 94
print "I/O error opening {0}, ({1}): {2}".format(path, e.errno, e.strerror)
^
SyntaxError: invalid syntax
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/qt5-qtwebkit/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/qt5-qtwebkit/Makefile
diff -u pkgsrc/x11/qt5-qtwebkit/Makefile:1.47 pkgsrc/x11/qt5-qtwebkit/Makefile:1.48
--- pkgsrc/x11/qt5-qtwebkit/Makefile:1.47 Wed Jan 17 19:37:33 2018
+++ pkgsrc/x11/qt5-qtwebkit/Makefile Sun Jan 21 08:11:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2018/01/17 19:37:33 markd Exp $
+# $NetBSD: Makefile,v 1.48 2018/01/21 08:11:11 wiz Exp $
DISTNAME= qtwebkit-${QTWKVERSION}
PKGNAME= qt5-qtwebkit-${QTWKVERSION:S/-/./}
@@ -16,6 +16,8 @@ EXTRACT_SUFX= .tar.xz
QTWKVERSION= 5.212.0-alpha2
+PYTHON_VERSIONS_ACCEPTED= 27 # as if 5.212.0-alpha2
+
.include "../../mk/dlopen.buildlink3.mk"
BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:M*}
Home |
Main Index |
Thread Index |
Old Index