From owner-freebsd-ports@FreeBSD.ORG Mon Mar 8 09:36:06 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 4C0EA16A4CE; Mon, 8 Mar 2004 09:36:06 -0800 (PST) Received: from postman.arcor.de (postman2.arcor-online.net [151.189.0.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5A1843D2F; Mon, 8 Mar 2004 09:36:05 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from fillmore.dyndns.org (port-212-202-51-138.reverse.qsc.de [212.202.51.138]) (authenticated bits=0)i28Ha3ko013809 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 8 Mar 2004 18:36:04 +0100 (MET) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.30; FreeBSD) id 1B0OfY-000OyQ-Jz; Mon, 08 Mar 2004 18:36:00 +0100 Message-ID: <404CAF00.70504@fillmore-labs.com> Date: Mon, 08 Mar 2004 18:36:00 +0100 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Rolandas Naujikas References: <20040308084537.GA2860@rolnas> <20040308121424.GA55827@madman.celabo.org> <20040308134002.GA5606@rolnas> In-Reply-To: <20040308134002.GA5606@rolnas> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 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 17:36:06 -0000 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