From owner-freebsd-ports@FreeBSD.ORG Tue Nov 15 16:55:44 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1917216A41F for ; Tue, 15 Nov 2005 16:55:44 +0000 (GMT) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C1843D5F for ; Tue, 15 Nov 2005 16:55:43 +0000 (GMT) (envelope-from ade@lovett.com) Received: from hellfire.lab.lovett.com ([10.16.32.20]:57661) by mail.lovett.com with esmtpa (Exim 4.54 (FreeBSD)) id 1Ec45u-000IIB-J1; Tue, 15 Nov 2005 08:55:42 -0800 In-Reply-To: <200511151747.50512.tijl@ulyssis.org> References: <200511151747.50512.tijl@ulyssis.org> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8FD677AC-AF77-4A0B-A44E-0A3DA9A4FB65@freebsd.org> Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Tue, 15 Nov 2005 08:55:41 -0800 To: Tijl Coosemans X-Mailer: Apple Mail (2.746.2) Sender: ade@lovett.com Cc: freebsd-ports@freebsd.org Subject: Re: Autotools New World Order 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: Tue, 15 Nov 2005 16:55:44 -0000 On Nov 15, 2005, at 08:47 , Tijl Coosemans wrote: > I have a port (lang/sdcc) that uses autoconf and libtool depending on > chosen options, so the old autotools variables were in different if > blocks. Your patch has put them all together in one variable. Could > you > commit the attached patch to fix this? The configure step is currently > broken for certain combinations of config options. > Fixed. Interesting edge case. Not sure why this one didn't get the same treatment as, say, net/openldap23-server, which also has two discrete references to the old autotools methods. And, no, Kris, pointyhat wouldn't have picked up on this, either ;) -aDe