Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2017 10:22:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r455256 - branches/2017Q4/devel/py-qt4-core
Message-ID:  <201712011022.vB1AMFKu073347@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712011022.vB1AMFKu073347>