From owner-freebsd-ports@FreeBSD.ORG Wed Jun 8 02:21:18 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 B7F7E16A41C for ; Wed, 8 Jun 2005 02:21:18 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4A84843D49 for ; Wed, 8 Jun 2005 02:21:15 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 35889 invoked from network); 8 Jun 2005 02:21:14 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 8 Jun 2005 02:21:14 -0000 X-pair-Authenticated: 200.115.214.28 Date: Tue, 7 Jun 2005 23:22:48 -0300 From: Alejandro Pulver To: freebsd-ports@freebsd.org Message-ID: <20050607232248.1d8c795f@phobos.mars.bsd> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Libtool archives 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: Wed, 08 Jun 2005 02:21:18 -0000 Hello, I was crating a port that produces a ".la" file. It is an XMMS plugin. portlint outputed the following: WARN: /usr/home/ale/Projects/ports/xmms-fxt/pkg-plist [1]: installing libtool archives, please use USE_LIBTOOL_VER in Makefile if possible. See http://www.FreeBSD.org/gnome/docs/porting.html for a way to completely eliminate .la files. 0 fatal errors and 1 warnings found. Where can I find more information about this? Thanks and Best Regards, Ale