From owner-cvs-ports Thu Aug 21 22:17:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA15967 for cvs-ports-outgoing; Thu, 21 Aug 1997 22:17:13 -0700 (PDT) Received: from spinner.dialix.com.au (spinner.dialix.com.au [192.203.228.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA15951; Thu, 21 Aug 1997 22:16:59 -0700 (PDT) Received: from spinner.dialix.com.au (localhost.dialix.com.au [127.0.0.1]) by spinner.dialix.com.au with ESMTP id NAA01343; Fri, 22 Aug 1997 13:15:13 +0800 (WST) Message-Id: <199708220515.NAA01343@spinner.dialix.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: obrien@NUXI.COM cc: Andreas Klemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/www/lynx Makefile ports/www/lynx/files md5 In-reply-to: Your message of "Thu, 21 Aug 1997 22:06:00 MST." <19970821220600.16791@dragon.nuxi.com> Date: Fri, 22 Aug 1997 13:15:12 +0800 From: Peter Wemm Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "David O'Brien" wrote: > > Please mark it broken, it not compiles on -current due to confugure bug > > (missing -lmytinfo) I discuss in the lynx mailing list right now. > > Please use the syntax: > > OSVERSION!= sysctl -n kern.osreldate > .if ${OSVERSION} >= 300000 > BROKEN= "outdated WRT -CURRENT's fooz" > .endif It should be as simple as something like this to bandaid it for the time being... CONFIGURE_ENV+= LIBS="-lncurses -lmytinfo" ...or whatever. This means the users don't have to put up with a broken lynx while the developers sort it out. Cheers, -Peter