From itetcu@people.tecnik93.com  Sat Nov 12 17:37:02 2005
Return-Path: <itetcu@people.tecnik93.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5414E16A420
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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" <itetcu@people.tecnik93.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [PATCH] audio/normalize: fix pkg-plist
X-Send-Pr-Version: gtk-send-pr 0.4.6 
X-GNATS-Notify:

>Number:         88893
>Category:       ports
>Synopsis:       [PATCH] audio/normalize: fix pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 12 17:40:11 GMT 2005
>Closed-Date:    Sat Nov 12 19:11:36 GMT 2005
>Last-Modified:  Sat Nov 12 21:00:34 GMT 2005
>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:

From: Sergey Matveychuk <sem@FreeBSD.org>
To: bug-followup@FreeBSD.org,  itetcu@people.tecnik93.com
Cc:  
Subject: Re: ports/88893: [PATCH] audio/normalize: fix pkg-plist
Date: Sat, 12 Nov 2005 22:07:56 +0300

 Feel free to pick up the port.
 
 Nothing unclean why the port orphaned. A common reason is a maintainer 
 disappeared or bounceed mail or so.
 -- 
 Sem.
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Sat Nov 12 19:10:25 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=88893 

From: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
To: Sergey Matveychuk <sem@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/88893: [PATCH] audio/normalize: fix pkg-plist
Date: Sat, 12 Nov 2005 22:55:19 +0200

 On Sat, 12 Nov 2005 22:07:56 +0300
 Sergey Matveychuk <sem@FreeBSD.org> wrote:
 
 > Feel free to pick up the port.
 
 Please put me as maintainer, then.
  
 > Nothing unclean why the port orphaned. A common reason is a maintainer 
 > disappeared or bounceed mail or so.
 
 Usually there is logged the reason not the one who requested it.
 
 
 -- 
 IOnut - Unregistered ;) FreeBSD "user"
   "Intellectual Property" is   nowhere near as valuable   as "Intellect"
 
 BOFH excuse #344:
 Network failure - call NBC
 
 
>Unformatted:
