Date: Sat, 16 Mar 2019 23:59:31 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496002 - head/graphics/nvidia-texture-tools Message-ID: <201903162359.x2GNxVY8043614@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Mar 16 23:59:31 2019 New Revision: 496002 URL: https://svnweb.freebsd.org/changeset/ports/496002 Log: graphics/nvidia-texture-tools: remove COMPRESSUI option (Qt4 deprecation) Approved by: portmgr (implicit) Modified: head/graphics/nvidia-texture-tools/Makefile head/graphics/nvidia-texture-tools/pkg-plist Modified: head/graphics/nvidia-texture-tools/Makefile ============================================================================== --- head/graphics/nvidia-texture-tools/Makefile Sat Mar 16 23:50:14 2019 (r496001) +++ head/graphics/nvidia-texture-tools/Makefile Sat Mar 16 23:59:31 2019 (r496002) @@ -3,7 +3,7 @@ PORTNAME= nvidia-texture-tools PORTVERSION= 2.0.8.1 # needed to not bump PORTEPOCH; remove on next update -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org @@ -31,27 +31,8 @@ CXXFLAGS+= -fPIC PORTDOCS= NVIDIA_Texture_Tools_README.txt ChangeLog -OPTIONS_DEFINE= COMPRESSUI DOCS +OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes - -COMPRESSUI_DESC=Build compressor UI (requires Qt4) -COMPRESSUI_USES= qt:4 -COMPRESSUI_USE= QT=qmake_build,moc_build,uic_build,rcc_build,corelib,gui,opengl - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MCOMPRESSUI} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif - -post-patch-COMPRESSUI-on: - @${REINPLACE_CMD} -e '/FIND_PACKAGE.*Qt4/ s|)$$| REQUIRED&|' \ - ${WRKSRC}/src/CMakeLists.txt - -post-patch-COMPRESSUI-off: - @${REINPLACE_CMD} -e '/FIND_PACKAGE.*Qt4/ d' \ - ${WRKSRC}/src/CMakeLists.txt post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/graphics/nvidia-texture-tools/pkg-plist ============================================================================== --- head/graphics/nvidia-texture-tools/pkg-plist Sat Mar 16 23:50:14 2019 (r496001) +++ head/graphics/nvidia-texture-tools/pkg-plist Sat Mar 16 23:59:31 2019 (r496002) @@ -1,6 +1,5 @@ bin/nvassemble bin/nvcompress -%%COMPRESSUI%%bin/nvcompressui bin/nvddsinfo bin/nvdecompress bin/nvimgdiff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903162359.x2GNxVY8043614>