graphics/fracplanet: remove Flavors (Qt4 deprecation)
Approved by: portmgr (implicit)
This commit is contained in:
parent
d158caea85
commit
9cd809714e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495947
2
MOVED
2
MOVED
@ -11674,3 +11674,5 @@ deskutils/znotes@qt4||2019-03-16|Qt4 deprecation
|
||||
deskutils/znotes@qt5|deskutils/znotes|2019-03-16|Flavor has been removed
|
||||
net-im/telepathy-qt@qt4||2019-03-16|Qt4 deprecation
|
||||
net-im/telepathy-qt@qt5|net-im/telepathy-qt|2019-03-16|Flavor has been removed
|
||||
graphics/fracplanet@qt4||2019-03-16|Qt4 deprecation
|
||||
graphics/fracplanet@qt5|graphics/fracplanet|2019-03-16|Flavor has been removed
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= fracplanet
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF \
|
||||
SF/nemysisfreebsdp/:icons
|
||||
@ -18,23 +18,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
|
||||
|
||||
FLAVORS= qt5 qt4
|
||||
FLAVOR?= ${FLAVORS:[1]}
|
||||
qt5_PKGNAMESUFFIX= -${FLAVOR}
|
||||
|
||||
USES= compiler:c++11-lang gl qmake:outsource
|
||||
USES= compiler:c++11-lang gl qmake:outsource qt:5
|
||||
USE_GL= gl glu
|
||||
QMAKE_ARGS= VERSION_NUMBER=${PORTVERSION}
|
||||
|
||||
.if ${FLAVOR} == qt4
|
||||
DEPRECATED= Qt4 has been EOL since december 2015
|
||||
EXPIRATION_DATE=2019-03-15
|
||||
USES+= qt:4
|
||||
USE_QT= corelib gui moc_build opengl
|
||||
.else
|
||||
USES+= qt:5
|
||||
USE_QT= buildtools_build core gui opengl
|
||||
.endif
|
||||
|
||||
DESKTOP_ENTRIES= "Fracplanet" \
|
||||
"" \
|
||||
@ -50,6 +37,8 @@ OPTIONS_DEFINE= DOXYGEN DOCS
|
||||
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
|
||||
DOXYGEN_IMPLIES= DOCS
|
||||
|
||||
CONFLICTS_INSTALL= fracplanet-qt5
|
||||
|
||||
DOCFILES= BUGS NEWS README THANKS fracplanet.css fracplanet.htm
|
||||
ICON_SIZES= 32x32 48x48 64x64 72x72 96x96
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user