svn commit: r467684 - head/math/kig

Adriaan de Groot adridg at FreeBSD.org
Wed Apr 18 07:15:23 UTC 2018


Author: adridg
Date: Wed Apr 18 07:15:22 2018
New Revision: 467684
URL: https://svnweb.freebsd.org/changeset/ports/467684

Log:
  math/kig requires Python 2.7
  
  The Boost::Python bindings are searched for in a bunch of 2.x versions,
  and no 3.x versions. Force the use of Python 2.7. No PORTREVISION bump,
  since the port doesn't change -- if you had Python 3 as default before,
  kig just didn't build.
  
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/math/kig/Makefile

Modified: head/math/kig/Makefile
==============================================================================
--- head/math/kig/Makefile	Wed Apr 18 06:51:47 2018	(r467683)
+++ head/math/kig/Makefile	Wed Apr 18 07:15:22 2018	(r467684)
@@ -9,8 +9,8 @@ COMMENT=	KDE interactive geometry application
 
 LIB_DEPENDS=	${PY_BOOST}
 
-USES=		cmake:outsource gettext compiler:c++11-lib kde:5 python:run \
-		shebangfix tar:xz
+USES=		cmake:outsource gettext compiler:c++11-lib kde:5 \
+		python:2.7,run shebangfix tar:xz
 USE_KDE=	archive auth codecs completion config configwidgets coreaddons \
 		crash doctools ecm emoticons i18n iconthemes init itemmodels \
 		jobwidgets kdelibs4support kio parts service sonnet texteditor \


More information about the svn-ports-head mailing list