Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 19:05:33 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493059 - head/science/openstructure
Message-ID:  <201902161905.x1GJ5XAc054322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Feb 16 19:05:32 2019
New Revision: 493059
URL: https://svnweb.freebsd.org/changeset/ports/493059

Log:
  science/openstructure: python:2.7 for now
  
  PR:		234781
  Reported by:	antoine

Modified:
  head/science/openstructure/Makefile

Modified: head/science/openstructure/Makefile
==============================================================================
--- head/science/openstructure/Makefile	Sat Feb 16 18:52:37 2019	(r493058)
+++ head/science/openstructure/Makefile	Sat Feb 16 19:05:32 2019	(r493059)
@@ -12,7 +12,7 @@ COMMENT=	Molecular modelling and visualization environ
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-DEPRECATED=		Qt4 has been EOL since december 2015
+DEPRECATED=		Qt4 has been EOL since december 2015 # the upstream promised to support Qt5 in the next release
 EXPIRATION_DATE=	2019-03-15
 
 BUILD_DEPENDS=	fftw3>0:math/fftw3
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs \
 RUN_DEPENDS=	${PYNUMPY} \
 		bash:shells/bash
 
-USES=		cmake eigen:3 python pyqt:4 qt:4 shebangfix
+USES=		cmake eigen:3 gl python:2.7 pyqt:4 qt:4 shebangfix # I asked the upstream to make it python3-compatible
 SHEBANG_FILES=	scripts/dng.in scripts/ost.in scripts/ost_config.in
 USE_QT=		corelib gui network opengl xml qmake_build moc_build rcc_build uic_build
 USE_PYQT=	core gui



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