diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 19:11:58 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 19:11:58 +0000 |
commit | 0d1687715dd9902d2246f72c59c796863a6739da (patch) | |
tree | 38864f2ce6634a4ee17ca7f2e104e971484f0e09 | |
parent | 7610766dd70fbfcc573ad69b547420f4e78263e3 (diff) | |
download | ports-0d1687715dd9902d2246f72c59c796863a6739da.tar.gz ports-0d1687715dd9902d2246f72c59c796863a6739da.zip |
Notes
-rw-r--r-- | graphics/appleseed/Makefile | 18 | ||||
-rw-r--r-- | graphics/appleseed/pkg-plist | 9 |
2 files changed, 3 insertions, 24 deletions
diff --git a/graphics/appleseed/Makefile b/graphics/appleseed/Makefile index 58bcd4e69664..cc4beab9cc4a 100644 --- a/graphics/appleseed/Makefile +++ b/graphics/appleseed/Makefile @@ -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 @@ -60,17 +59,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> post-patch: diff --git a/graphics/appleseed/pkg-plist b/graphics/appleseed/pkg-plist index 7ab178403668..86bdd87ee334 100644 --- a/graphics/appleseed/pkg-plist +++ b/graphics/appleseed/pkg-plist @@ -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 |