From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 19 09:20:35 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8268716A4CE for ; Wed, 19 May 2004 09:20:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C19943D1D for ; Wed, 19 May 2004 09:20:35 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4JGKG4e053698 for ; Wed, 19 May 2004 09:20:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4JGKGYd053697; Wed, 19 May 2004 09:20:16 -0700 (PDT) (envelope-from gnats) Date: Wed, 19 May 2004 09:20:16 -0700 (PDT) Message-Id: <200405191620.i4JGKGYd053697@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Oliver Eikemeier Subject: Re: ports/66891: update port: devel/portlint X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Oliver Eikemeier List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 16:20:35 -0000 The following reply was made to PR ports/66891; it has been noted by GNATS. From: Oliver Eikemeier To: Yen-Ming Lee Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/66891: update port: devel/portlint Date: Wed, 19 May 2004 18:13:28 +0200 Yen-Ming Lee wrote: >>Description: > > portlint complains about 'please use USE_LIBTOOL in Makefile if possible' even if USE_LIBTOOL is set already. > >>Fix: > [...] > - if ($_ =~ /\.la$/) { > + if ($_ =~ /\.la$/ && $makevar{USE_LIBTOOL} eq '') { > &perror("WARN: $file [$.]: installing libtool archives, ". > "please use USE_LIBTOOL in Makefile if possible"); I guess the purpose of this check is that the FreeBSD version of libtool is used, which doesn't install .la files. If you have USE_LIBTOOL and still install .la files, you still use the libtool included with your port. -Oliver