games/arx-libertatis: remove CRASHREPORTER option (Qt4 deprecation)
Approved by: portmgr (implicit)
This commit is contained in:
parent
985d00b7c7
commit
0d875a42f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496030
2 changed files with 4 additions and 18 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= arx-libertatis
|
||||
PORTVERSION= 1.1.2
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://downloads.sourceforge.net/arx/ \
|
||||
http://arx-libertatis.org/files/
|
||||
|
@ -22,30 +22,17 @@ USE_SDL= sdl
|
|||
USE_GL= gl glew
|
||||
LLD_UNSAFE= yes
|
||||
CMAKE_ARGS= -DDATA_DIR=arx \
|
||||
-DSTRICT_USE=ON
|
||||
-DSTRICT_USE=ON \
|
||||
-DBUILD_CRASHREPORTER=OFF
|
||||
CFLAGS_powerpc64+= -mminimal-toc
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PORTDOCS= AUTHORS CHANGELOG README.md
|
||||
|
||||
OPTIONS_DEFINE= CRASHREPORTER DOCS
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
CRASHREPORTER_DESC= Build crash reporter (requires Qt4)
|
||||
CRASHREPORTER_USES= qt:4
|
||||
CRASHREPORTER_USE= QT=corelib,gui,network \
|
||||
QT=rcc_build,moc_build,uic_build,qmake_build
|
||||
CRASHREPORTER_CMAKE_ON= -DBUILD_CRASHREPORTER=ON -DUSE_QT5=OFF
|
||||
CRASHREPORTER_CMAKE_OFF=-DBUILD_CRASHREPORTER=OFF
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCRASHREPORTER}
|
||||
DEPRECATED= Qt4 has been EOL since december 2015
|
||||
EXPIRATION_DATE= 2019-03-15
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/CMakeLists.txt
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ bin/arx
|
|||
bin/arx-install-data
|
||||
bin/arxsavetool
|
||||
bin/arxunpak
|
||||
%%CRASHREPORTER%%libexec/arxcrashreporter
|
||||
man/man1/arxsavetool.1.gz
|
||||
man/man1/arxunpak.1.gz
|
||||
man/man6/arx.6.gz
|
||||
|
|
Loading…
Reference in a new issue