ports/120417: [patch] graphics/pixie unbreak fix build with GCC + update to 2.2.3 + adopt maintainship

Pietro Cerutti gahr at gahr.ch
Fri Feb 8 17:10:02 UTC 2008


>Number:         120417
>Category:       ports
>Synopsis:       [patch] graphics/pixie unbreak fix build with GCC + update to 2.2.3 + adopt maintainship
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 08 17:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 8.0-CURRENT #2: Fri Feb  8 02:46:14 CET 2008
    root at gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034



>Description:





>How-To-Repeat:





>Fix:


--- _pixie.diff begins here ---
--- distinfo.orig	2008-02-08 15:33:16.000000000 +0100
+++ distinfo	2008-02-08 15:33:34.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (Pixie-src-1.6.3.tgz) = fa36424619d5dda8515f009e01df2207
-SHA256 (Pixie-src-1.6.3.tgz) = 19cd9aee4b360cde8bb12862b6e312498fd3a257d58d6d133150324a433180b6
-SIZE (Pixie-src-1.6.3.tgz) = 6125284
+MD5 (Pixie-src-2.2.3.tgz) = 08fb16c406d191254afbf55689ff8352
+SHA256 (Pixie-src-2.2.3.tgz) = 17ed11db18ae3ff49086073ae89c2b74d58c2f96a11fc857d796dbeee9c49ff0
+SIZE (Pixie-src-2.2.3.tgz) = 10003905
--- files/patch-configure.in	2006-06-05 01:47:03.000000000 +0200
+++ /dev/null	2008-02-08 17:56:04.000000000 +0100
@@ -1,50 +0,0 @@
---- configure.in.orig
-+++ configure.in
-@@ -23,9 +23,9 @@
- dnl ---------------------------------------------------
- dnl Check standard libraries
- dnl
--AC_CHECK_LIB(dl, dlopen,,[AC_MSG_ERROR([dl library is not found])],)
-+dnl AC_CHECK_LIB(dl, dlopen,,[AC_MSG_ERROR([dl library is not found])],)
- AC_CHECK_LIB(m, sin,,[AC_MSG_ERROR([math library is not found])],)
--AC_CHECK_LIB(pthread, pthread_create,,[AC_MSG_ERROR([pthread library is not found])],)
-+dnl AC_CHECK_LIB(pthread, pthread_create,,[AC_MSG_ERROR([pthread library is not found])],)
- 
- dnl ---------------------------------------------------
- dnl Find X
-@@ -52,18 +52,24 @@
- dnl Find FLTK
- dnl
- 
-+saved_LIBS="${LIBS}"
-+
-+LIBS="$LIBS -lGL"
-+
- have_fltk=false
- AC_CHECK_LIB(fltk,main,LIBFLTK="-lfltk")
--AC_CHECK_LIB(fltk_gl,main,[LIBFLTKGL="-lfltk_gl -lGL" have_fltk=true])
-+AC_CHECK_LIB(fltk_gl,main,[LIBFLTKGL="-lfltk_gl -lGL -lstdc++" have_fltk=true])
- AM_CONDITIONAL(BUILD_SHOW, test x$have_fltk = xtrue)
- 
-+LIBS="${saved_LIBS}"
-+
- dnl ---------------------------------------------------
- dnl Find libtiff
- dnl
- 
- saved_LIBS="$LIBS"
- 
--AC_CHECK_HEADER(tiffio.h,,AC_MSG_ERROR([tiffio.h not found]))
-+dnl AC_CHECK_HEADER(tiffio.h,,AC_MSG_ERROR([tiffio.h not found]))
- AC_CHECK_LIB(tiff,TIFFOpen,,[AC_MSG_ERROR([libtiff not found])],)
- 
- TIFF_LIBS="$LIBS"
-@@ -141,7 +147,7 @@
- dnl
- 
- AC_ARG_ENABLE(selfcontained,
--AS_HELP_STRING([--enable-selfcontained],[Build for a selfcontained setup (overrides custom directory settings)]),
-+AC_HELP_STRING([--enable-selfcontained],[Build for a selfcontained setup (overrides custom directory settings)]),
- [case "${enableval}" in
- 	yes)	docdir="${prefix}/doc"
- 		shaderdir="${prefix}/shaders"
--- files/patch-src_common_containers.h	2004-11-06 20:48:00.000000000 +0100
+++ /dev/null	2008-02-08 17:56:04.000000000 +0100
@@ -1,11 +0,0 @@
---- src/common/containers.h.orig
-+++ src/common/containers.h
-@@ -591,7 +591,7 @@
- 							memoryBase		=	new unsigned char[pageSize+16];
- 							memory			=	memoryBase+16;
- 							available		=	pageSize;
--							savedPages		=	NULL;
-+							savedPages		=	(T64*)NULL;
- 						}
- 
- 						~CMemStack() {
--- files/patch-src_file_file.cpp	2004-10-28 20:24:08.000000000 +0200
+++ /dev/null	2008-02-08 18:00:00.000000000 +0100
@@ -1,36 +0,0 @@
---- src/file/file.cpp.orig
-+++ src/file/file.cpp
-@@ -56,13 +56,13 @@
- 				// Date last edited		:	5/9/2002
- 				CFramebuffer(const char *name,int width,int height,int numSamples,const char *samples,TDisplayParameterFunction findParameter) {
- 					int			i;
--					char		*comment	=	NULL;
-+					char		*comment	=	(char*)NULL;
- 					float		*tmp;
- 					float		worldToNDC[16];
- 					float		worldToCamera[16];
- 					char		*software;
- 					char		desc[1024];
--					const char	*compression	=	NULL;
-+					const char	*compression	=	(char*)NULL;
- 
- 					// Open the image file
- 					image				=	TIFFOpen(name,"w");
-@@ -189,7 +189,7 @@
- 					scanlineUsage	=	new int[height];
- 
- 					for (i=0;i<height;i++) {
--						scanlines[i]		=	NULL;
-+						scanlines[i]		=	(unsigned char*)NULL;
- 						scanlineUsage[i]	=	width;
- 					}
- 
-@@ -315,7 +315,7 @@
- 								if (scanlines[lastSavedLine] != NULL) {
- 									TIFFWriteScanline(image,scanlines[lastSavedLine],lastSavedLine,0);
- 									delete [] scanlines[lastSavedLine];
--									scanlines[lastSavedLine]	=	NULL;
-+									scanlines[lastSavedLine]	=	(unsigned char*)NULL;
- 								}
- 							} else {
- 								break;
--- files/patch-src_ri_renderer.h	2004-11-06 20:48:00.000000000 +0100
+++ /dev/null	2008-02-08 18:00:00.000000000 +0100
@@ -1,35 +0,0 @@
---- src/ri/renderer.h.orig
-+++ src/ri/renderer.h
-@@ -107,7 +107,7 @@
- class	CRendererContext : public CRiInterface {
- public:
- 
--						CRendererContext(char *ribName=NULL,char *netString=NULL);
-+						CRendererContext(char *ribName=(char*)NULL,char *netString=(char*)NULL);
- 						~CRendererContext();
- 
- 	///////////////////////////////////////////////////////////////////////
-@@ -253,7 +253,7 @@
- 	CEnvironment		*environmentLoad(const char *,TSearchpath *,float *);	// Load a new environment map
- 
- 																				// Delayed object junk
--	void				processDelayedObject(CDelayedObject *,void	(*subdivisionFunction)(char *,float),char *,const float *,const float *,CRay *ray = NULL);
-+	void				processDelayedObject(CDelayedObject *,void	(*subdivisionFunction)(char *,float),char *,const float *,const float *,CRay *ray = (CRay*)NULL);
- 
- 	void				addObject(CObject *);									// Add an object into the scene
- 	void				addInstance(void *);									// Add an instance into the scene
-@@ -267,11 +267,11 @@
- 	CVariable			*retrieveVariable(const char *);
- 
- 																				// Locate (download) a file
--	int					locateFileEx(char *,const char *,const char *extension=NULL,TSearchpath *search=NULL);
--	int					locateFile(char *,const char *,TSearchpath *search=NULL);
-+	int					locateFileEx(char *,const char *,const char *extension=(char*)NULL,TSearchpath *search=(TSearchpath *)NULL);
-+	int					locateFile(char *,const char *,TSearchpath *search=(TSearchpath *)NULL);
- 
- 																				// Open (download) a file
--	FILE				*openFile(const char *,const char *,const char *extension=NULL,TSearchpath *search=NULL);
-+	FILE				*openFile(const char *,const char *,const char *extension=(char*)NULL,TSearchpath *search=(TSearchpath *)NULL);
- 
- 																				// The following functions are about texture management and are implemented in texture.cpp
- 	void				rendererThread(void *);
--- files/patch-src_ri_texmake.cpp	2004-10-28 20:24:08.000000000 +0200
+++ /dev/null	2008-02-08 18:00:00.000000000 +0100
@@ -1,47 +0,0 @@
---- src/ri/texmake.cpp.orig
-+++ src/ri/texmake.cpp
-@@ -455,7 +455,7 @@
- 	RtFilterFunc	filter			=	filt;
- 	float			filterWidth		=	fwidth;
- 	float			filterHeight	=	fheight;
--	char			*outPath		=	NULL;
-+	char			*outPath		=	(char*)NULL;
- 	int				pyramidSize;
- 	char			inputFileName[OS_MAX_PATH_LENGTH];
- 	TIFF			*outHandle;
-@@ -522,7 +522,7 @@
- 	RtFilterFunc	filter			=	filt;
- 	float			filterWidth		=	fwidth;
- 	float			filterHeight	=	fheight;
--	char			*outPath		=	NULL;
-+	char			*outPath		=	(char*)NULL;
- 	int				pyramidSize;
- 	char			inputFileName[OS_MAX_PATH_LENGTH];
- 	TIFF			*outHandle;
-@@ -618,7 +618,7 @@
- 	RtFilterFunc	filter			=	filt;
- 	float			filterWidth		=	fwidth;
- 	float			filterHeight	=	fheight;
--	char			*outPath		=	NULL;
-+	char			*outPath		=	(char*)NULL;
- 	int				pyramidSize;
- 	char			inputFileName[OS_MAX_PATH_LENGTH];
- 	TIFF			*outHandle;
-@@ -723,7 +723,7 @@
- 	RtFilterFunc	filter			=	filt;
- 	float			filterWidth		=	fwidth;
- 	float			filterHeight	=	fheight;
--	char			*outPath		=	NULL;
-+	char			*outPath		=	(char*)NULL;
- 	int				pyramidSize;
- 	char			inputFileName[OS_MAX_PATH_LENGTH];
- 	TIFF			*outHandle;
-@@ -793,7 +793,7 @@
- 	RtFilterFunc	filter			=	filt;
- 	float			filterWidth		=	fwidth;
- 	float			filterHeight	=	fheight;
--	char			*outPath		=	NULL;
-+	char			*outPath		=	(char*)NULL;
- 	int				pyramidSize;
- 	char			inputFileName[OS_MAX_PATH_LENGTH];
- 	TIFF			*outHandle;
--- Makefile.orig	2008-02-08 18:00:54.000000000 +0100
+++ Makefile	2008-02-08 18:00:56.000000000 +0100
@@ -6,20 +6,20 @@
 #
 
 PORTNAME=	pixie
-PORTVERSION=	1.6.3
-PORTREVISION=	2
+PORTVERSION=	2.2.3
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 DISTNAME=	Pixie-src-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A photorealistic renderer with Pixar's RenderMan-like interface
+MAINTAINER=	gahr at gahr.ch
+COMMENT=	A photorealistic renderer with Pixar RenderMan-like interface
 
 LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
 		fltk_gl.1:${PORTSDIR}/x11-toolkits/fltk
 
+USE_GMAKE=	yes
 USE_GL=		yes
 USE_X_PREFIX=	yes
 ACLOCAL_ARGS=	--acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
@@ -30,7 +30,7 @@
 		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
 		LIBS="${PTHREAD_LIBS}"
 CONFIGURE_ARGS+=	--with-docdir=${PREFIX}/share/doc/${PORTNAME} --with-shaderdir=${PREFIX}/share/${PORTNAME}/shaders --with-modeldir=${PREFIX}/share/${PORTNAME} --with-texturedir=${PREFIX}/share/${PORTNAME} --with-proceduraldir=${PREFIX}/share/${PORTNAME} --with-displaysdir=${PREFIX}/lib/${PORTNAME}
-USE_LDCONFIG=	%%PREFIX%%/lib/${PORTNAME}
+USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
 WRKSRC=		${WRKDIR}/Pixie
 
 PIXIE_EXES=	precomp rndr sdrc sdrinfo show texmake
@@ -38,12 +38,6 @@
 
 SUB_LIST+=	PORTNAME=${PORTNAME}
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN=		Does not compile with GCC 4.2
-.endif
-
 post-patch:
 	@${FIND} -X ${WRKSRC} -name '*.cpp' -or -name '*.h' | \
 		${XARGS} ${REINPLACE_CMD} -i '' -e 's|malloc\.h|stdlib\.h|g'
@@ -51,54 +45,4 @@
 pre-configure:
 	@${REINPLACE_CMD} -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4
 
-do-install:
-# exes
-.for i in ${PIXIE_EXES}
-	if [ "`${FILE} -b ${WRKSRC}/src/${i}/${i} | ${GREP} script`" ]; then \
-	  ${INSTALL_PROGRAM} ${WRKSRC}/src/${i}/.libs/${i} ${PREFIX}/bin; \
-	else \
-	  ${INSTALL_PROGRAM} ${WRKSRC}/src/${i}/${i} ${PREFIX}/bin; \
-	fi;
-.endfor
-
-# libs
-	# avoid conflicts by installing in separate dir
-	@${MKDIR} ${PREFIX}/lib/${PORTNAME}
-.for i in sdr ri common
-	${INSTALL_DATA} ${WRKSRC}/src/${i}/.libs/lib${i}.a \
-		${PREFIX}/lib/${PORTNAME}
-	${INSTALL_PROGRAM} ${WRKSRC}/src/${i}/.libs/lib${i}.so.0 \
-		${PREFIX}/lib/${PORTNAME}
-	${LN} -sf ${PREFIX}/lib/${PORTNAME}/lib${i}.so.0 \
-		${PREFIX}/lib/${PORTNAME}/lib${i}.so
-.endfor
-
-.for i in ${PIXIE_SHLIBS}
-	${INSTALL_PROGRAM} ${WRKSRC}/src/${i}/.libs/${i}.so \
-		${PREFIX}/lib/${PORTNAME}
-.endfor
-
-# includes
-	@${MKDIR} ${PREFIX}/include/${PORTNAME}
-	${INSTALL_DATA} ${WRKSRC}/src/sdr/sdr.h ${PREFIX}/include/${PORTNAME}
-.for i in dlo dsply implicit ri shadeop
-	${INSTALL_DATA} ${WRKSRC}/src/ri/${i}.h ${PREFIX}/include/${PORTNAME}
-.endfor
-
-# shaders
-	@${MKDIR} ${DATADIR}
-	@${MKDIR} ${DATADIR}/shaders
-	${INSTALL_DATA} ${WRKSRC}/shaders/* ${DATADIR}/shaders
-
-# docs
-.ifndef (NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/*.jpg ${DOCSDIR}
-.for i in figures rayshadow running softshadow
-	@${MKDIR} ${DOCSDIR}/${i}
-	${INSTALL_DATA} ${WRKSRC}/doc/${i}/* ${DOCSDIR}/${i}
-.endfor
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- pkg-plist.orig	2006-10-16 07:50:55.000000000 +0200
+++ pkg-plist	2008-02-08 18:04:24.000000000 +0100
@@ -1,83 +1,3 @@
-bin/precomp
-bin/rndr
-bin/sdrc
-bin/sdrinfo
-bin/show
-bin/texmake
-include/pixie/dlo.h
-include/pixie/dsply.h
-include/pixie/implicit.h
-include/pixie/ri.h
-include/pixie/sdr.h
-include/pixie/shadeop.h
-lib/pixie/file.so
-lib/pixie/framebuffer.so
-lib/pixie/libcommon.a
-lib/pixie/libcommon.so
-lib/pixie/libcommon.so.0
-lib/pixie/libri.a
-lib/pixie/libri.so
-lib/pixie/libri.so.0
-lib/pixie/libsdr.a
-lib/pixie/libsdr.so
-lib/pixie/libsdr.so.0
-lib/pixie/rgbe.so
-%%PORTDOCS%%%%DOCSDIR%%/attributes.htm
-%%PORTDOCS%%%%DOCSDIR%%/autoraytracing.htm
-%%PORTDOCS%%%%DOCSDIR%%/display.htm
-%%PORTDOCS%%%%DOCSDIR%%/dso.htm
-%%PORTDOCS%%%%DOCSDIR%%/figures/Thumbs.db
-%%PORTDOCS%%%%DOCSDIR%%/figures/caustic1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/caustic2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/directPhoton.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/ex1_beauty.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/ex1_precompute.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/ex3_beauty.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/ex3g_beauty.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/ex5_beauty.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/ex6.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/tcaustic1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/tcaustic2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/tdirectPhoton.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/tex1_beauty.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/tex1_precompute.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/tex3_beauty.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/tex5_beauty.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/tex6.jpg
-%%PORTDOCS%%%%DOCSDIR%%/figures/tx3g_beauty.jpg
-%%PORTDOCS%%%%DOCSDIR%%/gi.htm
-%%PORTDOCS%%%%DOCSDIR%%/hardshaders.htm
-%%PORTDOCS%%%%DOCSDIR%%/hiders.htm
-%%PORTDOCS%%%%DOCSDIR%%/index.htm
-%%PORTDOCS%%%%DOCSDIR%%/logo.jpg
-%%PORTDOCS%%%%DOCSDIR%%/network.htm
-%%PORTDOCS%%%%DOCSDIR%%/occlusionculling.htm
-%%PORTDOCS%%%%DOCSDIR%%/options.htm
-%%PORTDOCS%%%%DOCSDIR%%/rayshadow/index.html
-%%PORTDOCS%%%%DOCSDIR%%/rayshadow/logo.jpg
-%%PORTDOCS%%%%DOCSDIR%%/rayshadow/shadow.rib
-%%PORTDOCS%%%%DOCSDIR%%/rayshadow/shadow1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/rayshadow/shadow2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/rayshadow/shadowShade.rib
-%%PORTDOCS%%%%DOCSDIR%%/rayshadow/tshadow1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/rayshadow/tshadow2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/raytracing.htm
-%%PORTDOCS%%%%DOCSDIR%%/raytracingsl.htm
-%%PORTDOCS%%%%DOCSDIR%%/running/index.html
-%%PORTDOCS%%%%DOCSDIR%%/running/logo.jpg
-%%PORTDOCS%%%%DOCSDIR%%/sdrlib.htm
-%%PORTDOCS%%%%DOCSDIR%%/softshadow/Thumbs.db
-%%PORTDOCS%%%%DOCSDIR%%/softshadow/index.html
-%%PORTDOCS%%%%DOCSDIR%%/softshadow/logo.jpg
-%%PORTDOCS%%%%DOCSDIR%%/softshadow/shadow.JPG
-%%PORTDOCS%%%%DOCSDIR%%/softshadow/shadow.rib
-%%PORTDOCS%%%%DOCSDIR%%/softshadow/shadow.tif
-%%PORTDOCS%%%%DOCSDIR%%/softshadow/shadow2.JPG
-%%PORTDOCS%%%%DOCSDIR%%/softshadow/tshadow.JPG
-%%PORTDOCS%%%%DOCSDIR%%/softshadow/tshadow2.JPG
-%%PORTDOCS%%%%DOCSDIR%%/tips.htm
-%%PORTDOCS%%%%DOCSDIR%%/tsm.htm
-%%PORTDOCS%%%%DOCSDIR%%/versions.htm
 %%DATADIR%%/shaders/ambientindirect.sdr
 %%DATADIR%%/shaders/ambientindirect.sl
 %%DATADIR%%/shaders/ambientlight.sdr
@@ -132,12 +52,184 @@
 %%DATADIR%%/shaders/shadowspot.sl
 %%DATADIR%%/shaders/spotlight.sdr
 %%DATADIR%%/shaders/spotlight.sl
+%%DOCSDIR%%/css/images/magnify-clip.png
+%%DOCSDIR%%/css/images/poweredby_mediawiki_88x31.png
+%%DOCSDIR%%/css/IE50Fixes.css
+%%DOCSDIR%%/css/IE55Fixes.css
+%%DOCSDIR%%/css/IE60Fixes.css
+%%DOCSDIR%%/css/IE70Fixes.css
+%%DOCSDIR%%/css/IEFixes.js
+%%DOCSDIR%%/css/KHTMLFixes.css
+%%DOCSDIR%%/css/MediaWiki_Common.css
+%%DOCSDIR%%/css/MediaWiki_Monobook.css
+%%DOCSDIR%%/css/Opera6Fixes.css
+%%DOCSDIR%%/css/Opera7Fixes.css
+%%DOCSDIR%%/css/WikiExtraCss.css
+%%DOCSDIR%%/css/WikiExtraJs.js
+%%DOCSDIR%%/css/audio.png
+%%DOCSDIR%%/css/broswerforms_compact.css
+%%DOCSDIR%%/css/browserdefaults_compact.css
+%%DOCSDIR%%/css/bullet.gif
+%%DOCSDIR%%/css/commonPrint.css
+%%DOCSDIR%%/css/document.png
+%%DOCSDIR%%/css/discussionitem_icon.gif
+%%DOCSDIR%%/css/external.png
+%%DOCSDIR%%/css/file_icon.gif
+%%DOCSDIR%%/css/handheld.css
+%%DOCSDIR%%/css/headbg.jpg
+%%DOCSDIR%%/css/lock_icon.gif
+%%DOCSDIR%%/css/mail_icon.gif
+%%DOCSDIR%%/css/main.css
+%%DOCSDIR%%/css/news_icon.png
+%%DOCSDIR%%/css/pixie-docs.png
+%%DOCSDIR%%/css/pixie-wiki.png
+%%DOCSDIR%%/css/video.png
+%%DOCSDIR%%/css/wikibits.js
+%%DOCSDIR%%/Documentation/Attributes.html
+%%DOCSDIR%%/Documentation/Baking_3D_Textures.html
+%%DOCSDIR%%/Documentation/Conditional_RIB.html
+%%DOCSDIR%%/Documentation/DSO_shading.html
+%%DOCSDIR%%/Documentation/Display_drivers.html
+%%DOCSDIR%%/Documentation/Global_illumination.html
+%%DOCSDIR%%/Documentation/Hardcoded_shaders.html
+%%DOCSDIR%%/Documentation/Hiders.html
+%%DOCSDIR%%/Documentation/Installing_And_Running.html
+%%DOCSDIR%%/Documentation/Multithreading.html
+%%DOCSDIR%%/Documentation/Network_parallel_rendering.html
+%%DOCSDIR%%/Documentation/Occlusion_culling.html
+%%DOCSDIR%%/Documentation/Options.html
+%%DOCSDIR%%/Documentation/Performance_And_Quality_Tips.html
+%%DOCSDIR%%/Documentation/Ptc_API.html
+%%DOCSDIR%%/Documentation/Point_based_GI.html
+%%DOCSDIR%%/Documentation/RIB_Resources.html
+%%DOCSDIR%%/Documentation/Raytraced_shadows_and_reflections.html
+%%DOCSDIR%%/Documentation/Raytracing_from_C.html
+%%DOCSDIR%%/Documentation/Raytracing_in_SL.html
+%%DOCSDIR%%/Documentation/SL_Functions.html
+%%DOCSDIR%%/Documentation/Shader_library.html
+%%DOCSDIR%%/Documentation/Source_at_a_Glance.html
+%%DOCSDIR%%/Documentation/Source_at_a_first_glance.html
+%%DOCSDIR%%/Documentation/Transparency_shadow_maps.html
+%%DOCSDIR%%/Documentation/User_Attributes_And_Options.html
+%%DOCSDIR%%/Documentation/Version_management.html
+%%DOCSDIR%%/favicon.ico
+%%DOCSDIR%%/Category_Documentation.html
+%%DOCSDIR%%/Category_Tutorials.html
+%%DOCSDIR%%/Documentation.html
+%%DOCSDIR%%/Examples.html
+%%DOCSDIR%%/FAQ.html
+%%DOCSDIR%%/NotIncludedStatic.html
+%%DOCSDIR%%/NotSupportedStatic.html
+%%DOCSDIR%%/Previous_Releases.html
+%%DOCSDIR%%/StaticSite_NotIncludedStatic.html
+%%DOCSDIR%%/Tutorials.html
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/Tutorials/BakeToTexture.html
+%%DOCSDIR%%/Tutorials/Basics_Running_Pixie.html
+%%DOCSDIR%%/Tutorials/Dispersion.html
+%%DOCSDIR%%/Tutorials/Global_Illumination.html
+%%DOCSDIR%%/Tutorials/Raytraced_shadows.html
+%%DOCSDIR%%/Tutorials/Soft_raytraced_shadows.html
+%%DOCSDIR%%/FAQ/Installing_On_OSX.html
+%%DOCSDIR%%/FAQ/Whats_Wrong_With_My_Render.html
+%%DOCSDIR%%/FAQ/Why_Wont_Pixie_Run.html
+%%DOCSDIR%%/images/2DBake.png
+%%DOCSDIR%%/images/2DBakeBetter.png
+%%DOCSDIR%%/images/Bake2DPointCloud.png
+%%DOCSDIR%%/images/CausticsPrismSphere.png
+%%DOCSDIR%%/images/Cornell_bake.png
+%%DOCSDIR%%/images/Cornell_pointbased.png
+%%DOCSDIR%%/images/Cornell_ptc.png
+%%DOCSDIR%%/images/DispersionPhotons.png
+%%DOCSDIR%%/images/DispersionTutorial.zip
+%%DOCSDIR%%/images/Docs_Caustic1.jpg
+%%DOCSDIR%%/images/Docs_Caustic2.jpg
+%%DOCSDIR%%/images/Docs_DirectPhoton.jpg
+%%DOCSDIR%%/images/Docs_ex1_beauty.jpg
+%%DOCSDIR%%/images/Docs_ex1_precompute.jpg
+%%DOCSDIR%%/images/Docs_ex3_beauty.jpg
+%%DOCSDIR%%/images/Docs_ex5_beauty.jpg
+%%DOCSDIR%%/images/Docs_ex3g_beauty.jpg
+%%DOCSDIR%%/images/GSHGICullError.jpg
+%%DOCSDIR%%/images/GSHGIReusedError.png
+%%DOCSDIR%%/images/GSHGiBakePass.jpg
+%%DOCSDIR%%/images/GSHICacheVis.png
+%%DOCSDIR%%/images/GSHPhotonMapVis.png
+%%DOCSDIR%%/images/Pointbased_occlude.png
+%%DOCSDIR%%/images/RaytraceReflections.jpg
+%%DOCSDIR%%/images/Shadow1.jpg
+%%DOCSDIR%%/images/Shadow2.jpg
+%%DOCSDIR%%/images/Shadow3.jpg
+%%DOCSDIR%%/images/Shadow4.jpg
+%%DOCSDIR%%/images/TexDisplacePatchCrack.jpg
+%%DOCSDIR%%/thumbs/1/16/DispersionPhotons.png/400px-DispersionPhotons.png
+%%DOCSDIR%%/thumbs/1/1f/Docs_ex3_beauty.jpg/320px-Docs_ex3_beauty.jpg
+%%DOCSDIR%%/thumbs/4/40/Docs_ex5_beauty.jpg/320px-Docs_ex5_beauty.jpg
+%%DOCSDIR%%/thumbs/4/47/Docs_ex1_beauty.jpg/160px-Docs_ex1_beauty.jpg
+%%DOCSDIR%%/thumbs/4/47/Docs_ex1_beauty.jpg/320px-Docs_ex1_beauty.jpg
+%%DOCSDIR%%/thumbs/4/4e/Docs_DirectPhoton.jpg/320px-Docs_DirectPhoton.jpg
+%%DOCSDIR%%/thumbs/5/52/Docs_Caustic1.jpg/320px-Docs_Caustic1.jpg
+%%DOCSDIR%%/thumbs/5/54/Docs_ex3g_beauty.jpg/320px-Docs_ex3g_beauty.jpg
+%%DOCSDIR%%/thumbs/7/7c/Docs_Caustic2.jpg/320px-Docs_Caustic2.jpg
+%%DOCSDIR%%/thumbs/8/8c/GSHICacheVis.png/180px-GSHICacheVis.png
+%%DOCSDIR%%/thumbs/c/c7/GSHPhotonMapVis.png/180px-GSHPhotonMapVis.png
+%%DOCSDIR%%/thumbs/d/d6/GSHGIReusedError.png/180px-GSHGIReusedError.png
+%%DOCSDIR%%/thumbs/e/e6/Docs_ex1_precompute.jpg/320px-Docs_ex1_precompute.jpg
+%%DOCSDIR%%/AUTHORS
+%%DOCSDIR%%/ChangeLog
+%%DOCSDIR%%/COPYING
+%%DOCSDIR%%/DEVNOTES
+%%DOCSDIR%%/LICENSE
+%%DOCSDIR%%/NEWS
+%%DOCSDIR%%/README
+ at dirrm %%DOCSDIR%%/css/images
+ at dirrm %%DOCSDIR%%/css
+ at dirrm %%DOCSDIR%%/Tutorials
+ at dirrm %%DOCSDIR%%/FAQ
+ at dirrm %%DOCSDIR%%/Documentation
+ at dirrm %%DOCSDIR%%/images
+ at dirrm %%DOCSDIR%%/thumbs/e/e6/Docs_ex1_precompute.jpg
+ at dirrm %%DOCSDIR%%/thumbs/e/e6
+ at dirrm %%DOCSDIR%%/thumbs/e
+ at dirrm %%DOCSDIR%%/thumbs/d/d6/GSHGIReusedError.png
+ at dirrm %%DOCSDIR%%/thumbs/d/d6
+ at dirrm %%DOCSDIR%%/thumbs/d
+ at dirrm %%DOCSDIR%%/thumbs/c/c7/GSHPhotonMapVis.png
+ at dirrm %%DOCSDIR%%/thumbs/c/c7
+ at dirrm %%DOCSDIR%%/thumbs/c
+ at dirrm %%DOCSDIR%%/thumbs/8/8c/GSHICacheVis.png
+ at dirrm %%DOCSDIR%%/thumbs/8/8c
+ at dirrm %%DOCSDIR%%/thumbs/8
+ at dirrm %%DOCSDIR%%/thumbs/7/7c/Docs_Caustic2.jpg
+ at dirrm %%DOCSDIR%%/thumbs/7/7c
+ at dirrm %%DOCSDIR%%/thumbs/7
+ at dirrm %%DOCSDIR%%/thumbs/5/54/Docs_ex3g_beauty.jpg
+ at dirrm %%DOCSDIR%%/thumbs/5/54
+ at dirrm %%DOCSDIR%%/thumbs/5/52/Docs_Caustic1.jpg
+ at dirrm %%DOCSDIR%%/thumbs/5/52
+ at dirrm %%DOCSDIR%%/thumbs/5
+ at dirrm %%DOCSDIR%%/thumbs/4/4e/Docs_DirectPhoton.jpg
+ at dirrm %%DOCSDIR%%/thumbs/4/4e
+ at dirrm %%DOCSDIR%%/thumbs/4/47/Docs_ex1_beauty.jpg
+ at dirrm %%DOCSDIR%%/thumbs/4/47
+ at dirrm %%DOCSDIR%%/thumbs/4/40/Docs_ex5_beauty.jpg
+ at dirrm %%DOCSDIR%%/thumbs/4/40
+ at dirrm %%DOCSDIR%%/thumbs/4
+ at dirrm %%DOCSDIR%%/thumbs/1/16/DispersionPhotons.png
+ at dirrm %%DOCSDIR%%/thumbs/1/16
+ at dirrm %%DOCSDIR%%/thumbs/1/1f/Docs_ex3_beauty.jpg
+ at dirrm %%DOCSDIR%%/thumbs/1/1f
+ at dirrm %%DOCSDIR%%/thumbs/1
+ at dirrm %%DOCSDIR%%/thumbs
 @dirrm %%DATADIR%%/shaders
 @dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/softshadow
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/running
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/rayshadow
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/figures
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+lib/pixie/file.a
+lib/pixie/file.la
+lib/pixie/file.so
+lib/pixie/framebuffer.a
+lib/pixie/framebuffer.la
+lib/pixie/framebuffer.so
+lib/pixie/rgbe.a
+lib/pixie/rgbe.la
+lib/pixie/rgbe.so
 @dirrm lib/pixie
- at dirrm include/pixie
--- _pixie.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list