From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 20 15:50:16 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 6312D16A41F for ; Thu, 20 Oct 2005 15:50:16 +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 A957C43D5A for ; Thu, 20 Oct 2005 15:50: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 j9KFoFnQ032652 for ; Thu, 20 Oct 2005 15:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9KFoFa6032651; Thu, 20 Oct 2005 15:50:15 GMT (envelope-from gnats) Resent-Date: Thu, 20 Oct 2005 15:50:15 GMT Resent-Message-Id: <200510201550.j9KFoFa6032651@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 EB00816A41F for ; Thu, 20 Oct 2005 15:43:00 +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 96CA343D64 for ; Thu, 20 Oct 2005 15:43:00 +0000 (GMT) (envelope-from laszlof@ritamari.vonostingroup.com) Received: from laszlof by ritamari.vonostingroup.com with local (Exim 4.54 (FreeBSD)) id 1EScZI-0000l4-1m; Thu, 20 Oct 2005 11:43:00 -0400 Message-Id: Date: Thu, 20 Oct 2005 11:43:00 -0400 From: Frank Laszlo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ltsampros@upnet.gr Subject: ports/87730: [PATCH]: audio/taglib: Fix incorrect file path. 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: Thu, 20 Oct 2005 15:50:16 -0000 >Number: 87730 >Category: ports >Synopsis: [PATCH]: audio/taglib: Fix incorrect file path. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 20 15:50: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 an issue where taglib.pc is being installed into ${LOCALBASE}/lib/pkgconfig/taglib.pc, whereas it should be installed into ${LOCALBASE}/libdata/pkgconfig/taglib.pc. This patch will allow for pkg-config to work as expect when dealing with taglib. This bug was pointed out by Leonidas Tsampros 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: