mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
net/quiterss: remove QT4/QT5 options (Qt4 deprecation)
Approved by: portmgr (implicit)
This commit is contained in:
parent
704a3bb184
commit
e7fa9dadb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495928
1 changed files with 4 additions and 20 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= quiterss
|
PORTNAME= quiterss
|
||||||
PORTVERSION= 0.18.12
|
PORTVERSION= 0.18.12
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://quiterss.org/files/${PORTVERSION}/
|
MASTER_SITES= http://quiterss.org/files/${PORTVERSION}/
|
||||||
DISTNAME= QuiteRSS-${PORTVERSION}-src
|
DISTNAME= QuiteRSS-${PORTVERSION}-src
|
||||||
|
@ -16,27 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
USES= desktop-file-utils pkgconfig qmake:outsource sqlite
|
USES= desktop-file-utils pkgconfig qmake:outsource qt:5 sqlite
|
||||||
|
USE_QT= buildtools_build linguisttools_build core xml gui widgets \
|
||||||
|
network multimedia printsupport webkit sql sql-sqlite3_run
|
||||||
|
|
||||||
OPTIONS_DEFINE= DEBUG
|
OPTIONS_DEFINE= DEBUG
|
||||||
OPTIONS_SINGLE= GUI
|
|
||||||
OPTIONS_SINGLE_GUI= QT4 QT5
|
|
||||||
OPTIONS_DEFAULT= QT5
|
|
||||||
|
|
||||||
QT4_USES= qt:4 qt:4
|
|
||||||
QT4_USE= QT=moc_build,rcc_build,uic_build,linguisttools_build
|
|
||||||
QT4_USE+= QT=corelib,gui,network,xml,webkit,phonon,sql,sql-sqlite3_run
|
|
||||||
|
|
||||||
QT5_USES= qt:5 qt:5
|
|
||||||
QT5_USE= QT=buildtools_build,linguisttools_build,core,xml,gui,widgets
|
|
||||||
QT5_USE+= QT=network,multimedia,printsupport,webkit,sql,sql-sqlite3_run
|
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MQT4}
|
|
||||||
DEPRECATED= Qt4 has been EOL since december 2015
|
|
||||||
EXPIRATION_DATE= 2019-03-15
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch-DEBUG-on:
|
post-patch-DEBUG-on:
|
||||||
@${REINPLACE_CMD} 's|debug_and_release|debug|' \
|
@${REINPLACE_CMD} 's|debug_and_release|debug|' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue