Date: Sat, 16 Mar 2019 16:08:57 +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: r495903 - head/graphics/osg-devel Message-ID: <201903161608.x2GG8vRW082624@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Mar 16 16:08:57 2019 New Revision: 495903 URL: https://svnweb.freebsd.org/changeset/ports/495903 Log: graphics/osg-devel: remove QT4 option (Qt4 deprecation) Approved by: portmgr (implicit) Modified: head/graphics/osg-devel/Makefile head/graphics/osg-devel/pkg-plist Modified: head/graphics/osg-devel/Makefile ============================================================================== --- head/graphics/osg-devel/Makefile Sat Mar 16 16:03:11 2019 (r495902) +++ head/graphics/osg-devel/Makefile Sat Mar 16 16:08:57 2019 (r495903) @@ -3,7 +3,7 @@ PORTNAME= osg PORTVERSION= 3.5.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ @@ -36,10 +36,8 @@ PLIST_SUB= OSG_VERSION=${PORTVERSION} \ PORTSCOUT= limitw:1,odd OPTIONS_DEFINE= CURL FFMPEG FREETYPE GDAL GIF GSTREAMER GTA INVENTOR \ - JASPER LIBLAS LUA NVTT OPENEXR PDF SDL \ + JASPER LIBLAS LUA NVTT OPENEXR PDF QT5 SDL \ SVG VNC XINE XRANDR -OPTIONS_RADIO= QT -OPTIONS_RADIO_QT=QT4 QT5 OPTIONS_DEFAULT=FFMPEG FREETYPE GIF XRANDR GDAL_DESC= GDAL support @@ -47,7 +45,6 @@ GTA_DESC= GTA file format support INVENTOR_DESC= SGI OpenInventor support LIBLAS_DESC= liblas support NVTT_DESC= Use NVidia texture tools -QT_DESC= QT toolkit support SDL_DESC= Use SDL (joystick support in present3d) VNC_DESC= LibVNCServer support @@ -98,11 +95,6 @@ PDF_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-g PDF_USE= gnome=cairo PDF_VARS= FORCE_REQUIRE+=Poppler-glib PDF_VARS_OFF= FORCE_IGNORE+=Poppler-glib -QT4_USES= qt:4 -QT4_USE= qt=corelib,gui,moc_build,opengl,qmake_build,rcc_build,uic_build -QT4_CMAKE_ON= -DDESIRED_QT_VERSION=4 -QT4_VARS= FORCE_REQUIRE+=Qt4 -QT4_VARS_OFF= FORCE_IGNORE+=Qt4 QT5_USES= qt:5 QT5_USE= qt=buildtools_build,core,gui,opengl,qmake_build,webkit QT5_CMAKE_ON= -DDESIRED_QT_VERSION=5 @@ -134,17 +126,12 @@ FORCE_REQUIRE= Threads OpenGL X11 JPEG PNG TIFF ZLIB .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MQT4} || ${PORT_OPTIONS:MQT5} +.if ${PORT_OPTIONS:MQT5} CMAKE_ARGS+= -DOSG_USE_QT:BOOL=ON PLIST_SUB+= QT="" .else CMAKE_ARGS+= -DOSG_USE_QT:BOOL=OFF PLIST_SUB+= QT="@comment " -.endif - -.if ${PORT_OPTIONS:MQT4} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 .endif post-patch: Modified: head/graphics/osg-devel/pkg-plist ============================================================================== --- head/graphics/osg-devel/pkg-plist Sat Mar 16 16:03:11 2019 (r495902) +++ head/graphics/osg-devel/pkg-plist Sat Mar 16 16:08:57 2019 (r495903) @@ -732,7 +732,6 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_png.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_pnm.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_pov.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_pvr.so -%%QT4%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_qfont.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_revisions.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_rgb.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_rot.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903161608.x2GG8vRW082624>