From owner-freebsd-ports@FreeBSD.ORG Thu Mar 15 03:54:27 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EE0416A403 for ; Thu, 15 Mar 2007 03:54:27 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 3B23813C459 for ; Thu, 15 Mar 2007 03:54:27 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id B665E5EC; Wed, 14 Mar 2007 22:54:26 -0500 (CDT) Date: Wed, 14 Mar 2007 22:54:26 -0500 To: andrew clarke Message-ID: <20070315035426.GA14102@soaustin.net> References: <9481052.post@talk.nabble.com> <20070315014116.GA3688@ozzmosis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070315014116.GA3688@ozzmosis.com> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports@freebsd.org Subject: Re: php4 port - undefined ref to getopt_long X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2007 03:54:27 -0000 On Thu, Mar 15, 2007 at 12:41:16PM +1100, andrew clarke wrote: > I have a FreeBSD 4.10-REL system here with a still-working ports system, > using the latest ports tree. Actually, you don't. If you read UPDATING you'll find out that I removed the remmants of the 4.X support from bsd.port.mk. This was in accordance with what we had been saying in email for months, and which I specifically did a HEADSUP for, to ports@, a day earlier. In particular, I warned anyone still using 4.X _not_ to track the bsd.port.mk update, or any other further infrastructure update, and that instead to stay with the RELENG4_EOL tag. > Should ports maintainers still be encouraged to support 4.x if it is not > a lot of trouble? We removed the requirement that maintainers support 4.X many months ago, and within the past few weeks have been recommending against them spending any further time on it because of the upcoming update. > (I do intend to upgrade to 6.x at some stage, but not until a lot of > ports that I use start to fail to build, and there is no sign of that > happening yet :-) Various maintainers have, with portmgr's permission and now encouragement, been removing the 4.X special-case code from ports in the ports tree to start simplifying the code. Summary: you are now using a configuration that we are not supporting. I'm sorry, but we have been talking about doing this for over a year, on public lists, to try to cut down the demands that we put on our committers and maintainers: that they support _four_ branches (three major releases plus -CURRENT). This was simply holding us back. I think you will find that 6.2 is far better for almost every purpose except high performance on uniprocessor systems, and in the latest work on -CURRENT, even that is being addressed. mcl