From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 20 17:00:32 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 21BD616A41F for ; Thu, 20 Oct 2005 17:00:32 +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 0B1F743D5A for ; Thu, 20 Oct 2005 17:00:31 +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 j9KH0UqT042884 for ; Thu, 20 Oct 2005 17:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KH0UAI042883; Thu, 20 Oct 2005 17:00:30 GMT (envelope-from gnats) Resent-Date: Thu, 20 Oct 2005 17:00:30 GMT Resent-Message-Id: <200510201700.j9KH0UAI042883@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 J. Laszlo" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1093216A422 for ; Thu, 20 Oct 2005 16:55:22 +0000 (GMT) (envelope-from laszlof@ion.franksworld.org) Received: from ion.franksworld.org (ion.franksworld.org [72.36.193.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AE3A43D68 for ; Thu, 20 Oct 2005 16:55:13 +0000 (GMT) (envelope-from laszlof@ion.franksworld.org) Received: from laszlof by ion.franksworld.org with local (Exim 4.52 (FreeBSD)) id 1ESf2R-000C21-F6; Thu, 20 Oct 2005 13:21:15 -0500 Message-Id: Date: Thu, 20 Oct 2005 13:21:15 -0500 From: "Frank J. Laszlo" Sender: "Frank J. Laszlo" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ltsampros@upnet.gr Subject: ports/87733: [PATCH]: audio/taglib: Fix file location bug. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Frank J. Laszlo" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 17:00:32 -0000 >Number: 87733 >Category: ports >Synopsis: [PATCH]: audio/taglib: Fix file location bug. >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: Thu Oct 20 17:00:30 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frank J. Laszlo >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD ion.franksworld.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Jul 18 12:12:29 EDT 2005 laszlof@muffin.ubixos.com:/usr/obj/usr/src/sys/MUFFIN i386 >Description: This patch will fix the pkg-plist and Makefile to install taglib.pc in the proper location (${LOCALBASE}/libdata/pkgconfig) it was previously installing into ${LOCALBASE}/lib/pkgconfig. This will allow for pkg-config to function as expected. This error was pointed out by Leonidas Tsampros (ltsampros@upnet.gr). PORTREVISION has been bumped. >How-To-Repeat: >Fix: --- taglib-1.4_1.diff begins here --- diff -NrU3 taglib.orig/Makefile taglib/Makefile --- taglib.orig/Makefile Thu Oct 20 12:18:50 2005 +++ taglib/Makefile Thu Oct 20 13:14:44 2005 @@ -7,6 +7,7 @@ PORTNAME= taglib PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://ktown.kde.org/~wheeler/files/src/ @@ -17,8 +18,14 @@ USE_GMAKE= yes USE_INC_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +USE_REINPLACE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e \ + "s#\$$(libdir)/pkgconfig#${LOCALBASE}/libdata/pkgconfig#g" \ + ${WRKSRC}/taglib/Makefile.in .include diff -NrU3 taglib.orig/pkg-plist taglib/pkg-plist --- taglib.orig/pkg-plist Thu Oct 20 12:18:50 2005 +++ taglib/pkg-plist Thu Oct 20 13:14:31 2005 @@ -1,5 +1,5 @@ bin/taglib-config -lib/pkgconfig/taglib.pc +libdata/pkgconfig/taglib.pc include/taglib/apefooter.h include/taglib/apeitem.h include/taglib/apetag.h --- taglib-1.4_1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: