The following reply was made to PR ports/11420; it has been noted by GNATS.
From: Ruslan Ermilov <[EMAIL PROTECTED]> To: "M. Warner Losh" <[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: bin/11420 [nanobsd] Build failure on RELENG_6 Date: Sat, 20 Oct 2007 22:03:13 +0400 On Tue, Oct 16, 2007 at 12:37:54AM +0200, Henrik Brix Andersen wrote: > On Mon, Jul 02, 2007 at 07:47:21AM -0600, M. Warner Losh wrote: > > In message: <[EMAIL PROTECTED]> > > Henrik Brix Andersen <[EMAIL PROTECTED]> writes: > > : On Sun, Jul 01, 2007 at 07:01:35PM -0600, M. Warner Losh wrote: > > : > In message: <[EMAIL PROTECTED]> > > : > Henrik Brix Andersen <[EMAIL PROTECTED]> writes: > > : ... > > : > : [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=114200 > > : > > > : > This patch is incorrect. > > : > > > : > +.if !defined(NO_INSTALLLIB) > > : > > > : > should be > > : > > > : > +.if ${MK_INSTALLIB} != "no" > > : > > : Oh - thanks for catching this. I guess the same change should be done > > : in lib/ncurses/ncurses/Makefile, then? > > > > I belive so. I've CC'd ru@ to make sure. > > Any updates on this? It would be nice to have this install problem fixed > before 7.0-RELEASE. > NO_INSTALLLIB wasn't converted to a new syntax and is still spelled NO_INSTALLLIB in makefiles: : bsd.lib.mk:.if defined(LIB) && !empty(LIB) && !defined(NO_INSTALLLIB) Cheers, -- Ruslan Ermilov [EMAIL PROTECTED] FreeBSD committer _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"