From owner-freebsd-ports@FreeBSD.ORG Mon Mar 8 10:29:35 2004 Return-Path: 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 287E416A4CE; Mon, 8 Mar 2004 10:29:35 -0800 (PST) Received: from mail.cablenet.lt (mail.cablenet.lt [217.147.34.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id E85ED43D1D; Mon, 8 Mar 2004 10:29:34 -0800 (PST) (envelope-from rolnas@takas.lt) Received: from ctv-217-147-36-211.vinita.lt ([217.147.36.211] helo=rolnas.linux) by mail.cablenet.lt with esmtp (Exim 4.30) id 1B0PS2-0008RW-2z; Mon, 08 Mar 2004 20:26:06 +0200 Received: from rolnas by rolnas.linux with local (Exim 3.35 #1 (Debian)) id 1B0PVM-0002Bf-00; Mon, 08 Mar 2004 20:29:32 +0200 Date: Mon, 8 Mar 2004 20:29:32 +0200 From: Rolandas Naujikas To: Oliver Eikemeier Message-ID: <20040308182932.GA8362@rolnas> References: <20040308084537.GA2860@rolnas> <20040308121424.GA55827@madman.celabo.org> <20040308134002.GA5606@rolnas> <404CAF00.70504@fillmore-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <404CAF00.70504@fillmore-labs.com> User-Agent: Mutt/1.3.28i Organization: VU MIF Sender: Rolandas Naujikas cc: "Jacques A. Vidrine" cc: ports@FreeBSD.org Subject: Re: security/heimdal port incorrectly set USE_LIBTOOL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 18:29:35 -0000 On Mon, Mar 08, 2004 at 06:36:00PM +0100, Oliver Eikemeier wrote: > Rolandas Naujikas wrote: > > >This port doesn't use external libtool, only internal one. > >USE_LIBTOOL=yes can be removed. > > > >Rolandas Naujikas > > > >P.S. From build log: > >... > >/bin/sh ../libtool --mode=link cc -Wall -Wmissing-prototypes > >-Wpointer-arith -Wbad-function-cast -Wmissing-declarations > >-Wnested-externs -DINET6 -O -pipe -rpath=/usr/lib:/usr/local/lib -o bits > >bits.o > >... > > another case for: > > pre-configure: > @${REINPLACE_CMD} -e > '/^LIBTOOL=/s,\$$(top_builddir)/libtool,${LIBTOOL},g' \ > ${WRKSRC}/configure > > this will also make files/patch-ch superfluous. Perhaps this should be > added to patch-libtool in bsd.port.mk It builds and with USE_LIBTOOL=yes and without USE_LIBTOOL. Really with USE_LIBTOOL=yes it use libtool from port, because of patch-libtool target. I'm sorry for my fault. Rolandas Naujikas