Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2018 21:46:30 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470871 - head/graphics/seexpr
Message-ID:  <201805252146.w4PLkUk5009361@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri May 25 21:46:30 2018
New Revision: 470871
URL: https://svnweb.freebsd.org/changeset/ports/470871

Log:
  - seexpr is not compatible with python3
  - fix build with DEFAULT_VERSIONS=python=3.x

Modified:
  head/graphics/seexpr/Makefile

Modified: head/graphics/seexpr/Makefile
==============================================================================
--- head/graphics/seexpr/Makefile	Fri May 25 21:44:12 2018	(r470870)
+++ head/graphics/seexpr/Makefile	Fri May 25 21:46:30 2018	(r470871)
@@ -16,9 +16,10 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	wdas
 GH_PROJECT=	SeExpr
 
-USES=		bison cmake compiler:c++0x pyqt:4 python
+USES=		bison cmake compiler:c++0x pyqt:4 python:2.7
 USE_PYQT=	gui_build sip_build
 USE_QT4=	moc_build qmake_build rcc_build uic_build gui opengl
+BINARY_ALIAS=	sip=sip-${PYTHON_VER}
 
 MAKE_JOBS_UNSAFE=	yes	# https://github.com/wdas/seexpr/issues/40
 



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