From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 2 17:20:15 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 A798816A41F for ; Fri, 2 Sep 2005 17:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D84843D45 for ; Fri, 2 Sep 2005 17:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j82HKEPh052766 for ; Fri, 2 Sep 2005 17:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j82HKEsM052762; Fri, 2 Sep 2005 17:20:14 GMT (envelope-from gnats) Resent-Date: Fri, 2 Sep 2005 17:20:14 GMT Resent-Message-Id: <200509021720.j82HKEsM052762@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, Frank Laszlo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECAFF16A41F; Fri, 2 Sep 2005 17:14:17 +0000 (GMT) (envelope-from laszlof@ritamari.vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id A50C243D45; Fri, 2 Sep 2005 17:14:17 +0000 (GMT) (envelope-from laszlof@ritamari.vonostingroup.com) Received: from laszlof by ritamari.vonostingroup.com with local (Exim 4.52 (FreeBSD)) id 1EBF7Y-000Acn-Fi; Fri, 02 Sep 2005 13:14:32 -0400 Message-Id: Date: Fri, 02 Sep 2005 13:14:32 -0400 From: Frank Laszlo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mich@FreeBSD.org, kris@obsecurity.org, laszlof@vonostingroup.com, frerich@athame.co.uk Subject: ports/85644: [UPDATE]: audio/taglib: Fix plist issue X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Laszlo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 17:20:15 -0000 >Number: 85644 >Category: ports >Synopsis: [UPDATE]: audio/taglib: Fix plist issue >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 02 17:20:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frank Laszlo >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD ritamari.vonostingroup.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun 9 22:20:56 EDT 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386 >Description: This patch will fix a small issue with the deinstall leaving a file around. >How-To-Repeat: >Fix: --- taglib-1.4.diff begins here --- Only in taglib: .Makefile.swp diff -rU3 taglib.orig/pkg-plist taglib/pkg-plist --- taglib.orig/pkg-plist Fri Sep 2 12:55:49 2005 +++ taglib/pkg-plist Fri Sep 2 12:58:42 2005 @@ -1,4 +1,5 @@ bin/taglib-config +lib/pkgconfig/taglib.pc include/taglib/apefooter.h include/taglib/apeitem.h include/taglib/apetag.h @@ -53,3 +54,4 @@ lib/libtag_c.so lib/libtag_c.so.0 @dirrm include/taglib +@unexec rmdir %D/lib/pkgconfig 2>/dev/null || true --- taglib-1.4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: