Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2006 12:56:49 -0500 (CDT)
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erikg@arl.army.mil
Subject:   ports/104545: [Maintainer Update]  cad/brlcad  7.8.2 -> 7.8.4
Message-ID:  <20061018175649.6DE4F1CE5D@phoenix.smluc.org>
Resent-Message-ID: <200610181800.k9II0nJe034620@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104545
>Category:       ports
>Synopsis:       [Maintainer Update]  cad/brlcad  7.8.2 -> 7.8.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 18 18:00:49 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fenris 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 14:38:02 EDT 2006 root@fenris:/usr/obj/usr/src/sys/FENRIS i386

>Description:

Update from 7.8.2 to 7.8.4. I believe this may fix some issues on 
fbsd 4.x as well (cannot test).

Changes in this release can be viewed at 
http://brlcad.cvs.sourceforge.net/brlcad/brlcad/NEWS?revision=14.232&view=markup

Thanks!

>How-To-Repeat:
>Fix:

--- cad_brlcad.patch begins here ---
Index: cad/brlcad/Makefile
===================================================================
RCS file: /home/ncvs/ports/cad/brlcad/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- cad/brlcad/Makefile	14 Jul 2006 16:18:00 -0000	1.17
+++ cad/brlcad/Makefile	18 Oct 2006 17:48:58 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	brlcad
-PORTVERSION=	7.8.2
+PORTVERSION=	7.8.4
 CATEGORIES=	cad
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	brlcad
@@ -24,13 +24,14 @@
 PREFIX?=	${LOCALBASE}/${PORTNAME}
 GNU_CONFIGURE=	yes
 NO_MTREE=	yes
-INSTALLS_SHLIB=	yes	# Not really useful, but pet portlint
+USE_LDCONFIG=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.4
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CONFIGURE_ARGS+=--with-libs="-lpng ${EXTRA_LIBS}" --program-transform-name="" \
-		--disable-jove-build
+CONFIGURE_ARGS+=--enable-tcl-build --enable-tk-build --disable-adrt-build \
+	--with-libs="-lpng ${EXTRA_LIBS}" --program-transform-name="" \
+	--disable-jove-build
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 
 MAN1=	alias-pix.1 all_sf.1 anim_cascade.1 anim_fly.1 anim_hardtrack.1		\
@@ -69,8 +70,8 @@
 	rtg3.1 rthide.1 rtpp.1 rtrange.1 rtray.1 rtregis.1 rtscale.1 rtshot.1	\
 	rttherm.1 rtwalk.1 rtweight.1 rtxray.1 scriptsort.1 secpass.1		\
 	shapefact.1 showshot.1 showtherm.1 ssamp-bw.1 stl-g.1 sun-pix.1		\
-	tabinterp.1 tabsub.1 tankill-g.1 tclsh.1 terrain.1 ug-g.1 vas4.1	\
-	vdeck.1 viewpoint-g.1 wavelet.1 wish.1
+	tabinterp.1 tabsub.1 tankill-g.1 tclsh.1 terrain.1 vas4.1 vdeck.1 	\
+	viewpoint-g.1 wavelet.1 wish.1
 
 MAN3=	3DBorder.3 Access.3 AddErrInfo.3 AddOption.3 Alloc.3 AllowExc.3		\
 	AppInit.3 AssocData.3 Async.3 BackgdErr.3 Backslash.3 BindTable.3	\
@@ -158,9 +159,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == sparc64
 EXTRA_LIBS=	${PTHREAD_LIBS}
-.endif
 
 # we only run on i386 and amd64 release 5+
 .if ${OSVERSION} < 500000
Index: cad/brlcad/distinfo
===================================================================
RCS file: /home/ncvs/ports/cad/brlcad/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- cad/brlcad/distinfo	6 Jul 2006 13:56:37 -0000	1.11
+++ cad/brlcad/distinfo	18 Oct 2006 17:48:58 -0000
@@ -1,3 +1,3 @@
-MD5 (brlcad-7.8.2.tar.bz2) = 38854509545cb4a1b037d1ac47aac731
-SHA256 (brlcad-7.8.2.tar.bz2) = 6e7d17f57383ba8830aedf126a205bed46f4bbbc857118eb8021f706720711c6
-SIZE (brlcad-7.8.2.tar.bz2) = 19955186
+MD5 (brlcad-7.8.4.tar.bz2) = 01539c0045e8f6159d6aeea374641cde
+SHA256 (brlcad-7.8.4.tar.bz2) = 6b091015371f13a3898ec7f26dd9c517084f2b2c5db61e1f16a30853aac49c22
+SIZE (brlcad-7.8.4.tar.bz2) = 19954301
Index: cad/brlcad/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/cad/brlcad/pkg-plist,v
retrieving revision 1.12
diff -u -r1.12 pkg-plist
--- cad/brlcad/pkg-plist	6 Jul 2006 13:56:37 -0000	1.12
+++ cad/brlcad/pkg-plist	18 Oct 2006 17:48:58 -0000
@@ -62,6 +62,7 @@
 bin/cad_boundp
 bin/cad_parea
 bin/cadbug.sh
