Thu May 3 17:54:54 2012 UTC ()
Pullup ticket #3760 - requested by dholland
graphics/aqsis: build fix update

Revisions pulled up:
- graphics/aqsis/Makefile                                       1.37
- graphics/aqsis/PLIST                                          1.4
- graphics/aqsis/distinfo                                       1.8
- graphics/aqsis/options.mk                                     1.1-1.2
- graphics/aqsis/patches/patch-aa                               deleted
- graphics/aqsis/patches/patch-ab                               deleted
- graphics/aqsis/patches/patch-ac                               deleted
- graphics/aqsis/patches/patch-ad                               deleted
- graphics/aqsis/patches/patch-ae                               deleted
- graphics/aqsis/patches/patch-af                               deleted
- graphics/aqsis/patches/patch-ag                               deleted
- graphics/aqsis/patches/patch-ah                               deleted
- graphics/aqsis/patches/patch-ai                               deleted
- graphics/aqsis/patches/patch-aj                               deleted
- graphics/aqsis/patches/patch-ak                               deleted
- graphics/aqsis/patches/patch-al                               deleted
- graphics/aqsis/patches/patch-am                               deleted
- graphics/aqsis/patches/patch-an                               deleted
- graphics/aqsis/patches/patch-ao                               deleted
- graphics/aqsis/patches/patch-ap                               deleted
- graphics/aqsis/patches/patch-aq                               deleted
- graphics/aqsis/patches/patch-cmake_modules_FindPNG_cmake      1.1

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Mon Apr 30 01:59:14 UTC 2012

   Modified Files:
   	pkgsrc/graphics/aqsis: Makefile PLIST distinfo
   Added Files:
   	pkgsrc/graphics/aqsis: options.mk
   	pkgsrc/graphics/aqsis/patches: patch-cmake_modules_FindPNG_cmake
   Removed Files:
   	pkgsrc/graphics/aqsis/patches: patch-aa patch-ab patch-ac patch-ad
   	    patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak
   	    patch-al patch-am patch-an patch-ao patch-ap patch-aq

   Log Message:
   Update to 1.8.1. Changes: 10 years of development.
   Add missing DESTDIR support.

   Restriction: so far the GUI parts, which require qt4, are not built
   by default, and probably won't build yet if enabled.

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Mon Apr 30 02:54:29 UTC 2012

   Modified Files:
   	pkgsrc/graphics/aqsis: options.mk

   Log Message:
   Switch the qt4 option on by default, as it turns out it works and (to
   my surprise) doesn't require PLIST additions. Ride the update as it was
   less than an hour ago.


(tron)
diff -r1.36 -r1.36.2.1 pkgsrc/graphics/aqsis/Makefile
diff -r1.3 -r1.3.24.1 pkgsrc/graphics/aqsis/PLIST
diff -r1.7 -r1.7.32.1 pkgsrc/graphics/aqsis/distinfo
diff -r0 -r1.2.2.2 pkgsrc/graphics/aqsis/options.mk
diff -r1.2 -r0 pkgsrc/graphics/aqsis/patches/patch-aa
diff -r1.1.1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-ab
diff -r1.1.1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-ac
diff -r1.1.1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-ad
diff -r1.1.1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-ae
diff -r1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-af
diff -r1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-ag
diff -r1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-ah
diff -r1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-ai
diff -r1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-aj
diff -r1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-ak
diff -r1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-al
diff -r1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-am
diff -r1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-an
diff -r1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-ao
diff -r1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-ap
diff -r1.1 -r0 pkgsrc/graphics/aqsis/patches/patch-aq
diff -r0 -r1.1.2.2 pkgsrc/graphics/aqsis/patches/patch-cmake_modules_FindPNG_cmake

