ports/88893: [PATCH] audio/normalize: fix pkg-plist

Ion-Mihai IOnut Tetcu itetcu at people.tecnik93.com
Sat Nov 12 17:40:12 UTC 2005


>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 at 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
+ at cwd %%X11BASE%%
+%%XMMS%%lib/xmms/Effect/librva.so
--- normalize-pkg-plist.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list