+bin/canonize
 bin/cat-fb
 bin/cell-fb
 bin/chan_add
@@ -107,6 +108,7 @@
 bin/euclid_unformat
 bin/f-d
 bin/f-i
+bin/facetall.sh
 bin/fast4-g
 bin/fb-bw
 bin/fb-cmap
@@ -175,6 +177,8 @@
 bin/imgdims
 bin/imod
 bin/indent.sh
+bin/ipuscan
+bin/ipustat
 bin/ir-X
 bin/ir-sgi
 bin/irdisp
@@ -183,6 +187,7 @@
 bin/kurt
 bin/lgt
 bin/loop
+bin/lowp
 bin/mac-pix
 bin/mged
 bin/mged.sh
@@ -215,6 +220,7 @@
 bin/pix-bw
 bin/pix-bw3
 bin/pix-fb
+bin/pix-ipu
 bin/pix-orle
 bin/pix-png
 bin/pix-ppm
@@ -284,6 +290,7 @@
 bin/ply-g
 bin/png-bw
 bin/png-fb
+bin/png-ipu
 bin/png-pix
 bin/png_info
 bin/polar-fb
@@ -453,6 +460,8 @@
 include/brlcad/dm-pex.h
 include/brlcad/dm-plot.h
 include/brlcad/dm-ps.h
+include/brlcad/dm-tk.h
+include/brlcad/dm-wgl.h
 include/brlcad/dm.h
 include/brlcad/dm_color.h
 include/brlcad/dm_xvars.h
@@ -460,7 +469,6 @@
 include/brlcad/fb.h
 include/brlcad/fbio.h
 include/brlcad/fbserv_obj.h
-include/brlcad/forms.h
 include/brlcad/itcl.h
 include/brlcad/itclDecls.h
 include/brlcad/itclInt.h
@@ -553,13 +561,16 @@
 lib/blt2.4/dd_protocols/dd-file.tcl
 lib/blt2.4/dd_protocols/dd-number.tcl
 lib/blt2.4/dd_protocols/dd-text.tcl
+lib/blt2.4/dd_protocols/tclIndex
 lib/blt2.4/dnd.tcl
 lib/blt2.4/dragdrop.tcl
 lib/blt2.4/graph.tcl
 lib/blt2.4/hierbox.tcl
 lib/blt2.4/hiertable.tcl
+lib/blt2.4/pkgIndex.tcl
 lib/blt2.4/tabnotebook.tcl
 lib/blt2.4/tabset.tcl
+lib/blt2.4/tclIndex
 lib/blt2.4/treeview.tcl
 lib/blt2.4/treeview.xbm
 lib/blt2.4/treeview_m.xbm
@@ -989,6 +1000,7 @@
 lib/tkimg.la
 lib/tkimg.so
 lib/tkimg.so.0
+man/man1/canonize.1
 %%DATADIR%%/%%PORTVERSION%%/AUTHORS
 %%DATADIR%%/%%PORTVERSION%%/COPYING
 %%DATADIR%%/%%PORTVERSION%%/HACKING
@@ -1027,18 +1039,21 @@
 %%DATADIR%%/%%PORTVERSION%%/db/star.g
 %%DATADIR%%/%%PORTVERSION%%/db/tank_car.g
 %%DATADIR%%/%%PORTVERSION%%/db/terra.g
-%%DATADIR%%/%%PORTVERSION%%/db/truck.g
 %%DATADIR%%/%%PORTVERSION%%/db/toyjeep.g
+%%DATADIR%%/%%PORTVERSION%%/db/truck.g
 %%DATADIR%%/%%PORTVERSION%%/db/wave.g
 %%DATADIR%%/%%PORTVERSION%%/db/woodsman.g
 %%DATADIR%%/%%PORTVERSION%%/db/world.g
 %%DATADIR%%/%%PORTVERSION%%/db/xmp.g
+%%DATADIR%%/%%PORTVERSION%%/doc/IDEAS
+%%DATADIR%%/%%PORTVERSION%%/doc/PROJECTS
 %%DATADIR%%/%%PORTVERSION%%/doc/README.AIX
 %%DATADIR%%/%%PORTVERSION%%/doc/README.BSD
 %%DATADIR%%/%%PORTVERSION%%/doc/README.IRIX
 %%DATADIR%%/%%PORTVERSION%%/doc/README.Linux
 %%DATADIR%%/%%PORTVERSION%%/doc/README.MacOSX
 %%DATADIR%%/%%PORTVERSION%%/doc/README.Solaris