cvs diff -r1.36 -r1.36.2.1 pkgsrc/graphics/aqsis/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/aqsis/Attic/Makefile 2012/02/06 12:40:16 1.36
+++ pkgsrc/graphics/aqsis/Attic/Makefile 2012/05/03 17:54:53 1.36.2.1
@@ -1,27 +1,170 @@ @@ -1,27 +1,170 @@
1# $NetBSD: Makefile,v 1.36 2012/02/06 12:40:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.36.2.1 2012/05/03 17:54:53 tron Exp $
2# 2#
3 3
4DISTNAME= aqsis-0.6.4 4DISTNAME= aqsis-1.8.1
5PKGREVISION= 9 
6CATEGORIES= graphics 5CATEGORIES= graphics
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aqsis/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aqsis/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.aqsis.org/ 9HOMEPAGE= http://www.aqsis.org/
11COMMENT= Renderman clone 10COMMENT= Renderman clone
12LICENSE= gnu-gpl-v1 11LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND modified-bsd
13 12
14MAKE_JOBS_SAFE= no 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16GNU_CONFIGURE= yes 15USE_CMAKE= yes
17USE_LIBTOOL= yes 
18USE_TOOLS+= gmake lex 
19 
20GCC_REQD+= 2.95.3 
21USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
 17USE_TOOLS+= pkg-config flex bison
 18
 19#
 20# Insists on being built in a separate directory.
 21#
 22
 23CONFIGURE_DIRS= build
 24CMAKE_ARG_PATH= ..
 25
 26pre-configure:
 27 mkdir ${WRKSRC}/build
 28
 29#
 30# Something in cmake issues -ldl regardless of whether it's appropriate.
 31# Kludge around it.
 32#
 33
 34# This does not work; it sets CMAKE_DL_LIBS which the cmake documentation
 35# says is where -ldl comes from, but this does not apparently prevent
 36# cmake from issuing -ldl.
 37#CMAKE_ARGS+= -D CMAKE_DL_LIBS:STRING='${DL_LIBS}'
 38
 39.include "../../mk/bsd.prefs.mk"
 40.if ${OPSYS} == "NetBSD"
 41BUILDLINK_TRANSFORM+= rm:-ldl
 42.endif
 43
 44#
 45# Forcibly reprogram cmake's rpath substitution.
 46#
 47
 48BLDIR= ${WRKDIR}/.buildlink/lib
 49
 50SUBST_CLASSES+= rpath
 51SUBST_STAGE.rpath= post-configure
 52SUBST_FILES.rpath+= build/libs/math/cmake_install.cmake
 53SUBST_FILES.rpath+= build/libs/util/cmake_install.cmake
 54SUBST_FILES.rpath+= build/libs/riutil/cmake_install.cmake
 55SUBST_FILES.rpath+= build/libs/slcomp/cmake_install.cmake
 56SUBST_FILES.rpath+= build/libs/tex/cmake_install.cmake
 57SUBST_FILES.rpath+= build/libs/shadervm/cmake_install.cmake
 58SUBST_FILES.rpath+= build/libs/slxargs/cmake_install.cmake
 59SUBST_FILES.rpath+= build/libs/ri2rib/cmake_install.cmake
 60SUBST_FILES.rpath+= build/libs/core/cmake_install.cmake
 61SUBST_FILES.rpath+= build/tools/aqsl/cmake_install.cmake
 62SUBST_FILES.rpath+= build/tools/aqsltell/cmake_install.cmake
 63SUBST_FILES.rpath+= build/tools/aqsis/cmake_install.cmake
 64SUBST_FILES.rpath+= build/tools/miqser/cmake_install.cmake
 65SUBST_FILES.rpath+= build/tools/teqser/cmake_install.cmake
 66SUBST_FILES.rpath+= build/tools/displays/exr/cmake_install.cmake
 67SUBST_FILES.rpath+= build/tools/displays/file/cmake_install.cmake
 68SUBST_FILES.rpath+= build/tools/displays/piqsl/cmake_install.cmake
 69SUBST_FILES.rpath+= build/tools/displays/sdcBMP/cmake_install.cmake
 70SUBST_FILES.rpath+= build/tools/displays/xpm/cmake_install.cmake
 71SUBST_FILES.rpath+= build/tools/procedurals/hairgen/cmake_install.cmake
 72SUBST_SED.rpath= -e '/OLD_RPATH/s,"::*","${PREFIX}/lib",'
 73SUBST_SED.rpath+= -e '/OLD_RPATH/s,${BLDIR},${PREFIX}/lib,'
 74SUBST_SED.rpath+= -e '/OLD_RPATH/s,:",",'
 75SUBST_SED.rpath+= -e '/NEW_RPATH/s,"${PREFIX}/.*","${PREFIX}/lib",'
 76SUBST_MESSAGE.rpath= Fixing broken rpath mangling.
 77
 78#
 79# Scripts.
 80#
 81
 82REPLACE_PYTHON+= examples/features/occlusion/occlmap.py
 83
 84# This script wants to run something called 'hython', which is
 85# apparently a Python embedding inside something called Houdini,
 86# which appears to be payware. So let's let it slide.
 87CHECK_INTERPRETER_SKIP+= share/aqsis/plugins/houdini/slx2otl.py
 88
 89# These are all ostensibly bash scripts but I see no bashisms in any of them.
 90REPLACE_SH+= examples/features/archives/render.sh
 91REPLACE_SH+= examples/features/bake/render.sh
 92REPLACE_SH+= examples/features/curves/render.sh
 93REPLACE_SH+= examples/features/layeredshaders/render.sh
 94REPLACE_SH+= examples/features/levelofdetail/render.sh
 95REPLACE_SH+= examples/features/motionblur/render_camera.sh
 96REPLACE_SH+= examples/features/motionblur/render_deformation.sh
 97REPLACE_SH+= examples/features/multipass/render.sh
 98REPLACE_SH+= examples/features/objectinstance/render.sh
 99REPLACE_SH+= examples/features/occlusion/render.sh
 100REPLACE_SH+= examples/features/pointcloud/render.sh
 101REPLACE_SH+= examples/features/shadows/render_autoshadow.sh
 102REPLACE_SH+= examples/features/shadows/render_softshadow.sh
 103REPLACE_SH+= examples/features/solidmodeling/render.sh
 104REPLACE_SH+= examples/features/subdivision/render.sh
 105REPLACE_SH+= examples/features/textures/render.sh
 106REPLACE_SH+= examples/procedurals/menger/render.sh
 107REPLACE_SH+= examples/scenes/fisheye/render.sh
 108REPLACE_SH+= examples/scenes/microbe/render.sh
 109REPLACE_SH+= examples/scenes/vase/render.sh
 110REPLACE_SH+= tools/neqsus/houdini/post.sh
 111REPLACE_SH+= distribution/linux/aqsis.sh
 112REPLACE_SH+= distribution/linux/aqsl.sh
 113REPLACE_SH+= distribution/linux/aqsltell.sh
 114
 115#
 116# Handle the config file.
 117#
 118# XXX the post-install rule will result in an overwritten config file
 119# if using a non-DESTDIR build. However, I can't get it to install the
 120# thing anywhere else; the setting cmake documents that ought to move
 121# it does not work.
 122#
 123
 124PKG_SYSCONFSUBDIR= aqsis
 125CONF_FILES+= share/examples/aqsis/aqsisrc ${PKG_SYSCONFDIR}/aqsisrc
 126INSTALLATION_DIRS+= share/examples/aqsis
 127
 128post-install:
 129 mv ${DESTDIR}${PREFIX}/etc/aqsis/aqsisrc \
 130 ${DESTDIR}${PREFIX}/share/examples/aqsis/aqsisrc
 131 rmdir ${DESTDIR}${PREFIX}/etc/aqsis || ${TRUE}
 132 rmdir ${DESTDIR}${PREFIX}/etc || ${TRUE}
 133
 134#
 135# Depends. The package says:
 136#
 137# CMake (v2.6.3+)
 138# Boost (v1.34.1+)
 139# libtiff.lib (v3.7.1+)
 140# flex (v2.5.4) (2.5.31 causes problems, see FAQ 2.2)
 141# bison (v1.35+)
 142# Qt (v4.6+) - optional, for framebuffer rendering and other GUI components
 143# libzlib (v1.1.4+)
 144# libjpeg (v6b+)
 145# libilmbase (v1.6+)
 146# OpenEXR - if you want to read and write OpenEXR HDR image files
 147#
 148# and in practice it also needs png.
 149#
 150# Qt is optional and, for the time being, doesn't work - will need at
 151# least PLIST additions.
 152#
 153# From what I can tell it may react to py-sphinx and/or doxygen by
 154# installing more docs or other material. Not sure how to beat on
 155# cmake to make sure this doesn't happen.
 156#
 157
 158.include "options.mk"
