From nobody@FreeBSD.org  Wed Mar 25 06:11:30 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EE4D910656CF
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Mar 2009 06:11:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D75228FC2F
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Mar 2009 06:11:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2P6BUYE068469
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Mar 2009 06:11:30 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n2P6BUpI068464;
	Wed, 25 Mar 2009 06:11:30 GMT
	(envelope-from nobody)
Message-Id: <200903250611.n2P6BUpI068464@www.freebsd.org>
Date: Wed, 25 Mar 2009 06:11:30 GMT
From: Hernn Di Pietro <hernan.di.pietro@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer-update] Update port to 6.4.30
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         133047
>Category:       ports
>Synopsis:       [maintainer-update] Update graphics/linux-ac3d to 6.4.30
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 25 06:20:00 UTC 2009
>Closed-Date:    Sat Dec 19 18:46:20 UTC 2009
>Last-Modified:  Sat Dec 19 18:50:04 UTC 2009
>Originator:     Hernn Di Pietro
>Release:        7.1-RELEASE
>Organization:
>Environment:
FreeBSD fbsd7 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 14:37:25 UTC 2009     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Update port to 6.4.30.

NOTE

AC3D now requires GLIBC >= 2.4, which is not available at the default FC4 linuxbase (comes with 2.3.6). This port specifies Linuxbase f8, so the osrelease sysctl must be set to 2.6.16. With this setting the binary seems to be perfectly stable both in hardware and software rendering libraries.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/graphics/linux-ac3d/Makefile /home/hernan/ports/Makefile
--- /usr/ports/graphics/linux-ac3d/Makefile	2009-03-19 14:28:42.000000000 -0300
+++ /home/hernan/ports/Makefile	2009-03-25 01:23:23.000000000 -0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ac3d
-PORTVERSION=	6.205
+PORTVERSION=	6.430
 CATEGORIES=	graphics linux
 MASTER_SITES=	http://www.inivis.com/ac3d/download/release6/ \
 		http://freebsd.unixfreunde.de/sources/
@@ -27,7 +27,8 @@
 RESTRICTED=	no distribution permitted
 
 ONLY_FOR_ARCHS=	i386 amd64
-USE_LINUX=	yes
+USE_LINUX=	f8
+#LINUX_OSRELEASE= 2.6.16
 USE_LINUX_APPS=	jpeg png10 tiff xorglibs
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}lx
@@ -59,12 +60,16 @@
 # Tcl/Tk scripts library (which is ${LOCALBASE}/lib for version
 # from ports).
 # data
-	${MKDIR} ${DATADIR}/lib/tcl8.4
-	${INSTALL_DATA} ${WRKSRC}/lib/tcl8.4/tclIndex ${DATADIR}/lib/tcl8.4
-	${INSTALL_DATA} ${WRKSRC}/lib/tcl8.4/*.tcl ${DATADIR}/lib/tcl8.4
-	${MKDIR} ${DATADIR}/lib/tk8.4
-	${INSTALL_DATA} ${WRKSRC}/lib/tk8.4/tclIndex ${DATADIR}/lib/tk8.4
-	${INSTALL_DATA} ${WRKSRC}/lib/tk8.4/*.tcl ${DATADIR}/lib/tk8.4
+	${MKDIR} ${DATADIR}/lib/tcl8.5
+	${INSTALL_DATA} ${WRKSRC}/lib/tcl8.5/license.terms ${DATADIR}/lib/tcl8.5
+	${INSTALL_DATA} ${WRKSRC}/lib/tcl8.5/tclIndex ${DATADIR}/lib/tcl8.5
+	${INSTALL_DATA} ${WRKSRC}/lib/tcl8.5/*.tcl ${DATADIR}/lib/tcl8.5
+	${MKDIR} ${DATADIR}/lib/tk8.5
+	${INSTALL_DATA} ${WRKSRC}/lib/tk8.5/license.terms ${DATADIR}/lib/tk8.5
+	${INSTALL_DATA} ${WRKSRC}/lib/tk8.5/tclIndex ${DATADIR}/lib/tk8.5
+	${INSTALL_DATA} ${WRKSRC}/lib/tk8.5/*.tcl ${DATADIR}/lib/tk8.5
+	${MKDIR} ${DATADIR}/lib/tk8.5/ttk
+	${INSTALL_DATA} ${WRKSRC}/lib/tk8.5/ttk/*.tcl ${DATADIR}/lib/tk8.5/ttk
 	${MKDIR} ${DATADIR}/tcl
 
 .for i in tcl
@@ -73,10 +78,16 @@
 
 #images
 	${MKDIR} ${DATADIR}/tcl/images
-.for i in gif
+	${MKDIR} ${DATADIR}/tcl/images/toolbar
+
+.for i in gif png
 	${INSTALL_DATA} ${WRKSRC}/tcl/images/*.${i} ${DATADIR}/tcl/images
 .endfor
 
+.for i in png
+	${INSTALL_DATA} ${WRKSRC}/tcl/images/toolbar/*.${i} ${DATADIR}/tcl/images/toolbar
+.endfor
+
 # fonts
 .for i in font fontwire
 	${INSTALL_DATA} ${WRKSRC}/${i}.ac ${DATADIR}
@@ -101,5 +112,13 @@
 # examples
 	${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/models/samples/* ${EXAMPLESDIR}
+	${MKDIR} ${EXAMPLESDIR}/SecondLife
+
+.for i in ac tga
+	${INSTALL_DATA} ${WRKSRC}/models/SecondLife/*.${i} ${EXAMPLESDIR}/SecondLife
+.endfor
+
+	${MKDIR} ${EXAMPLESDIR}/SecondLife/avatar
+	${INSTALL_DATA} ${WRKSRC}/models/SecondLife/avatar/* ${EXAMPLESDIR}/SecondLife/avatar
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/graphics/linux-ac3d/distinfo /home/hernan/ports/distinfo
--- /usr/ports/graphics/linux-ac3d/distinfo	2007-07-28 21:21:32.000000000 -0300
+++ /home/hernan/ports/distinfo	2009-03-21 22:43:55.000000000 -0300
@@ -1,3 +1,3 @@
-MD5 (ac3dlx6205.tgz) = b334108a6cf1afb633417c70b37160dd
-SHA256 (ac3dlx6205.tgz) = 5f1611e0ca263a3b3978d5cad82001ca45b2dbf8cb891093aad6f7d856a3612c
-SIZE (ac3dlx6205.tgz) = 5319713
+MD5 (ac3dlx6430.tgz) = 2c0b79a7d957c9c7fd7d25fdf90a68e7
+SHA256 (ac3dlx6430.tgz) = 8a856097c646301fc6ec8edc22382f52ffac1d8669437648ee0e5c78a8b4fe85
+SIZE (ac3dlx6430.tgz) = 7250879
diff -ruN /usr/ports/graphics/linux-ac3d/pkg-plist /home/hernan/ports/pkg-plist
--- /usr/ports/graphics/linux-ac3d/pkg-plist	2007-07-28 21:21:32.000000000 -0300
+++ /home/hernan/ports/pkg-plist	2009-03-25 01:47:34.000000000 -0300
@@ -4,52 +4,78 @@
 libexec/ac3ds
 %%DATADIR%%/font.ac
 %%DATADIR%%/fontwire.ac
-%%DATADIR%%/lib/tcl8.4/auto.tcl
-%%DATADIR%%/lib/tcl8.4/history.tcl
-%%DATADIR%%/lib/tcl8.4/init.tcl
-%%DATADIR%%/lib/tcl8.4/ldAout.tcl
-%%DATADIR%%/lib/tcl8.4/package.tcl
-%%DATADIR%%/lib/tcl8.4/parray.tcl
-%%DATADIR%%/lib/tcl8.4/safe.tcl
-%%DATADIR%%/lib/tcl8.4/tclIndex
-%%DATADIR%%/lib/tcl8.4/word.tcl
-%%DATADIR%%/lib/tk8.4/bgerror.tcl
-%%DATADIR%%/lib/tk8.4/button.tcl
-%%DATADIR%%/lib/tk8.4/choosedir.tcl
-%%DATADIR%%/lib/tk8.4/clrpick.tcl
-%%DATADIR%%/lib/tk8.4/comdlg.tcl
-%%DATADIR%%/lib/tk8.4/console.tcl
-%%DATADIR%%/lib/tk8.4/dialog.tcl
-%%DATADIR%%/lib/tk8.4/entry.tcl
-%%DATADIR%%/lib/tk8.4/focus.tcl
-%%DATADIR%%/lib/tk8.4/listbox.tcl
-%%DATADIR%%/lib/tk8.4/menu.tcl
-%%DATADIR%%/lib/tk8.4/mkpsenc.tcl
-%%DATADIR%%/lib/tk8.4/msgbox.tcl
-%%DATADIR%%/lib/tk8.4/obsolete.tcl
-%%DATADIR%%/lib/tk8.4/optMenu.tcl
-%%DATADIR%%/lib/tk8.4/palette.tcl
-%%DATADIR%%/lib/tk8.4/panedwindow.tcl
-%%DATADIR%%/lib/tk8.4/pkgIndex.tcl
-%%DATADIR%%/lib/tk8.4/safetk.tcl
-%%DATADIR%%/lib/tk8.4/scale.tcl
-%%DATADIR%%/lib/tk8.4/scrlbar.tcl
-%%DATADIR%%/lib/tk8.4/spinbox.tcl
-%%DATADIR%%/lib/tk8.4/tclIndex
-%%DATADIR%%/lib/tk8.4/tearoff.tcl
-%%DATADIR%%/lib/tk8.4/text.tcl
-%%DATADIR%%/lib/tk8.4/tk.tcl
-%%DATADIR%%/lib/tk8.4/tkfbox.tcl
-%%DATADIR%%/lib/tk8.4/unsupported.tcl
-%%DATADIR%%/lib/tk8.4/xmfbox.tcl
+%%DATADIR%%/lib/tcl8.5/auto.tcl
+%%DATADIR%%/lib/tcl8.5/clock.tcl
+%%DATADIR%%/lib/tcl8.5/history.tcl
+%%DATADIR%%/lib/tcl8.5/init.tcl
+%%DATADIR%%/lib/tcl8.5/license.terms
+%%DATADIR%%/lib/tcl8.5/package.tcl
+%%DATADIR%%/lib/tcl8.5/parray.tcl
+%%DATADIR%%/lib/tcl8.5/safe.tcl
+%%DATADIR%%/lib/tcl8.5/tclIndex
+%%DATADIR%%/lib/tcl8.5/tm.tcl
+%%DATADIR%%/lib/tcl8.5/word.tcl
+%%DATADIR%%/lib/tk8.5/bgerror.tcl
+%%DATADIR%%/lib/tk8.5/button.tcl
+%%DATADIR%%/lib/tk8.5/choosedir.tcl
+%%DATADIR%%/lib/tk8.5/clrpick.tcl
+%%DATADIR%%/lib/tk8.5/comdlg.tcl
+%%DATADIR%%/lib/tk8.5/console.tcl
+%%DATADIR%%/lib/tk8.5/dialog.tcl
+%%DATADIR%%/lib/tk8.5/entry.tcl
+%%DATADIR%%/lib/tk8.5/focus.tcl
+%%DATADIR%%/lib/tk8.5/license.terms
+%%DATADIR%%/lib/tk8.5/listbox.tcl
+%%DATADIR%%/lib/tk8.5/menu.tcl
+%%DATADIR%%/lib/tk8.5/mkpsenc.tcl
+%%DATADIR%%/lib/tk8.5/msgbox.tcl
+%%DATADIR%%/lib/tk8.5/obsolete.tcl
+%%DATADIR%%/lib/tk8.5/optMenu.tcl
+%%DATADIR%%/lib/tk8.5/palette.tcl
+%%DATADIR%%/lib/tk8.5/panedwindow.tcl
+%%DATADIR%%/lib/tk8.5/safetk.tcl
+%%DATADIR%%/lib/tk8.5/scale.tcl
+%%DATADIR%%/lib/tk8.5/scrlbar.tcl
+%%DATADIR%%/lib/tk8.5/spinbox.tcl
+%%DATADIR%%/lib/tk8.5/tclIndex
+%%DATADIR%%/lib/tk8.5/tearoff.tcl
+%%DATADIR%%/lib/tk8.5/text.tcl
+%%DATADIR%%/lib/tk8.5/tk.tcl
+%%DATADIR%%/lib/tk8.5/tkfbox.tcl
+%%DATADIR%%/lib/tk8.5/ttk/altTheme.tcl
+%%DATADIR%%/lib/tk8.5/ttk/aquaTheme.tcl
+%%DATADIR%%/lib/tk8.5/ttk/button.tcl
+%%DATADIR%%/lib/tk8.5/ttk/clamTheme.tcl
+%%DATADIR%%/lib/tk8.5/ttk/classicTheme.tcl
+%%DATADIR%%/lib/tk8.5/ttk/combobox.tcl
+%%DATADIR%%/lib/tk8.5/ttk/cursors.tcl
+%%DATADIR%%/lib/tk8.5/ttk/defaults.tcl
+%%DATADIR%%/lib/tk8.5/ttk/entry.tcl
+%%DATADIR%%/lib/tk8.5/ttk/fonts.tcl
+%%DATADIR%%/lib/tk8.5/ttk/menubutton.tcl
+%%DATADIR%%/lib/tk8.5/ttk/notebook.tcl
+%%DATADIR%%/lib/tk8.5/ttk/panedwindow.tcl
+%%DATADIR%%/lib/tk8.5/ttk/progress.tcl
+%%DATADIR%%/lib/tk8.5/ttk/scale.tcl
+%%DATADIR%%/lib/tk8.5/ttk/scrollbar.tcl
+%%DATADIR%%/lib/tk8.5/ttk/sizegrip.tcl
+%%DATADIR%%/lib/tk8.5/ttk/treeview.tcl
+%%DATADIR%%/lib/tk8.5/ttk/ttk.tcl
+%%DATADIR%%/lib/tk8.5/ttk/utils.tcl
+%%DATADIR%%/lib/tk8.5/ttk/winTheme.tcl
+%%DATADIR%%/lib/tk8.5/ttk/xpTheme.tcl
+%%DATADIR%%/lib/tk8.5/unsupported.tcl
+%%DATADIR%%/lib/tk8.5/xmfbox.tcl
 %%DATADIR%%/plugins/DirectX.p
 %%DATADIR%%/plugins/DirectX.tcl
 %%DATADIR%%/plugins/LDraw.p
 %%DATADIR%%/plugins/LDraw.tcl
 %%DATADIR%%/plugins/airfoil_import.p
+%%DATADIR%%/plugins/ase_export.p
+%%DATADIR%%/plugins/basrelief.p
+%%DATADIR%%/plugins/basrelief.tcl
 %%DATADIR%%/plugins/centre.p
 %%DATADIR%%/plugins/centre.tcl
-%%DATADIR%%/plugins/csg.tcl
 %%DATADIR%%/plugins/ddsload.p
 %%DATADIR%%/plugins/dxf_export.p
 %%DATADIR%%/plugins/field_import.p
@@ -62,7 +88,9 @@
 %%DATADIR%%/plugins/lwexport.p
 %%DATADIR%%/plugins/lwimport.p
 %%DATADIR%%/plugins/milkshape_export.p
+%%DATADIR%%/plugins/milkshape_export_tfp.p
 %%DATADIR%%/plugins/milkshape_import.p
+%%DATADIR%%/plugins/nmf_export.p
 %%DATADIR%%/plugins/obj_export.p
 %%DATADIR%%/plugins/obj_import.p
 %%DATADIR%%/plugins/off_import.p
@@ -72,6 +100,8 @@
 %%DATADIR%%/plugins/ppmload.p
 %%DATADIR%%/plugins/quakemap_export.p
 %%DATADIR%%/plugins/savepng.p
+%%DATADIR%%/plugins/secondlife_export.p
+%%DATADIR%%/plugins/slbox_export.p
 %%DATADIR%%/plugins/smf_export.p
 %%DATADIR%%/plugins/smf_import.p
 %%DATADIR%%/plugins/stl_import.p
@@ -100,40 +130,56 @@
 %%DATADIR%%/tcl/ac3duvedit.tcl
 %%DATADIR%%/tcl/ac3dview.tcl
 %%DATADIR%%/tcl/combobox.tcl
-%%DATADIR%%/tcl/images/block.gif
-%%DATADIR%%/tcl/images/box.gif
-%%DATADIR%%/tcl/images/cylinder.gif
-%%DATADIR%%/tcl/images/disk.gif
-%%DATADIR%%/tcl/images/ellipse.gif
-%%DATADIR%%/tcl/images/extrude.gif
-%%DATADIR%%/tcl/images/gridx.gif
-%%DATADIR%%/tcl/images/group.gif
-%%DATADIR%%/tcl/images/inspect.gif
-%%DATADIR%%/tcl/images/light.gif
-%%DATADIR%%/tcl/images/line.gif
-%%DATADIR%%/tcl/images/maxmin.gif
-%%DATADIR%%/tcl/images/mesh.gif
-%%DATADIR%%/tcl/images/movesize.gif
-%%DATADIR%%/tcl/images/object.gif
-%%DATADIR%%/tcl/images/pan.gif
-%%DATADIR%%/tcl/images/polygon.gif
-%%DATADIR%%/tcl/images/polyline.gif
-%%DATADIR%%/tcl/images/rect.gif
-%%DATADIR%%/tcl/images/rotate.gif
-%%DATADIR%%/tcl/images/sphere.gif
-%%DATADIR%%/tcl/images/spin.gif
-%%DATADIR%%/tcl/images/surface.gif
-%%DATADIR%%/tcl/images/tick.gif
-%%DATADIR%%/tcl/images/tickempty.gif
-%%DATADIR%%/tcl/images/tilt.gif
-%%DATADIR%%/tcl/images/tinygroup.gif
-%%DATADIR%%/tcl/images/tinyhidden0.gif
-%%DATADIR%%/tcl/images/tinyhidden1.gif
-%%DATADIR%%/tcl/images/tinylight.gif
-%%DATADIR%%/tcl/images/tinylocked0.gif
-%%DATADIR%%/tcl/images/tinylocked1.gif
-%%DATADIR%%/tcl/images/tinysphere.gif
-%%DATADIR%%/tcl/images/vertex.gif
+%%DATADIR%%/tcl/images/block.png
+%%DATADIR%%/tcl/images/box.png
+%%DATADIR%%/tcl/images/cylinder.png
+%%DATADIR%%/tcl/images/disk.png
+%%DATADIR%%/tcl/images/ellipse.png
+%%DATADIR%%/tcl/images/extrude.png
+%%DATADIR%%/tcl/images/group.png
+%%DATADIR%%/tcl/images/inspect.png
+%%DATADIR%%/tcl/images/light.png
+%%DATADIR%%/tcl/images/line.png
+%%DATADIR%%/tcl/images/maxmin.png
+%%DATADIR%%/tcl/images/mesh.png
+%%DATADIR%%/tcl/images/movesize.png
+%%DATADIR%%/tcl/images/object.png
+%%DATADIR%%/tcl/images/pan.png
+%%DATADIR%%/tcl/images/polygon.png
+%%DATADIR%%/tcl/images/polyline.png
+%%DATADIR%%/tcl/images/rect.png
+%%DATADIR%%/tcl/images/rotate.png
+%%DATADIR%%/tcl/images/sphere.png
+%%DATADIR%%/tcl/images/spin.png
+%%DATADIR%%/tcl/images/surface.png
+%%DATADIR%%/tcl/images/tick.png
+%%DATADIR%%/tcl/images/tickempty.png
+%%DATADIR%%/tcl/images/tilt.png
+%%DATADIR%%/tcl/images/tinygroup.png
+%%DATADIR%%/tcl/images/tinyhidden0.png
+%%DATADIR%%/tcl/images/tinyhidden1.png
+%%DATADIR%%/tcl/images/tinylight.png
+%%DATADIR%%/tcl/images/tinylocked0.png
+%%DATADIR%%/tcl/images/tinylocked1.png
+%%DATADIR%%/tcl/images/tinysphere.png
+%%DATADIR%%/tcl/images/toolbar/copy.png
+%%DATADIR%%/tcl/images/toolbar/cut.png
+%%DATADIR%%/tcl/images/toolbar/duplicate.png
+%%DATADIR%%/tcl/images/toolbar/flipx.png
+%%DATADIR%%/tcl/images/toolbar/flipy.png
+%%DATADIR%%/tcl/images/toolbar/flipz.png
+%%DATADIR%%/tcl/images/toolbar/group.png
+%%DATADIR%%/tcl/images/toolbar/paste.png
+%%DATADIR%%/tcl/images/toolbar/scale0.5.png
+%%DATADIR%%/tcl/images/toolbar/scale0.9.png
+%%DATADIR%%/tcl/images/toolbar/scale1.1.png
+%%DATADIR%%/tcl/images/toolbar/scale2.0.png
+%%DATADIR%%/tcl/images/toolbar/selectall.png
+%%DATADIR%%/tcl/images/toolbar/selectnone.png
+%%DATADIR%%/tcl/images/toolbar/subdivdecrease.png
+%%DATADIR%%/tcl/images/toolbar/subdivincrease.png
+%%DATADIR%%/tcl/images/toolbar/ungroup.png
+%%DATADIR%%/tcl/images/vertex.png
 %%DATADIR%%/tcl/images/view_3d.gif
 %%DATADIR%%/tcl/images/view_back.gif
 %%DATADIR%%/tcl/images/view_bottom.gif
@@ -141,14 +187,31 @@
 %%DATADIR%%/tcl/images/view_left.gif
 %%DATADIR%%/tcl/images/view_right.gif
 %%DATADIR%%/tcl/images/view_top.gif
-%%DATADIR%%/tcl/images/viewall.gif
-%%DATADIR%%/tcl/images/viewbottomleft.gif
-%%DATADIR%%/tcl/images/viewbottomright.gif
-%%DATADIR%%/tcl/images/viewtopleft.gif
-%%DATADIR%%/tcl/images/viewtopright.gif
-%%DATADIR%%/tcl/images/walk.gif
-%%DATADIR%%/tcl/images/zoom.gif
+%%DATADIR%%/tcl/images/viewall.png
+%%DATADIR%%/tcl/images/viewbottomleft.png
+%%DATADIR%%/tcl/images/viewbottomright.png
+%%DATADIR%%/tcl/images/viewtopleft.png
+%%DATADIR%%/tcl/images/viewtopright.png
+%%DATADIR%%/tcl/images/walk.png
+%%DATADIR%%/tcl/images/zoom.png
 %%DATADIR%%/tcl/toolbar.tcl
+share/pixmaps/ac3d.png
+%%EXAMPLESDIR%%/SecondLife/avatar/default_female.ac
+%%EXAMPLESDIR%%/SecondLife/avatar/default_male.ac
+%%EXAMPLESDIR%%/SecondLife/avatar/eye.tga
+%%EXAMPLESDIR%%/SecondLife/avatar/face.tga
+%%EXAMPLESDIR%%/SecondLife/avatar/hair.tga
+%%EXAMPLESDIR%%/SecondLife/avatar/lower_body.tga
+%%EXAMPLESDIR%%/SecondLife/avatar/readme.txt
+%%EXAMPLESDIR%%/SecondLife/avatar/ruth.ac
+%%EXAMPLESDIR%%/SecondLife/avatar/skirt.tga
+%%EXAMPLESDIR%%/SecondLife/avatar/upper_body.tga
+%%EXAMPLESDIR%%/SecondLife/sculpty-cylinder.ac
+%%EXAMPLESDIR%%/SecondLife/sculpty-cylinder.tga
+%%EXAMPLESDIR%%/SecondLife/sculpty-sphere.ac
+%%EXAMPLESDIR%%/SecondLife/sculpty-sphere.tga
+%%EXAMPLESDIR%%/SecondLife/sculpty-subdcube.ac
+%%EXAMPLESDIR%%/SecondLife/sculpty-subdcube.tga
 %%EXAMPLESDIR%%/SubdividedDragon.ac
 %%EXAMPLESDIR%%/amp.ac
 %%EXAMPLESDIR%%/atomizer.ac
@@ -175,12 +238,15 @@
 %%EXAMPLESDIR%%/tree_transparent.gif
 %%EXAMPLESDIR%%/world.ac
 %%EXAMPLESDIR%%/world.rgb
-share/pixmaps/ac3d.png
+@dirrm %%EXAMPLESDIR%%/SecondLife/avatar
+@dirrm %%EXAMPLESDIR%%/SecondLife
 @dirrm %%EXAMPLESDIR%%
+@dirrm %%DATADIR%%/tcl/images/toolbar
 @dirrm %%DATADIR%%/tcl/images
 @dirrm %%DATADIR%%/tcl
 @dirrm %%DATADIR%%/plugins
-@dirrm %%DATADIR%%/lib/tk8.4
-@dirrm %%DATADIR%%/lib/tcl8.4
+@dirrm %%DATADIR%%/lib/tk8.5/ttk
+@dirrm %%DATADIR%%/lib/tk8.5
+@dirrm %%DATADIR%%/lib/tcl8.5
 @dirrm %%DATADIR%%/lib
 @dirrm %%DATADIR%%


>Release-Note:
>Audit-Trail:

From: =?ISO-8859-1?Q?Hern=E1n_Di_Pietro?= <hernan.dipietro@nektra.com>
To: bug-followup@FreeBSD.org, hernan.di.pietro@gmail.com
Cc:  
Subject: Re: ports/133047: [maintainer-update] Update graphics/linux-ac3d
 to 6.4.30
Date: Fri, 03 Apr 2009 10:39:01 -0300

 what happened to this update ? thanks.
Responsible-Changed-From-To: freebsd-ports-bugs->glarkin 
Responsible-Changed-By: glarkin 
Responsible-Changed-When: Wed May 20 13:15:57 EDT 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133047 
State-Changed-From-To: open->feedback 
State-Changed-By: glarkin 
State-Changed-When: Mon Jun 22 18:09:22 EDT 2009 
State-Changed-Why:  
Requested updated patch with NOPORTEXAMPLES handling. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133047 

From: Greg Larkin <glarkin@FreeBSD.org>
To: bug-followup@FreeBSD.org, hernan.di.pietro@gmail.com
Cc:  
Subject: Re: ports/133047: [maintainer-update] Update graphics/linux-ac3d
 to 6.4.30
Date: Mon, 22 Jun 2009 18:08:44 -0400

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 Hi Hern=E1n,
 
 I am working on your PR, and I would like the Makefile to handle the
 NOPORTEXAMPLES switch, similar to the way it handles NOPORTDOCS.  Can
 you make the changes to Makefile and pkg-plist to do that and submit a
 revised patch to the PR?
 
 Otherwise, the port update looks good so far, and I will queue it up in
 a build in my local Tinderbox machine to make sure the FreeBSD build
 cluster doesn't have any problems with it.
 
 Cheers,
 Greg
 - --
 Greg Larkin
 
 http://www.FreeBSD.org/       - The Power To Serve
 http://www.sourcehosting.net/ - Ready. Set. Code.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
 iD8DBQFKQADs0sRouByUApARAi8QAKCm7NCUujgmZAXoxl+dTg+su54rfwCdFXsf
 4/WuI+5qUyZI/ii9EDdMtAg=3D
 =3DVirE
 -----END PGP SIGNATURE-----
 
Responsible-Changed-From-To: glarkin->freebsd-ports-bugs 
Responsible-Changed-By: glarkin 
Responsible-Changed-When: Thu Sep 17 10:07:07 EDT 2009 
Responsible-Changed-Why:  
Back to the pool, no response to request for updated patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133047 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Sat Dec 19 18:00:50 UTC 2009 
State-Changed-Why:  
Hi, I have committed your PR. 

I'm not sure how to request f8 on 7.X, so I just changed USE_LINUX back to 
"yes" and added a comment to the Makefile. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133047 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133047: commit references a PR
Date: Sat, 19 Dec 2009 18:45:56 +0000 (UTC)

 pav         2009-12-19 18:45:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/linux-ac3d  Makefile distinfo pkg-plist 
   Log:
   - Update to 6.430
   
   PR:             ports/133047
   Submitted by:   Hernan Di Pietro <hernan.di.pietro@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.27      +28 -9     ports/graphics/linux-ac3d/Makefile
   1.13      +3 -3      ports/graphics/linux-ac3d/distinfo
   1.12      +149 -83   ports/graphics/linux-ac3d/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
