svn commit: r455256 - branches/2017Q4/devel/py-qt4-core
Antoine Brodin
antoine at FreeBSD.org
Fri Dec 1 10:22:16 UTC 2017
Author: antoine
Date: Fri Dec 1 10:22:15 2017
New Revision: 455256
URL: https://svnweb.freebsd.org/changeset/ports/455256
Log:
Direct commit to 2017Q4: mark devel/py-qt4-core BROKEN with python3
Modified:
branches/2017Q4/devel/py-qt4-core/Makefile
Modified: branches/2017Q4/devel/py-qt4-core/Makefile
==============================================================================
--- branches/2017Q4/devel/py-qt4-core/Makefile Fri Dec 1 09:38:23 2017 (r455255)
+++ branches/2017Q4/devel/py-qt4-core/Makefile Fri Dec 1 10:22:15 2017 (r455256)
@@ -29,6 +29,10 @@ DEBUG_CONFIGURE_ON= --debug --trace
.include <bsd.port.pre.mk>
+.if ${PYTHON_MAJOR_VER} == "3"
+BROKEN= fails to configure
+.endif
+
# Bug 180467: We need to remove the port_v${VERSION} directory that does not
# correspond to the Python version being used to avoid failures in the
# bytecompilation calls in post-install.
More information about the svn-ports-branches
mailing list