Screwy behavior in ports framework

2011-09-13 Thread Thomas Mueller mueller6727
I just installed FreeBSD 9.0-BETA2 last night, now I try to build ports starting with Perl 5.14.1 (successful), then Python 2.7 fails on something dubious, but when I try to build Lynx, ports framework can't find a directory right under its nose. Problem is with dependency libiconv-1.13.1_1.

Re: Screwy behavior in ports framework

2011-09-13 Thread Erwin Lansing
On Tue, Sep 13, 2011 at 06:57:04AM +, wrote: I just installed FreeBSD 9.0-BETA2 last night, now I try to build ports starting with Perl 5.14.1 (successful), then Python 2.7 fails on something dubious, but when I try to build Lynx, ports framework can't find a directory right under its

Re: Screwy behavior in ports framework

2011-09-13 Thread Gary Jennejohn
On Tue, 13 Sep 2011 06:57:04 + (GMT) Thomas Mueller mueller6727@bellsouth.net wrote: I just installed FreeBSD 9.0-BETA2 last night, now I try to build ports starting with Perl 5.14.1 (successful), then Python 2.7 fails on something dubious, but when I try to build Lynx, ports framework

Re: Screwy behavior in ports framework

2011-09-13 Thread Thomas Mueller
Sorry about fubar e-mail address, it was a typo, missing at the end of the line: From: Thomas Mueller mueller6...@bellsouth.net I'm surprised the e-mail went through that way. WKRDIR needs to be an absolute path and will break when it moves up the tree to install dependencies. The most

Re: Screwy behavior in ports framework

2011-09-13 Thread Erwin Lansing
On Tue, Sep 13, 2011 at 09:45:05AM +, Thomas Mueller wrote: PORTSDIR=/BETA1/usr/ports PACKAGES=/usr/packages WRKDIR=workb2 # added by use.perl 2011-09-13 02:49:43 PERL_VERSION=5.14.1 Maybe WRKDIR should have been ${MASTERDIR}/workb2 , or should it be ${.CURDIR}/workb2 ? The

Re: Screwy behavior in ports framework

2011-09-13 Thread Doug Barton
First, this should be on freebsd-po...@freebsd.org. If you still have problems later please start a new thread there. On 09/13/2011 02:45, Thomas Mueller wrote: I quote my /etc/make.conf from BETA2: WRKDIR=workb2 That's guaranteed to break things. What you want is to remove that and set: