From nobody@FreeBSD.org  Fri Mar 11 05:45:06 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 12D1316A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 Mar 2005 05:45:06 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E098643D55
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 Mar 2005 05:45:05 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j2B5j5Wc087447
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 Mar 2005 05:45:05 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j2B5j5uh087446;
	Fri, 11 Mar 2005 05:45:05 GMT
	(envelope-from nobody)
Message-Id: <200503110545.j2B5j5uh087446@www.freebsd.org>
Date: Fri, 11 Mar 2005 05:45:05 GMT
From: "Pedro F. Giffuni" <giffunip@asme.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Minor update to the BRLCAD port
X-Send-Pr-Version: www-2.3

>Number:         78686
>Category:       ports
>Synopsis:       Minor update to the BRLCAD port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    barner
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 11 05:50:02 GMT 2005
>Closed-Date:    Fri Apr 01 19:37:29 GMT 2005
>Last-Modified:  Fri Apr 01 19:37:29 GMT 2005
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->barner 
Responsible-Changed-By: barner 
Responsible-Changed-When: Fri Mar 11 12:06:00 GMT 2005 
Responsible-Changed-Why:  
Grab. 

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

From: Simon Barner <barner@FreeBSD.org>
To: "Pedro F. Giffuni" <giffunip@asme.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/78686: Minor update to the BRLCAD port
Date: Fri, 11 Mar 2005 13:27:03 +0100

 > 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
 
 Hi Pedro,
 
 what do you think of using the following patch instead (i.e. pass all
 arguments to bin/mged)?
 
 -exec %%BRLCAD_ROOT%%/bin/mged
 +exec %%BRLCAD_ROOT%%/bin/mged $@
 
 Otherwise, it looks fine!
 
 Simon

From: "Pedro F. Giffuni" <giffunip@yahoo.com>
To: Simon Barner <barner@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/78686: Minor update to the BRLCAD port
Date: Fri, 11 Mar 2005 06:11:56 -0800 (PST)

 Yes,
 
 I'm not a used to /bin/sh programming but it does make sense, thanks for the
 suggestion.
 
     Pedro.
 
 --- Simon Barner <barner@FreeBSD.org> wrote:
 > > 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
 > 
 > Hi Pedro,
 > 
 > what do you think of using the following patch instead (i.e. pass all
 > arguments to bin/mged)?
 > 
 > -exec %%BRLCAD_ROOT%%/bin/mged
 > +exec %%BRLCAD_ROOT%%/bin/mged $@
 > 
 > Otherwise, it looks fine!
 > 
 > Simon
 > 
 
 
 		
 __________________________________ 
 Do you Yahoo!? 
 Yahoo! Small Business - Try our new resources site!
 http://smallbusiness.yahoo.com/resources/ 

From: "Pedro F. Giffuni" <giffunip@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/78686: Minor update to the BRLCAD port
Date: Mon, 14 Mar 2005 11:13:24 -0800 (PST)

 While here:
 
 Please mark this port BROKEN on SPARC64. I reported this bug upstream but I
 don't know how to fix this.
 
 thanks,
 
    Pedro.
 
 __________________________________________________
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
State-Changed-From-To: open->closed 
State-Changed-By: barner 
State-Changed-When: Fri Apr 1 19:36:09 GMT 2005 
State-Changed-Why:  
Finally comitted, thanks! (Marked IGNORE on ARCH != i386). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78686 
>Unformatted:
