svn commit: r496002 - head/graphics/nvidia-texture-tools

Tobias C. Berner tcberner at FreeBSD.org
Sat Mar 16 23:59:33 UTC 2019


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 at 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


More information about the svn-ports-all mailing list