22 159
23.include "../../devel/libargparse/buildlink3.mk" 160.include "../../devel/boost-libs/buildlink3.mk"
24.include "../../graphics/Mesa/buildlink3.mk" 161.include "../../graphics/png/buildlink3.mk"
25.include "../../graphics/tiff/buildlink3.mk" 162.include "../../graphics/tiff/buildlink3.mk"
 163.include "../../graphics/ilmbase/buildlink3.mk"
 164.include "../../graphics/openexr/buildlink3.mk"
 165.include "../../devel/zlib/buildlink3.mk"
 166.include "../../mk/jpeg.buildlink3.mk"
26.include "../../mk/dlopen.buildlink3.mk" 167.include "../../mk/dlopen.buildlink3.mk"
 168.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 169.include "../../lang/python/application.mk"
27.include "../../mk/bsd.pkg.mk" 170.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.3.24.1 pkgsrc/graphics/aqsis/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/aqsis/Attic/PLIST 2009/06/14 17:59:06 1.3
+++ pkgsrc/graphics/aqsis/Attic/PLIST 2012/05/03 17:54:53 1.3.24.1
@@ -1,99 +1,231 @@ @@ -1,99 +1,231 @@
1@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:59:06 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3.24.1 2012/05/03 17:54:53 tron Exp $
2bin/aqsis 2bin/aqsis
3bin/aqsis_framebuffer_glut 
4bin/aqsis_framebuffer_glut_z 
5bin/aqsl 3bin/aqsl
6bin/aqslcomp 
7bin/aqsltell 4bin/aqsltell
8bin/ddmsock.ini 5bin/miqser
9bin/filebuffer 
10bin/ri2ribtest 
11bin/shadowmap 
12bin/teqser 6bin/teqser
13include/aqsis.h 7include/aqsis/aqsis.h
14include/aqsis_types.h 8include/aqsis/config.h
15include/bitvector.h 9include/aqsis/inttype.h
16include/color.h 10include/aqsis/ri/ndspy.h
17include/exception.h 11include/aqsis/ri/ri.h
18include/file.h 12include/aqsis/ri/rif.h
19include/librib.h 13include/aqsis/ri/ritypes.h
20include/librib2ri.h 14include/aqsis/ri/shadeop.h
21include/librib2stream.h 15include/aqsis/ri/slo.h
22include/list.h 16include/aqsis/ri/slx.h
23include/matrix.h 17include/aqsis/version.h
24include/memorypool.h 18lib/aqsis/bmp_dspy.so
25include/random.h 19lib/aqsis/exr_dspy.so
26include/refcount.h 20lib/aqsis/file_dspy.so
27include/ri.h 21lib/aqsis/hairgen.so
28include/sstring.h 22lib/aqsis/piqsl_dspy.so
29include/vector2d.h 23lib/aqsis/xpm_dspy.so
30include/vector3d.h 24lib/libaqsis_core.so
31include/vector4d.h 25lib/libaqsis_core.so.1
32lib/libaqsis.la 26lib/libaqsis_core.so.1.8
33lib/libaqsistypes.la 27lib/libaqsis_math.so
34lib/libcodegenvm.la 28lib/libaqsis_math.so.1
35lib/libdd.la 29lib/libaqsis_math.so.1.8
36lib/libddmsimple.la 30lib/libaqsis_ri2rib.so
37lib/libddmsock.la 31lib/libaqsis_ri2rib.so.1
38lib/libplatform.la 32lib/libaqsis_ri2rib.so.1.8
39lib/libri2rib.la 33lib/libaqsis_riutil.so
40lib/librib2.la 34lib/libaqsis_riutil.so.1
41lib/librib2ri.la 35lib/libaqsis_riutil.so.1.8
42lib/librib2stream.la 36lib/libaqsis_shadervm.so
43lib/libshaderexecenv.la 37lib/libaqsis_shadervm.so.1
44lib/libshadervm.la 38lib/libaqsis_shadervm.so.1.8
45lib/libslparse.la 39lib/libaqsis_slcomp.so
46lib/libslxargs.la 40lib/libaqsis_slcomp.so.1
47shaders/DPBlueMarble.slx 41lib/libaqsis_slcomp.so.1.8
48shaders/DPProctext.h 42lib/libaqsis_slxargs.so
49shaders/SpaceTest.slx 43lib/libaqsis_slxargs.so.1
50shaders/ambientlight.sl 44lib/libaqsis_slxargs.so.1.8
51shaders/ambientlight.slx 45lib/libaqsis_tex.so
52shaders/borg_metal.sl 46lib/libaqsis_tex.so.1
53shaders/borg_metal.slx 47lib/libaqsis_tex.so.1.8
54shaders/brickbump.sl 48lib/libaqsis_util.so
55shaders/brickbump.slx 49lib/libaqsis_util.so.1
56shaders/bumpy.sl 50lib/libaqsis_util.so.1.8
57shaders/bumpy.slx 51share/applications/aqsis.desktop
58shaders/cellnoisetest.sl 52share/applications/aqsl.desktop
59shaders/cellnoisetest.slx 53share/applications/aqsltell.desktop
60shaders/constant.sl 54share/applications/eqsl.desktop
61shaders/constant.slx 55share/applications/piqsl.desktop
62shaders/debug.sl 56share/aqsis/examples/features/archives/bike.rib
63shaders/debug.slx 57share/aqsis/examples/features/archives/bikeData.rib.gz
64shaders/dented.sl 58share/aqsis/examples/features/archives/render.sh
65shaders/dented.slx 59share/aqsis/examples/features/bake/bakesphere.rib
66shaders/depthcue.sl 60share/aqsis/examples/features/bake/render.sh
67shaders/depthcue.slx 61share/aqsis/examples/features/bake/sphere.rib
68shaders/distantlight.sl 62share/aqsis/examples/features/curves/bezier.rib
69shaders/distantlight.slx 63share/aqsis/examples/features/curves/render.sh
70shaders/dpbluemarble.sl 64share/aqsis/examples/features/layeredshaders/grid.tif
71shaders/fog.sl 65share/aqsis/examples/features/layeredshaders/layered.rib
72shaders/fog.slx 66share/aqsis/examples/features/layeredshaders/render.sh
73shaders/matte.sl 67share/aqsis/examples/features/layeredshaders/texmap.sl
74shaders/matte.slx 68share/aqsis/examples/features/levelofdetail/detail.rib
75shaders/metal.sl 69share/aqsis/examples/features/levelofdetail/render.sh
76shaders/metal.slx 70share/aqsis/examples/features/motionblur/camera.rib
77shaders/noises.h 71share/aqsis/examples/features/motionblur/deformation.rib
78shaders/paintedplastic.sl 72share/aqsis/examples/features/motionblur/render_camera.sh
79shaders/paintedplastic.slx 73share/aqsis/examples/features/motionblur/render_deformation.sh
80shaders/patterns.h 74share/aqsis/examples/features/multipass/aov.rib
81shaders/plastic.sl 75share/aqsis/examples/features/multipass/myval.sl
82shaders/plastic.slx 76share/aqsis/examples/features/multipass/render.sh
83shaders/pointlight.sl 77share/aqsis/examples/features/objectinstance/render.sh
84shaders/pointlight.slx 78share/aqsis/examples/features/objectinstance/singlepolygon.rib
85shaders/randgrid.sl 79share/aqsis/examples/features/occlusion/envlight.sl
86shaders/randgrid.slx 80share/aqsis/examples/features/occlusion/occlmap.py
87shaders/shadowspot.sl 81share/aqsis/examples/features/occlusion/occlmap.rib
88shaders/shadowspot.slx 82share/aqsis/examples/features/occlusion/render.sh
89shaders/shinymetal.sl 83share/aqsis/examples/features/occlusion/simple.rib
90shaders/shinymetal.slx 84share/aqsis/examples/features/occlusion/world.rib
91shaders/show_st.sl 85share/aqsis/examples/features/shadows/autoshadow.rib
92shaders/show_st.slx 86share/aqsis/examples/features/shadows/render_autoshadow.sh
93shaders/spacetest.sl 87share/aqsis/examples/features/shadows/render_softshadow.sh
94shaders/spotlight.sl 88share/aqsis/examples/features/shadows/softshadow.rib
95shaders/spotlight.slx 89share/aqsis/examples/features/solidmodeling/csg.rib
96shaders/uvtest.sl 90share/aqsis/examples/features/solidmodeling/render.sh
97shaders/uvtest.slx 91share/aqsis/examples/features/subdivision/creases.rib
98shaders/wavy.sl 92share/aqsis/examples/features/subdivision/render.sh
99shaders/wavy.slx 93share/aqsis/examples/features/textures/grid.tif
 94share/aqsis/examples/features/textures/render.sh
 95share/aqsis/examples/features/textures/sticky.rib
 96share/aqsis/examples/point_based_gi/cornellbox/all_passes.rib
 97share/aqsis/examples/point_based_gi/cornellbox/ao.sl
 98share/aqsis/examples/point_based_gi/cornellbox/bake_pass.rib
 99share/aqsis/examples/point_based_gi/cornellbox/bake_points.sl
 100share/aqsis/examples/point_based_gi/cornellbox/beauty_pass.rib
 101share/aqsis/examples/point_based_gi/cornellbox/beauty_pass_ao.rib
 102share/aqsis/examples/point_based_gi/cornellbox/beautycam.rib
 103share/aqsis/examples/point_based_gi/cornellbox/geometry.rib
 104share/aqsis/examples/point_based_gi/cornellbox/indirect.sl
 105share/aqsis/examples/point_based_gi/cornellbox/lights.rib
 106share/aqsis/examples/point_based_gi/cornellbox/shadow_pass.rib
 107share/aqsis/examples/procedurals/menger/README.txt
 108share/aqsis/examples/procedurals/menger/menger.cpp
 109share/aqsis/examples/procedurals/menger/menger.rib
 110share/aqsis/examples/procedurals/menger/render.sh
 111share/aqsis/examples/scenes/fisheye/README.txt
 112share/aqsis/examples/scenes/fisheye/envmap.rib
 113share/aqsis/examples/scenes/fisheye/fisheye.rib
 114share/aqsis/examples/scenes/fisheye/fisheye_projection.sl
 115share/aqsis/examples/scenes/fisheye/lights.rib
 116share/aqsis/examples/scenes/fisheye/render.sh
 117share/aqsis/examples/scenes/fisheye/scene.rib
 118share/aqsis/examples/scenes/fisheye/world.rib
 119share/aqsis/examples/scenes/microbe/microbe.rib
 120share/aqsis/examples/scenes/microbe/render.sh
 121share/aqsis/examples/scenes/vase/render.sh
 122share/aqsis/examples/scenes/vase/vase.rib
 123share/aqsis/plugins/houdini/README.txt
 124share/aqsis/plugins/houdini/RIBtargets
 125share/aqsis/plugins/houdini/hshaders.otl
 126share/aqsis/plugins/houdini/post.sh
 127share/aqsis/plugins/houdini/scripts/out/targets/ribcreate_aqsis1.6.cmd
 128share/aqsis/plugins/houdini/slx2otl.py
 129share/aqsis/plugins/houdini/soho/RIBaqsis1.6.py
 130share/aqsis/plugins/houdini/soho/parameters/RIBaqsis1.6.ds
 131share/aqsis/plugins/houdini/soho/parameters/SOHOparameters
 132share/aqsis/scripts/aqsis.sh
 133share/aqsis/scripts/aqsl.sh
 134share/aqsis/scripts/aqsltell.sh
 135share/aqsis/shaders/displacement/AqDMap.sl
 136share/aqsis/shaders/displacement/AqDMap.slx
 137share/aqsis/shaders/displacement/asteroid.sl
 138share/aqsis/shaders/displacement/asteroid.slx
 139share/aqsis/shaders/displacement/borg_metal.sl
 140share/aqsis/shaders/displacement/borg_metal.slx
 141share/aqsis/shaders/displacement/bumpy.sl
 142share/aqsis/shaders/displacement/bumpy.slx
 143share/aqsis/shaders/displacement/dented.sl
 144share/aqsis/shaders/displacement/dented.slx
 145share/aqsis/shaders/displacement/micro_bumps.sl
 146share/aqsis/shaders/displacement/micro_bumps.slx
 147share/aqsis/shaders/displacement/wavy.sl
 148share/aqsis/shaders/displacement/wavy.slx
 149share/aqsis/shaders/imager/background.sl
 150share/aqsis/shaders/imager/background.slx
 151share/aqsis/shaders/imager/bluescreen.sl
 152share/aqsis/shaders/imager/bluescreen.slx
 153share/aqsis/shaders/imager/exposure.sl
 154share/aqsis/shaders/imager/exposure.slx
 155share/aqsis/shaders/imager/fakesky.sl
 156share/aqsis/shaders/imager/fakesky.slx
 157share/aqsis/shaders/imager/filmgrain.sl
 158share/aqsis/shaders/imager/filmgrain.slx
 159share/aqsis/shaders/imager/gradient.sl
 160share/aqsis/shaders/imager/gradient.slx
 161share/aqsis/shaders/imager/iramp.sl
 162share/aqsis/shaders/imager/iramp.slx
 163share/aqsis/shaders/include/patterns.sl
 164share/aqsis/shaders/light/ambientlight.sl
 165share/aqsis/shaders/light/ambientlight.slx
 166share/aqsis/shaders/light/distantlight.sl
 167share/aqsis/shaders/light/distantlight.slx
 168share/aqsis/shaders/light/pointlight.sl
 169share/aqsis/shaders/light/pointlight.slx
 170share/aqsis/shaders/light/shadowdistant.sl
 171share/aqsis/shaders/light/shadowdistant.slx
 172share/aqsis/shaders/light/shadowpoint.sl
 173share/aqsis/shaders/light/shadowpoint.slx
 174share/aqsis/shaders/light/shadowspot.sl
 175share/aqsis/shaders/light/shadowspot.slx
 176share/aqsis/shaders/light/spotlight.sl
 177share/aqsis/shaders/light/spotlight.slx
 178share/aqsis/shaders/surface/AqSMap.sl
 179share/aqsis/shaders/surface/AqSMap.slx
 180share/aqsis/shaders/surface/DPBlueMarble.sl
 181share/aqsis/shaders/surface/DPBlueMarble.slx
 182share/aqsis/shaders/surface/SpaceTest.sl
 183share/aqsis/shaders/surface/SpaceTest.slx
 184share/aqsis/shaders/surface/cd.sl
 185share/aqsis/shaders/surface/cd.slx
 186share/aqsis/shaders/surface/cellnoisetest.sl
 187share/aqsis/shaders/surface/cellnoisetest.slx
 188share/aqsis/shaders/surface/constant.sl
 189share/aqsis/shaders/surface/constant.slx
 190share/aqsis/shaders/surface/curvetube.sl
 191share/aqsis/shaders/surface/curvetube.slx
 192share/aqsis/shaders/surface/debug.sl
 193share/aqsis/shaders/surface/debug.slx
 194share/aqsis/shaders/surface/expensive.sl
 195share/aqsis/shaders/surface/expensive.slx
 196share/aqsis/shaders/surface/face_plastic.sl
 197share/aqsis/shaders/surface/face_plastic.slx
 198share/aqsis/shaders/surface/matte.sl
 199share/aqsis/shaders/surface/matte.slx
 200share/aqsis/shaders/surface/metal.sl
 201share/aqsis/shaders/surface/metal.slx
 202share/aqsis/shaders/surface/microscope.sl
 203share/aqsis/shaders/surface/microscope.slx
 204share/aqsis/shaders/surface/paintedplastic.sl
 205share/aqsis/shaders/surface/paintedplastic.slx
 206share/aqsis/shaders/surface/pinkGranite.sl
 207share/aqsis/shaders/surface/pinkGranite.slx
 208share/aqsis/shaders/surface/plastic.sl
 209share/aqsis/shaders/surface/plastic.slx
 210share/aqsis/shaders/surface/randgrid.sl
 211share/aqsis/shaders/surface/randgrid.slx
 212share/aqsis/shaders/surface/shinymetal.sl
 213share/aqsis/shaders/surface/shinymetal.slx
 214share/aqsis/shaders/surface/show_N.sl
 215share/aqsis/shaders/surface/show_N.slx
 216share/aqsis/shaders/surface/show_st.sl
 217share/aqsis/shaders/surface/show_st.slx
 218share/aqsis/shaders/surface/showuser.sl
 219share/aqsis/shaders/surface/showuser.slx
 220share/aqsis/shaders/surface/sticky_texture.sl
 221share/aqsis/shaders/surface/sticky_texture.slx
 222share/aqsis/shaders/surface/uvtest.sl
 223share/aqsis/shaders/surface/uvtest.slx
 224share/aqsis/shaders/volume/depthcue.sl
 225share/aqsis/shaders/volume/depthcue.slx
 226share/aqsis/shaders/volume/fog.sl
 227share/aqsis/shaders/volume/fog.slx
 228share/examples/aqsis/aqsisrc
 229share/icons/hicolor/192x192/mimetypes/aqsis-doc.png
 230share/mime/packages/aqsis.xml
 231share/pixmaps/aqsis.png