+%%DATADIR%%/%%PORTVERSION%%/doc/README.VAX
 %%DATADIR%%/%%PORTVERSION%%/doc/README.Windows
 %%DATADIR%%/%%PORTVERSION%%/doc/anim.txt
 %%DATADIR%%/%%PORTVERSION%%/doc/archer_ack.txt
@@ -1059,6 +1074,7 @@
 %%DATADIR%%/%%PORTVERSION%%/doc/mk.tr
 %%DATADIR%%/%%PORTVERSION%%/doc/movie.txt
 %%DATADIR%%/%%PORTVERSION%%/doc/old-mged.tr
+%%DATADIR%%/%%PORTVERSION%%/doc/pad_file.xml
 %%DATADIR%%/%%PORTVERSION%%/doc/pkg.tr
 %%DATADIR%%/%%PORTVERSION%%/doc/regions.txt
 %%DATADIR%%/%%PORTVERSION%%/doc/rounding.txt
@@ -1296,7 +1312,6 @@
 %%DATADIR%%/%%PORTVERSION%%/html/manuals/mged/bool.gif
 %%DATADIR%%/%%PORTVERSION%%/html/manuals/mged/brlcad_glossary.html
 %%DATADIR%%/%%PORTVERSION%%/html/manuals/mged/brlcad_solids.html
-%%DATADIR%%/%%PORTVERSION%%/html/manuals/mged/bugs
 %%DATADIR%%/%%PORTVERSION%%/html/manuals/mged/build_def_index.sh
 %%DATADIR%%/%%PORTVERSION%%/html/manuals/mged/cmd_line_ed.html
 %%DATADIR%%/%%PORTVERSION%%/html/manuals/mged/concl.html
@@ -1364,6 +1379,9 @@
 %%DATADIR%%/%%PORTVERSION%%/pix/star.pix
 %%DATADIR%%/%%PORTVERSION%%/pix/world.log
 %%DATADIR%%/%%PORTVERSION%%/pix/world.pix
+%%DATADIR%%/%%PORTVERSION%%/plugins/archer/Command/README
+%%DATADIR%%/%%PORTVERSION%%/plugins/archer/Core/README
+%%DATADIR%%/%%PORTVERSION%%/plugins/archer/Utility/README
 %%DATADIR%%/%%PORTVERSION%%/plugins/archer/Wizards/tankwizardIA.tcl
 %%DATADIR%%/%%PORTVERSION%%/plugins/archer/Wizards/tankwizardIA/TankWizardIA.tcl
 %%DATADIR%%/%%PORTVERSION%%/plugins/archer/Wizards/tankwizardIA/images/tank.png
@@ -1404,6 +1422,7 @@
 %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/Plugin.tcl
 %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/RhcEditFrame.tcl
 %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/RpcEditFrame.tcl
+%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/ShaderEdit.tcl
 %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/SketchEditFrame.tcl
 %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/SphereEditFrame.tcl
 %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/TgcEditFrame.tcl
@@ -1653,7 +1672,9 @@
 %%DATADIR%%/%%PORTVERSION%%/tclscripts/mged/editmenu.tcl
 %%DATADIR%%/%%PORTVERSION%%/tclscripts/mged/editobj.tcl
 %%DATADIR%%/%%PORTVERSION%%/tclscripts/mged/eobjmenu.tcl
+%%DATADIR%%/%%PORTVERSION%%/tclscripts/mged/expand_comb.tcl
 %%DATADIR%%/%%PORTVERSION%%/tclscripts/mged/extract.tcl
+%%DATADIR%%/%%PORTVERSION%%/tclscripts/mged/facetize_all_regions.tcl
 %%DATADIR%%/%%PORTVERSION%%/tclscripts/mged/font.tcl
 %%DATADIR%%/%%PORTVERSION%%/tclscripts/mged/g2asc.tcl
 %%DATADIR%%/%%PORTVERSION%%/tclscripts/mged/garbage_collect.tcl
@@ -1867,6 +1888,9 @@
 @dirrm %%DATADIR%%/%%PORTVERSION%%/plugins/archer/Wizards/tankwizardIA/images
 @dirrm %%DATADIR%%/%%PORTVERSION%%/plugins/archer/Wizards/tankwizardIA
 @dirrm %%DATADIR%%/%%PORTVERSION%%/plugins/archer/Wizards
+@dirrm %%DATADIR%%/%%PORTVERSION%%/plugins/archer/Utility
+@dirrm %%DATADIR%%/%%PORTVERSION%%/plugins/archer/Core
+@dirrm %%DATADIR%%/%%PORTVERSION%%/plugins/archer/Command
 @dirrm %%DATADIR%%/%%PORTVERSION%%/plugins/archer
 @dirrm %%DATADIR%%/%%PORTVERSION%%/plugins
 @dirrm %%DATADIR%%/%%PORTVERSION%%/pix
--- cad_brlcad.patch ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061018175649.6DE4F1CE5D>