From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 22 06:50:13 2003 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 5515016A4C0 for ; Fri, 22 Aug 2003 06:50:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF1943F75 for ; Fri, 22 Aug 2003 06:50:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7MDoBUp045395 for ; Fri, 22 Aug 2003 06:50:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7MDoBTT045394; Fri, 22 Aug 2003 06:50:11 -0700 (PDT) Resent-Date: Fri, 22 Aug 2003 06:50:11 -0700 (PDT) Resent-Message-Id: <200308221350.h7MDoBTT045394@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Eikemeier Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 915E216A4BF; Fri, 22 Aug 2003 06:41:10 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id B75A743F75; Fri, 22 Aug 2003 06:41:09 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from atlantis.wireless.fillmore-labs.com ([192.168.161.242] helo=fillmore-labs.com) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.22) id 19qCA8-000DrG-FX; Fri, 22 Aug 2003 15:41:08 +0200 Message-Id: <3F461D73.5080204@fillmore-labs.com> Date: Fri, 22 Aug 2003 15:41:07 +0200 From: Oliver Eikemeier To: FreeBSD-gnats-submit@FreeBSD.org cc: Ade Lovett Subject: ports/55866: port devel/libtool13 installs .la files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2003 13:50:13 -0000 >Number: 55866 >Category: ports >Synopsis: port devel/libtool13 installs .la files >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 22 06:50:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Oliver Eikemeier >Release: FreeBSD 4.8-STABLE i386 >Organization: Fillmore Labs - http://www.fillmore-labs.com >Environment: System: FreeBSD nuuk.fillmore-labs.com 4.8-STABLE >Description: port devel/libtool13 installs .la files, while devel/libtool14 and devel/libtool15 don't. >How-To-Repeat: install port net/openldap20-client. lib/liblber.la lib/libldap.la lib/libldap_r.la shouldn't be there. >Fix: patch ltmain.sh in the same kind as in ports/devel/libtool1[45]/files/patch-ad: --- libtool13.patch begins here --- --- files/patch-ad.orig Fri Jun 27 02:05:33 2003 +++ files/patch-ad Fri Aug 22 15:36:27 2003 @@ -213,20 +213,28 @@ $show "creating $output" if test -n "$xrpath"; then -@@ -3360,10 +3469,12 @@ +@@ -3360,10 +3469,16 @@ fi # Install the pseudo-library for information purposes. -+ if test "$install_ltlibs" = yes; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi +- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` +- instname="$dir/$name"i +- $show "$install_prog $instname $destdir/$name" +- $run eval "$install_prog $instname $destdir/$name" || exit $? ++ case $host in ++ *-*-freebsd*) ++ # Do not install the useless pseudo-library ++ ;; ++ *) ++ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` ++ instname="$dir/$name"i ++ $show "$install_prog $instname $destdir/$name" ++ $run eval "$install_prog $instname $destdir/$name" || exit $? ++ esac # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" -@@ -3452,7 +3563,6 @@ +@@ -3452,7 +3567,6 @@ fi libfile="$libdir/`$echo "X$lib" | $Xsed -e 's%^.*/%%g'`" if test -n "$libdir" && test ! -f "$libfile"; then --- libtool13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: