diff options
author | gahr <gahr@FreeBSD.org> | 2012-08-31 00:59:29 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-08-31 00:59:29 +0800 |
commit | d7bcc84c4b49fb3e56026d2cddbe5dca538d03b8 (patch) | |
tree | 25b7577dfa598ac968e1448bf43aec8789619a02 /graphics | |
parent | d3be85320e77e5f61ae0bc7f5e229946261f7977 (diff) | |
download | freebsd-ports-graphics-d7bcc84c4b49fb3e56026d2cddbe5dca538d03b8.tar.gz freebsd-ports-graphics-d7bcc84c4b49fb3e56026d2cddbe5dca538d03b8.tar.zst freebsd-ports-graphics-d7bcc84c4b49fb3e56026d2cddbe5dca538d03b8.zip |
- Update to 1.8.2
Announcement: http://www.aqsis.org/2012/08/version-182-available.html
Diffstat (limited to 'graphics')
-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 d31325eb9b2..a9a8db4d5f3 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 e24463c2716..8bf8593f113 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 5a672b3b34a..00000000000 --- 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 88ac1a78227..00000000000 --- 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; |