Re: libtool issues

2011-06-20 Thread b. f.
> On 06/20/2011 04:16 AM, Kostik Belousov wrote: > > On Mon, Jun 20, 2011 at 01:03:01AM -0500, Stephen Montgomery-Smith wrote: > >> I am maintainer of the science/vis5d+ port. It doesn't build on the > >> i386 with FreeBSD-8.0-RELEASE, as is shown here: > >> > >> http://pointyhat.freebsd.org/error

Re: libtool issues

2011-06-20 Thread Stephen Montgomery-Smith
On 06/20/2011 01:03 AM, Stephen Montgomery-Smith wrote: I am maintainer of the science/vis5d+ port. It doesn't build on the i386 with FreeBSD-8.0-RELEASE, as is shown here: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20110223062852/vis5d+-1.2.1_15.log I know that other ports have

Re: libtool issues

2011-06-20 Thread Stephen Montgomery-Smith
On 06/20/2011 04:16 AM, Kostik Belousov wrote: On Mon, Jun 20, 2011 at 01:03:01AM -0500, Stephen Montgomery-Smith wrote: I am maintainer of the science/vis5d+ port. It doesn't build on the i386 with FreeBSD-8.0-RELEASE, as is shown here: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.

Re: libtool issues

2011-06-20 Thread Stephen Montgomery-Smith
On 06/20/2011 04:18 AM, Klaus T. Aehlig wrote: Dear Stephen, Or one could instead modify devel/libtools, maybe something like this. Rename bin/libtool to libexec/libtool.sh, and then rewrite the libtool script as something like: #!/bin/sh PREFIX=/usr/local TEMPCCDIR=`mktemp -d -t /tmp` export

Re: libtool issues

2011-06-20 Thread Kostik Belousov
On Mon, Jun 20, 2011 at 01:03:01AM -0500, Stephen Montgomery-Smith wrote: > I am maintainer of the science/vis5d+ port. It doesn't build on the > i386 with FreeBSD-8.0-RELEASE, as is shown here: > > http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20110223062852/vis5d+-1.2.1_15.log > >

Re: libtool issues

2011-06-20 Thread Klaus T. Aehlig
Dear Stephen, > Or one could instead modify devel/libtools, maybe something like this. > Rename bin/libtool to libexec/libtool.sh, and then rewrite the libtool > script as something like: > > #!/bin/sh > PREFIX=/usr/local > TEMPCCDIR=`mktemp -d -t /tmp` > export PATH=${WRKDIR}:$PATH > ${LN} -s

libtool issues

2011-06-19 Thread Stephen Montgomery-Smith
I am maintainer of the science/vis5d+ port. It doesn't build on the i386 with FreeBSD-8.0-RELEASE, as is shown here: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20110223062852/vis5d+-1.2.1_15.log I know that other ports have this problem such as science/libctl. This port is cur