Date: Sun, 27 Apr 2003 22:51:34 +0200 From: Viny <viny@scientiae.net> To: Matt <matt@xtaz.co.uk>, FREEBSD-ports <freebsd-ports@FreeBSD.ORG> Subject: Re: devel/nspr upgrade Message-ID: <20030427205133.GA10643@tchoubou.scientiae.net> In-Reply-To: <49489.192.168.1.10.1051467605.squirrel@webmail.xtaz.co.uk> References: <49489.192.168.1.10.1051467605.squirrel@webmail.xtaz.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Apr 27, 2003 at 07:20:05PM +0100 or thereabouts, Matt may have written : > When portupgrade is ran on nspr: > > install: > /tmp/usr/ports/devel/nspr/work/nspr-4.3/mozilla/nsprpub/build/build/config/nspr-config: > No such file or directory Comes from line 37 in the Makefile of the port. Path to the nspr-config script expands to something that contains "build/build" which does not exists. Just delete "build/" from this line and it will install fine. see PR http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/51479 Viny
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030427205133.GA10643>