From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 12 17:40:12 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 B38AC16A41F for ; Sat, 12 Nov 2005 17:40:12 +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 2CFB943D49 for ; Sat, 12 Nov 2005 17:40:12 +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 jACHeBww091747 for ; Sat, 12 Nov 2005 17:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jACHeBmm091746; Sat, 12 Nov 2005 17:40:11 GMT (envelope-from gnats) Resent-Date: Sat, 12 Nov 2005 17:40:11 GMT Resent-Message-Id: <200511121740.jACHeBmm091746@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, "Ion-Mihai "IOnut" Tetcu" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5414E16A420 for ; Sat, 12 Nov 2005 17:37:02 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from relay.rdsnet.ro (gimli.rdsnet.ro [193.231.236.70]) by mx1.FreeBSD.org (Postfix) with SMTP id A8B5943D6D for ; Sat, 12 Nov 2005 17:36:58 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 20578 invoked from network); 12 Nov 2005 17:36:54 -0000 Received: from unknown (HELO smtp.rdsnet.ro) (62.231.74.130) by smtp1-133.rdsnet.ro with SMTP; 12 Nov 2005 17:36:54 -0000 Received: (qmail 23351 invoked by uid 89); 12 Nov 2005 17:36:55 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 12 Nov 2005 17:36:55 -0000 Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 1A85CBA0E for ; Sat, 12 Nov 2005 19:36:56 +0200 (EET) Message-Id: <1131817016.0@it.buh.tecnik93.com> Date: Sat, 12 Nov 2005 19:36:56 +0200 From: "Ion-Mihai "IOnut" Tetcu" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: Subject: ports/88893: [PATCH] audio/normalize: fix pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2005 17:40:12 -0000 >Number: 88893 >Category: ports >Synopsis: [PATCH] audio/normalize: fix pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 12 17:40:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.0-RC1 i386 >Organization: >Environment: System: FreeBSD 6.0-RC1 #1: Fri Oct 28 10:49:49 EEST 2005 >Description: lib/xmms/Effect/librva.so is installed under X11base, but the port doesn't set USE_X_PREFIX so the pkpg-plist created is wrong. Attached patches fix this. I would also take maintainership but: - it's not clear why this ports has MAINTAINER= ports@ ( Mon Nov 3 07:23:24 2003 UTC (2 years ago) by linimon Reset maintainer to ports@FreeBSD.org. Requested by: kris.) - probably one of the maintainers of the ports that depend on it should take maintainership. Anyway the development seems to ahve ceased (no new version since 2003) so this is not a big issue. >How-To-Repeat: cd /usr/ports/audio/normalize make package or make install deinstall >Fix: --- normalize-Makefile.diff begins here --- --- Makefile.orig Sat Nov 12 18:50:29 2005 +++ Makefile Sat Nov 12 18:49:02 2005 @@ -29,6 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" .if defined(WITH_XMMS) PLIST_SUB+= XMMS="" +PLIST_SUB+= X11BASE="${X11BASE}" .else CONFIGURE_ARGS= --disable-xmms PLIST_SUB+= XMMS="@comment " --- normalize-Makefile.diff ends here --- --- normalize-pkg-plist.diff begins here --- --- pkg-plist.orig Sat Nov 12 18:50:50 2005 +++ pkg-plist Sat Nov 12 18:43:50 2005 @@ -1,6 +1,7 @@ bin/normalize bin/normalize-mp3 bin/normalize-ogg -%%XMMS%%lib/xmms/Effect/librva.so %%NLS%%share/locale/en_GB/LC_MESSAGES/normalize.mo %%NLS%%share/locale/fr/LC_MESSAGES/normalize.mo +@cwd %%X11BASE%% +%%XMMS%%lib/xmms/Effect/librva.so --- normalize-pkg-plist.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: