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. Fix: Please apply patch:
Responsible Changed From-To: freebsd-ports-bugs->barner Grab.
> 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
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/
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 Finally comitted, thanks! (Marked IGNORE on ARCH != i386).