cvs diff -r1.7 -r1.7.32.1 pkgsrc/graphics/aqsis/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/aqsis/Attic/distinfo 2008/09/01 08:02:23 1.7
+++ pkgsrc/graphics/aqsis/Attic/distinfo 2012/05/03 17:54:53 1.7.32.1
@@ -1,22 +1,6 @@ @@ -1,22 +1,6 @@
1$NetBSD: distinfo,v 1.7 2008/09/01 08:02:23 dholland Exp $ 1$NetBSD: distinfo,v 1.7.32.1 2012/05/03 17:54:53 tron Exp $
2 2
3SHA1 (aqsis-0.6.4.tar.gz) = 7a8e10db5502907840d8d2f4269eb3b489875dd4 3SHA1 (aqsis-1.8.1.tar.gz) = 61b2552fd1fe782f008ba3a17efd3b185da70d5b
4RMD160 (aqsis-0.6.4.tar.gz) = d2b034e05d47e31aa040471be37b34750154e6e5 4RMD160 (aqsis-1.8.1.tar.gz) = 12d13a851188339c99fa5cb7fc0d5ce40d077fd6
5Size (aqsis-0.6.4.tar.gz) = 857020 bytes 5Size (aqsis-1.8.1.tar.gz) = 5663787 bytes
6SHA1 (patch-aa) = e98cedaea79ce45897387f82448468b14b1d033f 6SHA1 (patch-cmake_modules_FindPNG_cmake) = 24de84a90d62bcdbb767f5e16df2563f32e723aa
7SHA1 (patch-ab) = 2f0f878996aa551a35c65d90299162e13661cbab 
8SHA1 (patch-ac) = 5633148c8f7617ddef0e8831bd003dc9cb3f3596 
9SHA1 (patch-ad) = d5dc010175fc749268075e391fcb9fd5ff0ae6b9 
10SHA1 (patch-ae) = d2ce4d8833a0ea27aaa6242c476fe542efe92574 
11SHA1 (patch-af) = 5251aedf37fd4ab8e954d90e484d82bdcf0a8e45 
12SHA1 (patch-ag) = 673c7fb0a9619d5a8f8a0ad0906c5f29fb639358 
13SHA1 (patch-ah) = 30c2605ef5f0f82df71fc1b494c3ed5beeea78e8 
14SHA1 (patch-ai) = 60ab77412e3e4a223604028087f377f94d113bdc 
15SHA1 (patch-aj) = 0cd6dcc80463ffb1193e25b55f6c160849ef0ab6 
16SHA1 (patch-ak) = 45ee2a15967b5c0f75ed4ba7ecc3790373f5e44d 
17SHA1 (patch-al) = 3f721b5a28714c7ed601aace984096ef142c105b 
18SHA1 (patch-am) = 8227295b85018e5294ab1c8ca5c415dbe0371282 
19SHA1 (patch-an) = 2a0dead7923ce600b70577f9f476bc0bab527131 
20SHA1 (patch-ao) = 8776ff34346420d34a0ccfa1f952815c7a0328b8 
21SHA1 (patch-ap) = b8659e4027114c1f1ecd0e8ab9d9c4eed61575a1 
22SHA1 (patch-aq) = e4e2aef5e57f58e2f5f02d00277084c73ce4fe74 

File Added: pkgsrc/graphics/aqsis/Attic/options.mk
# $NetBSD: options.mk,v 1.2.2.2 2012/05/03 17:54:53 tron Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.aqsis
PKG_SUPPORTED_OPTIONS=	qt4
PKG_SUGGESTED_OPTIONS=	qt4

.include "../../mk/bsd.options.mk"

# not actually used, at least for now
PLIST_VARS+=	qt4

.if !empty(PKG_OPTIONS:Mqt4)
.include "../../x11/qt4-libs/buildlink3.mk"
PLIST.qt4=	yes
.endif

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-aa

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-ab

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-ac

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-ad

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-ae

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-af

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-ag

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-ah

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-ai

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-aj

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-ak

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-al

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-am

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-an

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-ao

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-ap

File Deleted: pkgsrc/graphics/aqsis/patches/Attic/patch-aq

File Added: pkgsrc/graphics/aqsis/patches/Attic/patch-cmake_modules_FindPNG_cmake
$NetBSD: patch-cmake_modules_FindPNG_cmake,v 1.1.2.2 2012/05/03 17:54:53 tron Exp $

Use the right library name for libpng.

--- cmake/modules/FindPNG.cmake~	2012-03-11 12:33:09.000000000 +0000
+++ cmake/modules/FindPNG.cmake
@@ -27,7 +27,7 @@ IF(WIN32)
 		SET(AQSIS_PNG_LIBRARY_NAMES png)
 	endif()
 ELSE(WIN32)
-	SET(AQSIS_PNG_LIBRARY_NAMES png)
+	SET(AQSIS_PNG_LIBRARY_NAMES png15)
 	SET(AQSIS_PNG_LIBRARIES_DIR CACHE PATH "Semi-colon separated list of paths to search for the png libraries")
 ENDIF(WIN32)