From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 7 14:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEBEF1065675 for ; Mon, 7 Apr 2008 14:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9AB5F8FC1C for ; Mon, 7 Apr 2008 14:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m37Eo2E0070671 for ; Mon, 7 Apr 2008 14:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m37Eo2e6070662; Mon, 7 Apr 2008 14:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 7 Apr 2008 14:50:02 GMT Resent-Message-Id: <200804071450.m37Eo2e6070662@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Matuska Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77B76106564A for ; Mon, 7 Apr 2008 14:42:10 +0000 (UTC) (envelope-from mm@mail.vx.sk) Received: from mail.vx.sk (neo.vx.sk [213.239.219.9]) by mx1.freebsd.org (Postfix) with ESMTP id 6DD9E8FC12 for ; Mon, 7 Apr 2008 14:42:09 +0000 (UTC) (envelope-from mm@mail.vx.sk) Received: from localhost (localhost [127.0.0.1]) by mail.vx.sk (Postfix) with ESMTP id 8692111426 for ; Mon, 7 Apr 2008 16:42:08 +0200 (CEST) Received: from mail.vx.sk ([127.0.0.1]) by localhost (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id HHXqkzSpON5a for ; Mon, 7 Apr 2008 16:41:53 +0200 (CEST) Received: by mail.vx.sk (Postfix, from userid 1001) id 153A011442; Mon, 7 Apr 2008 16:41:53 +0200 (CEST) Message-Id: <20080407144153.153A011442@mail.vx.sk> Date: Mon, 7 Apr 2008 16:41:53 +0200 (CEST) From: Martin Matuska To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/122532: [UPDATE] cad/brlcad from 7.10.4 to 7.12.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 14:50:02 -0000 >Number: 122532 >Category: ports >Synopsis: [UPDATE] cad/brlcad from 7.10.4 to 7.12.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Apr 07 14:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 7.0-RELEASE i386 amd64 >Organization: >Environment: FreeBSD 7.0-RELEASE i386 and amd64 >Description: - Update of cad/brlcad from 7.10.4 to 7.12.0 - Removed files: files/patch-src-vas4_vas_io.c (already implemented) - Relaxed dependencies: USE_XORG="x11 xext xi ice" instead of USE_XLIB >How-To-Repeat: >Fix: Index: ports/cad/brlcad/Makefile =================================================================== RCS file: /home/pcvs/ports/cad/brlcad/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- ports/cad/brlcad/Makefile 5 Apr 2008 21:36:40 -0000 1.28 +++ ports/cad/brlcad/Makefile 7 Apr 2008 14:41:11 -0000 @@ -6,8 +6,7 @@ # PORTNAME= brlcad -PORTVERSION= 7.10.4 -PORTREVISION= 2 +PORTVERSION= 7.12.0 CATEGORIES= cad MASTER_SITES= SF @@ -22,7 +21,7 @@ USE_BZIP2= yes USE_GL= yes USE_GMAKE= yes -USE_XLIB= yes +USE_XORG= x11 xext xi ice USE_TK= 85 PREFIX?= ${LOCALBASE}/${PORTNAME} @@ -38,7 +37,8 @@ CONFIGURE_ARGS+=--disable-adrt-build \ --with-libs="-lpng ${EXTRA_LIBS}" --program-transform-name="" \ --x-includes=${LOCALBASE}/include --x-libraries=${LOCALBASE}/libs \ - --disable-jove-build + --disable-jove-build \ + --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR} PLIST_SUB+= PORTVERSION=${PORTVERSION} MAN1= alias-pix.1 all_sf.1 anim_cascade.1 anim_fly.1 anim_hardtrack.1 \ @@ -58,7 +58,7 @@ fbline.1 fbpoint.1 fbscanplot.1 fbserv.1 fbstretch.1 fbzoom.1 \ firpass.1 g-acad.1 g-dxf.1 g-euclid.1 g-iges.1 g-nff.1 g-nmg.1 g-obj.1 \ g-shell.rect.1 g-stl.1 g-tankill.1 g-var.1 g-vrml.1 g-x3d.1 g2asc.1 \ - g_diff.1 g_lint.1 g_qa.1 gencolor.1 gif-fb.1 gif2fb.1 halftone.1 hd.1 \ + g_diff.1 g_lint.1 g_qa.1 gencolor.1 gif-fb.1 gif2fb.1 halftone.1 hex.1 \ iges-g.1 imgdims.1 ir-X.1 ir-sgi.1 irdisp.1 lgt.1 loop.1 mac-pix.1 \ mged.1 mk_bolt.1 mk_gastank.1 mk_handle.1 mk_window.1 mk_winfrm.1 \ mk_wire.1 morphedit.1 nastran-g.1 nirt.1 nmg-bot.1 nmg-rib.1 \ @@ -70,22 +70,22 @@ pixhist3d-pl.1 pixhist3d.1 pixinterp2x.1 pixmatte.1 pixmerge.1 \ pixmorph.1 pixrect.1 pixrot.1 pixsaturate.1 pixscale.1 pixshrink.1 \ pixstat.1 pixsubst.1 pixtile.1 pixuntile.1 pl-X.1 pl-asc.1 pl-fb.1 \ - pl-hpgl.1 pl-pl.1 pl-ps.1 pl-sgi.1 pl-starbase.1 pl-tek.1 plcolor.1 \ + pl-hpgl.1 pl-pl.1 pl-ps.1 pl-sgi.1 pl-tek.1 plcolor.1 \ pldebug.1 plgetframe.1 plline2.1 plrot.1 ply-g.1 png-bw.1 png-fb.1 \ png-pix.1 png_info.1 polar-fb.1 poly-bot.1 pp-fb.1 proe-g.1 query.1 \ - remrt.1 rle-fb.1 rle-pix.1 rpatch.1 rt.1 rt_bot_faces.1 rtarea.1 \ - rtcheck.1 rtedge.1 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 terrain.1 vas4.1 vdeck.1 \ - viewpoint-g.1 wavelet.1 + remapid.1 remrt.1 reshoot.1 rle-fb.1 rle-pix.1 rpatch.1 rt.1 \ + rt_bot_faces.1 rtarea.1 rtcheck.1 rtedge.1 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 terrain.1 vdeck.1 viewpoint-g.1 wavelet.1 MAN3= htond.3 libcursor.3 liborle.3 librt.3 redblack.3 libbu.3 libfb.3 \ - libplot3.3 libwdb.3 + libplot3.3 libwdb.3 RegisterC.3 Stack.3 MAN5= bw.5 cmap.5 pix.5 plot3.5 -MANN= Archetype.n Toplevel.n Widget.n body.n class.n code.n \ +MANN= Archetype.n Toplevel.n Widget.n body.n class.n code.n \ configbody.n delete.n ensemble.n find.n is.n itcl.n itclvars.n itk.n \ itkvars.n iwidgets_buttonbox.n iwidgets_calendar.n \ iwidgets_canvasprintbox.n iwidgets_canvasprintdialog.n \ @@ -120,7 +120,7 @@ .endif post-patch: - ${REINPLACE_CMD} "s+-exact Tcl 8\.5a6+Tcl 8.5+" ${WRKSRC}/src/other/tcl/library/init.tcl + ${REINPLACE_CMD} "s+-exact Tcl 8\.5\.1+Tcl 8.5+" ${WRKSRC}/src/other/tcl/library/init.tcl pre-install: ${CP} ${FILESDIR}/mged.sh ${WRKSRC} Index: ports/cad/brlcad/distinfo =================================================================== RCS file: /home/pcvs/ports/cad/brlcad/distinfo,v retrieving revision 1.15 diff -u -r1.15 distinfo --- ports/cad/brlcad/distinfo 6 Nov 2007 10:18:58 -0000 1.15 +++ ports/cad/brlcad/distinfo 7 Apr 2008 14:41:11 -0000 @@ -1,3 +1,3 @@ -MD5 (brlcad-7.10.4.tar.bz2) = f92843e4acf06994bbce10e61a75a464 -SHA256 (brlcad-7.10.4.tar.bz2) = 302c40ae3eb54aab4bdf1018effd5b63c3212b1c580edb4340559c4545ccfded -SIZE (brlcad-7.10.4.tar.bz2) = 22974894 +MD5 (brlcad-7.12.0.tar.bz2) = 0acc1e4ec2d41aa3060ef245116892e0 +SHA256 (brlcad-7.12.0.tar.bz2) = e8ee1fa7eeaad39735291454e6e6383630232f1d3e0ded0f533a3f53e9eb6777 +SIZE (brlcad-7.12.0.tar.bz2) = 34337693 Index: ports/cad/brlcad/pkg-plist =================================================================== RCS file: /home/pcvs/ports/cad/brlcad/pkg-plist,v retrieving revision 1.16 diff -u -r1.16 pkg-plist --- ports/cad/brlcad/pkg-plist 6 Nov 2007 10:18:58 -0000 1.16 +++ ports/cad/brlcad/pkg-plist 7 Apr 2008 14:41:11 -0000 @@ -1,6 +1,8 @@ @unexec rm -f %%LOCALBASE%%/bin/mged.sh @exec ln -s %%PREFIX%%/bin/mged.sh %%LOCALBASE%%/bin/mged.sh bin/a-d +bin/adrt_master +bin/adrt_slave bin/alias-pix bin/all_sf bin/anim_cascade @@ -33,6 +35,7 @@ bin/bottest bin/brep_cube bin/brep_simple +bin/breplicator bin/brickwall bin/brlcad-config bin/brlman @@ -146,6 +149,7 @@ bin/fhor bin/files-tape bin/firpass +bin/fix_polysolids bin/g-acad bin/g-adrt bin/g-dxf @@ -172,7 +176,7 @@ bin/gif2fb bin/globe bin/halftone -bin/hd +bin/hex bin/i-a bin/i-d bin/i-f @@ -181,6 +185,7 @@ bin/imgdims bin/imod bin/indent.sh +bin/intaval-g.py bin/ipuscan bin/ipustat bin/ir-X @@ -193,6 +198,7 @@ bin/loop bin/lowp bin/mac-pix +bin/masonry bin/mged bin/mged.sh bin/mk_bolt @@ -206,6 +212,7 @@ bin/msrandom bin/mst bin/nastran-g +bin/news2tracker.sh bin/nirt bin/nmg-bot bin/nmg-rib @@ -305,6 +312,7 @@ bin/rawbot bin/remapid bin/remrt +bin/reshoot bin/rle-fb bin/rle-pix bin/room @@ -363,6 +371,7 @@ bin/texturescale bin/torii bin/tracker.sh +bin/trimconfig.sh bin/ttcp bin/tube bin/txyz-pl @@ -372,11 +381,9 @@ bin/u-f bin/umod bin/ustat -bin/vas4 bin/vdeck bin/vegitation bin/viewpoint-g -bin/wall bin/wavelet bin/wdb_example bin/xyz-pl @@ -449,11 +456,10 @@ include/brlcad/bu.h include/brlcad/cmd.h include/brlcad/common.h -include/brlcad/compat4.h -include/brlcad/conf.h include/brlcad/config_win.h include/brlcad/db.h include/brlcad/db5.h +include/brlcad/dg.h include/brlcad/dm-Null.h include/brlcad/dm-X.h include/brlcad/dm-glx.h @@ -471,13 +477,9 @@ include/brlcad/fbserv_obj.h include/brlcad/libtermio.h include/brlcad/light.h -include/brlcad/machine.h include/brlcad/mater.h include/brlcad/missing.h -include/brlcad/msr.h include/brlcad/nmg.h -include/brlcad/noalias-prag.h -include/brlcad/noalias.h include/brlcad/nurb.h include/brlcad/opennurbs_ext.h include/brlcad/optical.h @@ -490,14 +492,10 @@ include/brlcad/redblack.h include/brlcad/regex.h include/brlcad/rtgeom.h -include/brlcad/rtlist.h include/brlcad/rtprivate.h include/brlcad/rtserver.h -include/brlcad/rtstring.h include/brlcad/shadefuncs.h include/brlcad/shadework.h -include/brlcad/shortvect-pr.h -include/brlcad/shortvect.h include/brlcad/solid.h include/brlcad/spectrum.h include/brlcad/spm.h @@ -518,12 +516,139 @@ include/itk.h include/itkDecls.h include/missing.h +include/openNURBS/opennurbs.h +include/openNURBS/opennurbs_3dm.h +include/openNURBS/opennurbs_3dm_attributes.h +include/openNURBS/opennurbs_3dm_properties.h +include/openNURBS/opennurbs_3dm_settings.h +include/openNURBS/opennurbs_annotation.h +include/openNURBS/opennurbs_annotation2.h +include/openNURBS/opennurbs_arc.h +include/openNURBS/opennurbs_arccurve.h +include/openNURBS/opennurbs_archive.h +include/openNURBS/opennurbs_array.h +include/openNURBS/opennurbs_array_defs.h +include/openNURBS/opennurbs_bezier.h +include/openNURBS/opennurbs_bitmap.h +include/openNURBS/opennurbs_bounding_box.h +include/openNURBS/opennurbs_brep.h +include/openNURBS/opennurbs_circle.h +include/openNURBS/opennurbs_color.h +include/openNURBS/opennurbs_cone.h +include/openNURBS/opennurbs_crc.h +include/openNURBS/opennurbs_curve.h +include/openNURBS/opennurbs_curveonsurface.h +include/openNURBS/opennurbs_curveproxy.h +include/openNURBS/opennurbs_cylinder.h +include/openNURBS/opennurbs_defines.h +include/openNURBS/opennurbs_detail.h +include/openNURBS/opennurbs_dimstyle.h +include/openNURBS/opennurbs_ellipse.h +include/openNURBS/opennurbs_error.h +include/openNURBS/opennurbs_evaluate_nurbs.h +include/openNURBS/opennurbs_extensions.h +include/openNURBS/opennurbs_font.h +include/openNURBS/opennurbs_fpoint.h +include/openNURBS/opennurbs_geometry.h +include/openNURBS/opennurbs_gl.h +include/openNURBS/opennurbs_group.h +include/openNURBS/opennurbs_hatch.h +include/openNURBS/opennurbs_instance.h +include/openNURBS/opennurbs_intersect.h +include/openNURBS/opennurbs_knot.h +include/openNURBS/opennurbs_layer.h +include/openNURBS/opennurbs_light.h +include/openNURBS/opennurbs_line.h +include/openNURBS/opennurbs_linecurve.h +include/openNURBS/opennurbs_linestyle.h +include/openNURBS/opennurbs_linetype.h +include/openNURBS/opennurbs_mapchan.h +include/openNURBS/opennurbs_massprop.h +include/openNURBS/opennurbs_material.h +include/openNURBS/opennurbs_math.h +include/openNURBS/opennurbs_matrix.h +include/openNURBS/opennurbs_memory.h +include/openNURBS/opennurbs_mesh.h +include/openNURBS/opennurbs_nurbscurve.h +include/openNURBS/opennurbs_nurbssurface.h +include/openNURBS/opennurbs_object.h +include/openNURBS/opennurbs_object_history.h +include/openNURBS/opennurbs_objref.h +include/openNURBS/opennurbs_offsetsurface.h +include/openNURBS/opennurbs_optimize.h +include/openNURBS/opennurbs_plane.h +include/openNURBS/opennurbs_planesurface.h +include/openNURBS/opennurbs_pluginlist.h +include/openNURBS/opennurbs_point.h +include/openNURBS/opennurbs_pointcloud.h +include/openNURBS/opennurbs_pointgeometry.h +include/openNURBS/opennurbs_pointgrid.h +include/openNURBS/opennurbs_polycurve.h +include/openNURBS/opennurbs_polyline.h +include/openNURBS/opennurbs_polylinecurve.h +include/openNURBS/opennurbs_rendering.h +include/openNURBS/opennurbs_revsurface.h +include/openNURBS/opennurbs_sphere.h +include/openNURBS/opennurbs_string.h +include/openNURBS/opennurbs_sumsurface.h +include/openNURBS/opennurbs_surface.h +include/openNURBS/opennurbs_surfaceproxy.h +include/openNURBS/opennurbs_system.h +include/openNURBS/opennurbs_textlog.h +include/openNURBS/opennurbs_texture.h +include/openNURBS/opennurbs_texture_mapping.h +include/openNURBS/opennurbs_torus.h +include/openNURBS/opennurbs_userdata.h +include/openNURBS/opennurbs_uuid.h +include/openNURBS/opennurbs_version.h +include/openNURBS/opennurbs_viewport.h +include/openNURBS/opennurbs_workspace.h +include/openNURBS/opennurbs_x.h +include/openNURBS/opennurbs_xform.h +include/openNURBS/opennurbs_zlib.h include/qray.h include/rb_internals.h +include/tie/camera.h +include/tie/component.h +include/tie/cut.h +include/tie/depth.h +include/tie/flat.h +include/tie/flos.h +include/tie/grid.h +include/tie/hit.h +include/tie/normal.h +include/tie/path.h +include/tie/phong.h +include/tie/render.h +include/tie/render_internal.h +include/tie/render_util.h +include/tie/spall.h +include/tie/surfel.h +include/tie/texture_blend.h +include/tie/texture_bump.h +include/tie/texture_camo.h +include/tie/texture_checker.h +include/tie/texture_clouds.h +include/tie/texture_gradient.h +include/tie/texture.h +include/tie/texture_image.h +include/tie/texture_internal.h +include/tie/texture_mix.h +include/tie/texture_perlin.h +include/tie/texture_stack.h include/tie/tie.h include/tie/tie_define.h include/tie/tie_kdtree.h include/tie/tie_struct.h +include/tie/tienet.h +include/tie/tienet_define.h +include/tie/tienet_util.h +include/tie/tienet_master.h +include/tie/tienet_slave.h +include/tie/umath.h +include/tie/rand.h +include/tie/adrt.h +include/tie/adrt_struct.h lib/blt2.4/ZoomStack.itcl lib/blt2.4/dd_protocols/dd-color.tcl lib/blt2.4/dd_protocols/dd-file.tcl @@ -542,14 +667,14 @@ lib/blt2.4/treeview.tcl lib/blt2.4/treeview.xbm lib/blt2.4/treeview_m.xbm -lib/itcl3.3/itcl.tcl -lib/itcl3.3/pkgIndex.tcl -lib/itk3.3/Archetype.itk -lib/itk3.3/Toplevel.itk -lib/itk3.3/Widget.itk -lib/itk3.3/itk.tcl -lib/itk3.3/pkgIndex.tcl -lib/itk3.3/tclIndex +lib/itcl3.4/itcl.tcl +lib/itcl3.4/pkgIndex.tcl +lib/itk3.4/Archetype.itk +lib/itk3.4/Toplevel.itk +lib/itk3.4/Widget.itk +lib/itk3.4/itk.tcl +lib/itk3.4/pkgIndex.tcl +lib/itk3.4/tclIndex lib/iwidgets4.0.1/iwidgets.tcl lib/iwidgets4.0.1/license.terms lib/iwidgets4.0.1/pkgIndex.tcl @@ -612,14 +737,14 @@ lib/iwidgets4.0.1/scripts/toolbar.itk lib/iwidgets4.0.1/scripts/unknownimage.gif lib/iwidgets4.0.1/scripts/watch.itk -lib/libblt.a -lib/libblt.la -lib/libblt.so -lib/libblt.so.0 -lib/libblt2.4.a -lib/libblt2.4.la -lib/libblt2.4.so -lib/libblt2.4.so.0 +lib/libBLT.a +lib/libBLT.la +lib/libBLT.so +lib/libBLT.so.0 +lib/libBLT24.a +lib/libBLT24.la +lib/libBLT24.so +lib/libBLT24.so.0 lib/libbn.a lib/libbn.la lib/libbn.so @@ -648,38 +773,42 @@ lib/libitcl.la lib/libitcl.so lib/libitcl.so.0 -lib/libitcl3.3.a -lib/libitcl3.3.la -lib/libitcl3.3.so -lib/libitcl3.3.so.0 +lib/libitcl3.4.a +lib/libitcl3.4.la +lib/libitcl3.4.so +lib/libitcl3.4.so.0 lib/libitclstub.a lib/libitclstub.la lib/libitclstub.so lib/libitclstub.so.0 -lib/libitclstub3.3.a -lib/libitclstub3.3.la -lib/libitclstub3.3.so -lib/libitclstub3.3.so.0 +lib/libitclstub3.4.a +lib/libitclstub3.4.la +lib/libitclstub3.4.so +lib/libitclstub3.4.so.0 lib/libitk.a lib/libitk.la lib/libitk.so lib/libitk.so.0 -lib/libitk3.3.a -lib/libitk3.3.la -lib/libitk3.3.so -lib/libitk3.3.so.0 +lib/libitk3.4.a +lib/libitk3.4.la +lib/libitk3.4.so +lib/libitk3.4.so.0 lib/libitkstub.a lib/libitkstub.la lib/libitkstub.so lib/libitkstub.so.0 -lib/libitkstub3.3.a -lib/libitkstub3.3.la -lib/libitkstub3.3.so -lib/libitkstub3.3.so.0 +lib/libitkstub3.4.a +lib/libitkstub3.4.la +lib/libitkstub3.4.so +lib/libitkstub3.4.so.0 lib/libmultispectral.a lib/libmultispectral.la lib/libmultispectral.so lib/libmultispectral.so.19 +lib/libopenNURBS.a +lib/libopenNURBS.la +lib/libopenNURBS.so +lib/libopenNURBS.so.0 lib/liboptical.a lib/liboptical.la lib/liboptical.so @@ -692,6 +821,10 @@ lib/libpkg.la lib/libpkg.so lib/libpkg.so.19 +lib/librender.a +lib/librender.la +lib/librender.so +lib/librender.so.0 lib/librt.a lib/librt.la lib/librt.so @@ -708,10 +841,20 @@ lib/libtermio.la lib/libtermio.so lib/libtermio.so.19 +lib/libtexture.a +lib/libtexture.la lib/libtie.a lib/libtie.la lib/libtie.so lib/libtie.so.0 +lib/libtienet.a +lib/libtienet.la +lib/libtienet.so +lib/libtienet.so.0 +lib/libtieutil.a +lib/libtieutil.la +lib/libtieutil.so +lib/libtieutil.so.0 lib/libwdb.a lib/libwdb.la lib/libwdb.so @@ -763,12 +906,14 @@ %%DATADIR%%/%%PORTVERSION%%/db/lgt-test.g %%DATADIR%%/%%PORTVERSION%%/db/m35.g %%DATADIR%%/%%PORTVERSION%%/db/moss.g +%%DATADIR%%/%%PORTVERSION%%/db/operators.asc2g %%DATADIR%%/%%PORTVERSION%%/db/operators.g %%DATADIR%%/%%PORTVERSION%%/db/pic.g %%DATADIR%%/%%PORTVERSION%%/db/prim.g %%DATADIR%%/%%PORTVERSION%%/db/sphflake.g %%DATADIR%%/%%PORTVERSION%%/db/star.g %%DATADIR%%/%%PORTVERSION%%/db/tank_car.g +%%DATADIR%%/%%PORTVERSION%%/db/terra.dsp %%DATADIR%%/%%PORTVERSION%%/db/terra.g %%DATADIR%%/%%PORTVERSION%%/db/toyjeep.g %%DATADIR%%/%%PORTVERSION%%/db/truck.g @@ -776,6 +921,7 @@ %%DATADIR%%/%%PORTVERSION%%/db/woodsman.g %%DATADIR%%/%%PORTVERSION%%/db/world.g %%DATADIR%%/%%PORTVERSION%%/db/xmp.g +%%DATADIR%%/%%PORTVERSION%%/doc/BRL-CAD.bib %%DATADIR%%/%%PORTVERSION%%/doc/IDEAS %%DATADIR%%/%%PORTVERSION%%/doc/PROJECTS %%DATADIR%%/%%PORTVERSION%%/doc/README.AIX @@ -789,7 +935,11 @@ %%DATADIR%%/%%PORTVERSION%%/doc/anim.txt %%DATADIR%%/%%PORTVERSION%%/doc/archer_ack.txt %%DATADIR%%/%%PORTVERSION%%/doc/benchmark.tr +%%DATADIR%%/%%PORTVERSION%%/doc/book/VolumeII.xml +%%DATADIR%%/%%PORTVERSION%%/doc/book/VolumeIV.xml +%%DATADIR%%/%%PORTVERSION%%/doc/brep.txt %%DATADIR%%/%%PORTVERSION%%/doc/cvs.txt +%%DATADIR%%/%%PORTVERSION%%/doc/deprecation.txt %%DATADIR%%/%%PORTVERSION%%/doc/description.txt %%DATADIR%%/%%PORTVERSION%%/doc/ged.tr %%DATADIR%%/%%PORTVERSION%%/doc/history.txt @@ -954,6 +1104,7 @@ %%DATADIR%%/%%PORTVERSION%%/html/manuals/cadwidgets/contents.html %%DATADIR%%/%%PORTVERSION%%/html/manuals/cadwidgets/index.html %%DATADIR%%/%%PORTVERSION%%/html/manuals/cadwidgets/skeleton.html +%%DATADIR%%/%%PORTVERSION%%/html/manuals/eagleCAD.bmp %%DATADIR%%/%%PORTVERSION%%/html/manuals/eagleCAD.gif %%DATADIR%%/%%PORTVERSION%%/html/manuals/index.html %%DATADIR%%/%%PORTVERSION%%/html/manuals/libbu/cmdhist_obj.html @@ -1137,6 +1288,7 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/Arb7EditFrame.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/Arb8EditFrame.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/Archer.tcl +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/ArcherCore.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/BotEditFrame.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/CombEditFrame.tcl %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/EhyEditFrame.tcl @@ -1168,6 +1320,7 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/closeall.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/combination.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/command.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/compSelect.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/configure.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/edit_copy.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/edit_cut.png @@ -1185,6 +1338,7 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/folder_open.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/folder_open_small.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/folder_open_small_disabled.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/measure.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/open.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/option_text.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/option_tree.png @@ -1204,6 +1358,7 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_half.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_list.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_other.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_part.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_pipe.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_rhc.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Crystal/primitive_rpc.png @@ -1287,6 +1442,8 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/bug.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/closeall.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/combination.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/command.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/compSelect.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/configure.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/edit_copy.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/edit_cut.png @@ -1297,9 +1454,13 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/edit_translate.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/file_new.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/file_text_small.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/file_text_small_disabled.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/find.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/folder_closed_small.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/folder_closed_small_disabled.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/folder_open_small.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/folder_open_small_disabled.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/measure.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/open.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/option_text.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/option_tree.png @@ -1319,6 +1480,7 @@ %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_half.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_list.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_other.png +%%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_part.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_pipe.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_rhc.png %%DATADIR%%/%%PORTVERSION%%/tclscripts/archer/images/Themes/Windows/primitive_rpc.png @@ -1646,6 +1808,7 @@ @dirrm %%DATADIR%%/%%PORTVERSION%%/html/ReleaseNotes @dirrm %%DATADIR%%/%%PORTVERSION%%/html @dirrm %%DATADIR%%/%%PORTVERSION%%/doc/legal +@dirrm %%DATADIR%%/%%PORTVERSION%%/doc/book @dirrm %%DATADIR%%/%%PORTVERSION%%/doc @dirrm %%DATADIR%%/%%PORTVERSION%%/db @dirrm %%DATADIR%%/%%PORTVERSION%%/awf @@ -1659,12 +1822,13 @@ @dirrm man @dirrm lib/iwidgets4.0.1/scripts @dirrm lib/iwidgets4.0.1 -@dirrm lib/itk3.3 -@dirrm lib/itcl3.3 +@dirrm lib/itk3.4 +@dirrm lib/itcl3.4 @dirrm lib/blt2.4/dd_protocols @dirrm lib/blt2.4 @dirrm lib @dirrm include/tie +@dirrm include/openNURBS @dirrm include/brlcad @dirrm include @dirrm bin Index: ports/cad/brlcad/files/patch-src-vas4_vas_io.c =================================================================== RCS file: ports/cad/brlcad/files/patch-src-vas4_vas_io.c diff -N ports/cad/brlcad/files/patch-src-vas4_vas_io.c --- ports/cad/brlcad/files/patch-src-vas4_vas_io.c 3 Feb 2008 20:34:51 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,47 +0,0 @@ ---- src/vas4/vas_io.c 2007-07-26 03:14:00.000000000 +0200 -+++ src/vas4/vas_io.c 2007-12-28 11:30:45.000000000 +0100 -@@ -41,6 +41,8 @@ - #include - #include - -+#define HAVE_XOPEN -+ - #if defined(HAVE_XOPEN) - # include - -@@ -93,6 +95,8 @@ - - /* Setup VAS line */ - -+#ifndef HAVE_XOPEN -+ - #ifdef HAVE_TERMIO_H - - vtty.c_cflag = BAUD | CS8; /* Character size = 8 bits */ -@@ -137,7 +141,7 @@ - # endif /* HAVE_SGTTY_H */ - #endif /* HAVE_TERMIO_H */ - --#ifdef HAVE_XOPEN -+#else /* HAVE_XOPEN */ - vtty.c_cflag = BAUD | CS8; /* Character size = 8 bits */ - vtty.c_cflag &= ~CSTOPB; /* One stop bit */ - vtty.c_cflag |= CREAD; /* Enable the reader */ -@@ -149,7 +153,7 @@ - vtty.c_iflag |= IGNBRK|IGNPAR; - - vtty.c_oflag &= ~(OPOST|ONLCR|OCRNL); /* Turn off all post-processing */ -- vtty.c_oflag |= TAB3; /* output tab expansion ON */ -+ vtty.c_oflag |= OXTABS; /* output tab expansion ON */ - vtty.c_cc[VMIN] = 1; - vtty.c_cc[VTIME] = 0; - -@@ -167,7 +171,7 @@ - perror(VAS_PORT); - exit(2); - } --#endif -+#endif /* !HAVE_XOPEN */ - } - - /* >Release-Note: >Audit-Trail: >Unformatted: