From owner-freebsd-ports@FreeBSD.ORG Tue Feb 28 04:30:27 2006 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 40FAF16A420; Tue, 28 Feb 2006 04:30:27 +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 EE7C543D45; Tue, 28 Feb 2006 04:30:26 +0000 (GMT) (envelope-from ade@lovett.com) Received: from hellfire.canal.lovett.com ([172.16.32.20]:54928) by mail.lovett.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FDwVG-0008nU-AX; Mon, 27 Feb 2006 20:30:26 -0800 In-Reply-To: <20060228040930.GA52553@crodrigues.org> References: <20060228040930.GA52553@crodrigues.org> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Ade Lovett Date: Mon, 27 Feb 2006 20:29:58 -0800 To: Craig Rodrigues X-Mailer: Apple Mail (2.746.2) Sender: ade@lovett.com Cc: freebsd-ports@freebsd.org, Ade Lovett Subject: Re: What broke with libtool upgrade? (devel/apr-svn) 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, 28 Feb 2006 04:30:27 -0000 On Feb 27, 2006, at 20:09 , Craig Rodrigues wrote: > I'm getting bug reports (ports/93896) > about devel/apr-svn and devel/apr not compiling. > These ports haven't been touched much recently, but > there seems to be something that has been triggered by some libtool > related work in the ports tree. Any idea what exactly broke as a > result > of this? I hate debugging libtool/autoconf. As has been somewhat extensively discussed on IRC, it appears to be the second call to configure in the rather convoluted "run-autotools" overridden target not being correctly passed the '--with-apr=' configure flag, or the '' value being mangled, or otherwise broken. The libtool related changes to this port are two-fold: * adding two files to pkg-plist * updating the PORTREVISION appropriately That's it. libtool hasn't actually gotten around to be being used at this point (libtool-related configure step failures are *very* obvious in nature :). It's also worth noting that pointyhat builds the package just fine: http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/apr- db4-1.2.2_3.log -aDe