Date: Sat, 16 Mar 2019 19:11:58 +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: r495944 - head/graphics/appleseed Message-ID: <201903161911.x2GJBwSs085346@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Mar 16 19:11:58 2019 New Revision: 495944 URL: https://svnweb.freebsd.org/changeset/ports/495944 Log: graphics/appleseed: remove STUDIO option (Qt4 removal) - untested as marked BROKEN Approved by: portmgr (implicit) Modified: head/graphics/appleseed/Makefile head/graphics/appleseed/pkg-plist Modified: head/graphics/appleseed/Makefile ============================================================================== --- head/graphics/appleseed/Makefile Sat Mar 16 18:54:18 2019 (r495943) +++ head/graphics/appleseed/Makefile Sat Mar 16 19:11:58 2019 (r495944) @@ -3,7 +3,7 @@ PORTNAME= appleseed DISTVERSION= 1.7.1-beta -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org @@ -45,13 +45,12 @@ PLIST_SUB= APPHOME=${CMAKE_INSTALL_PREFIX} SUB_FILES= pkg-message SUB_LIST:= ${PLIST_SUB} -OPTIONS_DEFINE= CPP11 EXAMPLES DISNEY STUDIO -OPTIONS_DEFAULT= DISNEY STUDIO +OPTIONS_DEFINE= CPP11 EXAMPLES DISNEY +OPTIONS_DEFAULT= DISNEY OPTIONS_SUB= yes CPP11_DESC= Build in C++11 mode DISNEY_DESC= Disney material support -STUDIO_DESC= Build appleseed.studio (Qt-based GUI program) CPP11_CMAKE_ON= -DUSE_CPP11:BOOL=ON @@ -59,17 +58,6 @@ EXAMPLES_CMAKE_OFF= -DWITH_SAMPLES:BOOL=OFF DISNEY_LIB_DEPENDS= libSeExpr.so:graphics/seexpr DISNEY_CMAKE_ON= -DWITH_DISNEY_MATERIAL:BOOL=ON - -STUDIO_USES= qt:4 -STUDIO_USE= QT=moc_build,qmake_build,rcc_build,uic_build,opengl -STUDIO_CMAKE_OFF= -DWITH_STUDIO:BOOL=OFF - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MSTUDIO} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif .include <bsd.port.pre.mk> Modified: head/graphics/appleseed/pkg-plist ============================================================================== --- head/graphics/appleseed/pkg-plist Sat Mar 16 18:54:18 2019 (r495943) +++ head/graphics/appleseed/pkg-plist Sat Mar 16 19:11:58 2019 (r495944) @@ -10,7 +10,6 @@ share/cmake/Modules/FindXerces.cmake @cwd %%APPHOME%% bin/animatecamera bin/appleseed.cli -%%STUDIO%%bin/appleseed.studio bin/convertmany.py bin/convertmeshfile bin/dumpmetadata @@ -100,14 +99,6 @@ lib/libappleseed.so %%PORTEXAMPLES%%samples/python/basic/output/preserve.txt schemas/project.xsd schemas/settings.xsd -%%STUDIO%%seexpr/clouds/blue_clouds.se -%%STUDIO%%seexpr/geometric/checkers.se -%%STUDIO%%seexpr/geometric/dots.se -%%STUDIO%%seexpr/gradients/horizontal.se -%%STUDIO%%seexpr/gradients/vertical.se -%%STUDIO%%seexpr/noise/fbm.se -%%STUDIO%%seexpr/noise/noise.se -%%STUDIO%%seexpr/noise/turbulence.se settings/appleseed.cli.xml settings/appleseed.studio.xml settings/appleseed.tools.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903161911.x2GJBwSs085346>