From stolz@i2.informatik.rwth-aachen.de  Fri Feb  7 08:54:29 2003
Return-Path: <stolz@i2.informatik.rwth-aachen.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1DB3337B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 Feb 2003 08:54:29 -0800 (PST)
Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CB5DA43FDF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 Feb 2003 08:54:27 -0800 (PST)
	(envelope-from stolz@i2.informatik.rwth-aachen.de)
Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73])
	by atlas.informatik.rwth-aachen.de (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id h17GsOW28092;
	Fri, 7 Feb 2003 17:54:24 +0100
Received: (from stolz@localhost)
	by menelaos.informatik.rwth-aachen.de (8.12.6/8.12.6/Submit) id h17GsPJ1018141;
	Fri, 7 Feb 2003 17:54:25 +0100 (CET)
	(envelope-from stolz)
Message-Id: <200302071654.h17GsPJ1018141@menelaos.informatik.rwth-aachen.de>
Date: Fri, 7 Feb 2003 17:54:25 +0100 (CET)
From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Reply-To: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: roman@xpert.com
Subject: [patch] audio/id3lib: fix plist
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48054
>Category:       ports
>Synopsis:       [patch] audio/id3lib: fix plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 07 09:00:29 PST 2003
>Closed-Date:    Thu Feb 13 03:22:57 PST 2003
>Last-Modified:  Thu Feb 13 03:22:57 PST 2003
>Originator:     Volker Stolz
>Release:        
>Organization:
Lehrstuhl fr Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.7-STABLE FreeBSD 4.7-STABLE #2: Fri Feb 7 12:48:00 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/src/sys/compile/MENELAOS i386


	
>Description:
bento says the plist is incorrect. He's right! Watching 'make install'
yields:

Making install in src
/bin/sh ../mkinstalldirs /usr/local/lib
 /bin/sh ../libtool --mode=install /usr/bin/install -c -o root -g wheel  libid3.la /usr/local/lib/libid3.la
/usr/bin/install -c -o root -g wheel .libs/libid3-3.8.so.2 /usr/local/lib/libid3-3.8.so.2
(cd /usr/local/lib && rm -f libid3.so && ln -sf libid3-3.8.so.2 libid3.so)
                                               ****************************
/usr/bin/install -c -o root -g wheel .libs/libid3.a /usr/local/lib/libid3.a
ranlib /usr/local/lib/libid3.a
chmod 644 /usr/local/lib/libid3.a

>How-To-Repeat:
>Fix:
--- pkg-plist.orig	Fri Feb  7 17:46:10 2003
+++ pkg-plist	Fri Feb  7 17:48:05 2003
@@ -16,7 +16,6 @@
 include/id3/utils.h
 include/id3/writer.h
 include/id3/writers.h
-lib/libid3-3.8.so
 lib/libid3-3.8.so.2
 lib/libid3.a
 lib/libid3.so
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Thu Feb 13 03:22:43 PST 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48054 
>Unformatted:
