diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-08-30 16:59:29 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-08-30 16:59:29 +0000 |
commit | 1d130ffc9150603763d39e90f3131370481b1372 (patch) | |
tree | 25b7577dfa598ac968e1448bf43aec8789619a02 /graphics/aqsis | |
parent | 5b7ecc28295eff9cd9cf87c76f990bbac31640bc (diff) |
Notes
Diffstat (limited to 'graphics/aqsis')
-rw-r--r-- | graphics/aqsis/Makefile | 4 | ||||
-rw-r--r-- | graphics/aqsis/distinfo | 4 | ||||
-rw-r--r-- | graphics/aqsis/files/patch-distribution_CMakeLists.txt | 22 | ||||
-rw-r--r-- | graphics/aqsis/files/patch-libs-core-api_ri.cpp | 14 |
4 files changed, 3 insertions, 41 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index d31325eb9b22..a9a8db4d5f3e 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -7,11 +7,9 @@ # PORTNAME= aqsis -PORTVERSION= 1.8.0 -PORTREVISION= 3 +PORTVERSION= 1.8.2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} -DISTNAME= Aqsis-${PORTVERSION}-Source MAINTAINER= gahr@FreeBSD.org COMMENT= A photorealistic rendering system diff --git a/graphics/aqsis/distinfo b/graphics/aqsis/distinfo index e24463c27161..8bf8593f1139 100644 --- a/graphics/aqsis/distinfo +++ b/graphics/aqsis/distinfo @@ -1,2 +1,2 @@ -SHA256 (Aqsis-1.8.0-Source.tar.gz) = c3bd72550c84822342c8e19db42ca8412ebc84adacf241efba346eaf6193fc50 -SIZE (Aqsis-1.8.0-Source.tar.gz) = 5646113 +SHA256 (aqsis-1.8.2.tar.gz) = 25f644eb69dfe6f89c76f95615e897c6d74053fe72cc2069713855f80e791098 +SIZE (aqsis-1.8.2.tar.gz) = 5669285 diff --git a/graphics/aqsis/files/patch-distribution_CMakeLists.txt b/graphics/aqsis/files/patch-distribution_CMakeLists.txt deleted file mode 100644 index 5a672b3b34ad..000000000000 --- a/graphics/aqsis/files/patch-distribution_CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ ---- distribution/CMakeLists.txt.orig 2012-03-05 13:59:34.000000000 +0100 -+++ distribution/CMakeLists.txt 2012-03-05 13:59:57.000000000 +0100 -@@ -111,11 +111,11 @@ - # By moving it here, we guarantee it happens after the files are installed, as this - # is add_subdirectory'd last, and I arbitrarily choose piqsl, as if QT is enabled, - # all QT apps are build anyway at the moment. --if(AQSIS_USE_QT) -- set(DIRS "${QT_BINARY_DIR}" "${Boost_LIBRARY_DIRS}") -- set(APPS "\${CMAKE_INSTALL_PREFIX}/${BINDIR}/piqsl${CMAKE_EXECUTABLE_SUFFIX}") -- INSTALL(CODE " -- include(BundleUtilities) -- fixup_bundle(\"${APPS}\" \"\" \"${DIRS}\") -- " COMPONENT main) --endif() -+#if(AQSIS_USE_QT) -+# set(DIRS "${QT_BINARY_DIR}" "${Boost_LIBRARY_DIRS}") -+# set(APPS "\${CMAKE_INSTALL_PREFIX}/${BINDIR}/piqsl${CMAKE_EXECUTABLE_SUFFIX}") -+# INSTALL(CODE " -+# include(BundleUtilities) -+# fixup_bundle(\"${APPS}\" \"\" \"${DIRS}\") -+# " COMPONENT main) -+#endif() diff --git a/graphics/aqsis/files/patch-libs-core-api_ri.cpp b/graphics/aqsis/files/patch-libs-core-api_ri.cpp deleted file mode 100644 index 88ac1a78227c..000000000000 --- a/graphics/aqsis/files/patch-libs-core-api_ri.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- libs/core/api/ri.cpp.orig 2012-03-02 09:03:48.000000000 +0100 -+++ libs/core/api/ri.cpp 2012-03-15 11:58:30.000000000 +0100 -@@ -4220,6 +4220,11 @@ - Aqsis::log() << warning << "RiDeformation not supported" << std::endl; - } - -+RtVoid RiDeformationV(RtToken name, RtInt n, RtToken tokens[], RtPointer parms[]) -+{ -+ Aqsis::log() << warning << "RiDeformationV not supported" << std::endl; -+} -+ - RtVoid RiMakeBump(RtString imagefile, RtString bumpfile, RtToken swrap, RtToken twrap, RtFilterFunc filterfunc, RtFloat swidth, RtFloat twidth, PARAMETERLIST) - { - Aqsis::log() << warning << "RiMakeBump not supported" << std::endl; |