Date: Thu, 17 Jan 2019 15:30:51 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490568 - head/x11-toolkits/nucleo Message-ID: <201901171530.x0HFUpjJ082156@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Thu Jan 17 15:30:51 2019 New Revision: 490568 URL: https://svnweb.freebsd.org/changeset/ports/490568 Log: With Qt 4.x sadly going away in less than two months, remove the QT4 option earlier to ease the deprecation process and reduce repo churn when the time comes. Modified: head/x11-toolkits/nucleo/Makefile head/x11-toolkits/nucleo/pkg-plist Modified: head/x11-toolkits/nucleo/Makefile ============================================================================== --- head/x11-toolkits/nucleo/Makefile Thu Jan 17 15:12:55 2019 (r490567) +++ head/x11-toolkits/nucleo/Makefile Thu Jan 17 15:30:51 2019 (r490568) @@ -22,12 +22,12 @@ USES= gl gmake jpeg libtool localbase:ldflags \ pathfix pkgconfig python:run shebangfix tar:bzip2 USE_GL= gl glu GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-opencv +CONFIGURE_ARGS= --without-opencv --without-qt USE_LDCONFIG= yes INSTALL_TARGET= install-strip SHEBANG_FILES= docs/MacOSX/nBundle.in -OPTIONS_DEFINE= FFMPEG GD GNUTLS QT4 +OPTIONS_DEFINE= FFMPEG GD GNUTLS OPTIONS_RADIO= DNSSD OPTIONS_RADIO_DNSSD= AVAHI MDNSRESPONDER OPTIONS_SUB= yes @@ -42,8 +42,6 @@ FFMPEG_CONFIGURE_OFF= --without-ffmpeg GD_DESC= Build GD plugin GD_LIB_DEPENDS= libgd.so:graphics/gd - -QT4_DESC= Build Qt 4 plugin GD_CONFIGURE_OFF= --without-gd GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls @@ -51,20 +49,10 @@ GNUTLS_CONFIGURE_OFF= --without-gnutls MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder -QT4_USE= QT=moc_build,corelib -QT4_USES= qmake:no_env qt:4 -QT4_CONFIGURE_OFF= --without-qt -QT4_MAKE_ARGS= QT4MOC="${MOC}" - .include <bsd.port.options.mk> .if ! ${PORT_OPTIONS:MAVAHI} && ! ${PORT_OPTIONS:MMDNSRESPONDER} CONFIGURE_ARGS+= --without-dns-sd -.endif - -.if ${PORT_OPTIONS:MQT4} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 .endif post-install: Modified: head/x11-toolkits/nucleo/pkg-plist ============================================================================== --- head/x11-toolkits/nucleo/pkg-plist Thu Jan 17 15:12:55 2019 (r490567) +++ head/x11-toolkits/nucleo/pkg-plist Thu Jan 17 15:30:51 2019 (r490568) @@ -91,9 +91,6 @@ include/nucleo/network/udp/UdpSender.H include/nucleo/network/udp/UdpSocket.H include/nucleo/network/xmpp/XmppConnection.H include/nucleo/nucleo.H -%%QT4%%include/nucleo/plugins/qt/qtFileKeeper.H -%%QT4%%include/nucleo/plugins/qt/qtReactiveEngine.H -%%QT4%%include/nucleo/plugins/qt/qtTimeKeeper.H include/nucleo/utils/AppUtils.H include/nucleo/utils/Base64.H include/nucleo/utils/ByteOrder.H @@ -111,7 +108,6 @@ lib/libNucleo.so.0 lib/libNucleo.so.0.0.0 %%FFMPEG%%lib/nucleo/nPffmpeg.so %%GD%%lib/nucleo/nPgd.so -%%QT4%%lib/nucleo/nPqt.so libdata/pkgconfig/nucleo.pc %%DATADIR%%/Info.plist.tmpl %%DATADIR%%/fonts/Vera.ttf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901171530.x0HFUpjJ082156>