Date: Fri, 11 Mar 2005 05:45:05 GMT From: "Pedro F. Giffuni" <giffunip@asme.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/78686: Minor update to the BRLCAD port Message-ID: <200503110545.j2B5j5uh087446@www.freebsd.org> Resent-Message-ID: <200503110550.j2B5o2rG078156@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78686 >Category: ports >Synopsis: Minor update to the BRLCAD port >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: Fri Mar 11 05:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 5.3-Release >Organization: >Environment: FreeBSD giffuni.etb.net.co 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Kay Lehman has suggested sending environment variables to mged so I added that, and there was also a small typo in a header file. The changes are pretty minor but I thought it good to have this before the freeze. >How-To-Repeat: >Fix: Please apply patch: diff -ruN brlcad.orig/files/mged.sh brlcad/files/mged.sh --- brlcad.orig/files/mged.sh Sun Feb 20 22:00:46 2005 +++ brlcad/files/mged.sh Fri Mar 11 00:34:52 2005 @@ -8,4 +8,4 @@ export PATH=%%BRLCAD_ROOT%%/bin:$PATH export MANPATH=%%BRLCAD_ROOT%%/man:$MANPATH -exec %%BRLCAD_ROOT%%/bin/mged +exec %%BRLCAD_ROOT%%/bin/mged $1 $2 diff -ruN brlcad.orig/files/patch-include+raytrace.h brlcad/files/patch-include+raytrace.h --- brlcad.orig/files/patch-include+raytrace.h Thu Jan 1 00:00:00 1970 +++ brlcad/files/patch-include+raytrace.h Fri Mar 11 00:23:20 2005 @@ -0,0 +1,11 @@ +--- include/raytrace.h.orig Fri Mar 11 00:20:44 2005 ++++ include/raytrace.h Fri Mar 11 00:21:55 2005 +@@ -5001,7 +5001,7 @@ + (struct bu_list *vhead, + const struct faceuse *fu, + int poly_markers)); +-RT_EXPORT BU_EXTERN(voidnmg_s_to_vlist, ++RT_EXPORT BU_EXTERN(void nmg_s_to_vlist, + (struct bu_list *vhead, + const struct shell *s, + int poly_markers)); >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503110545.j2B5j5uh087446>