ports/58158: replace install directory for ump.so

Kensaku Masuda greg at greg.jp
Fri Oct 17 07:40:18 UTC 2003


>Number:         58158
>Category:       ports
>Synopsis:       replace install directory for ump.so
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 17 00:40:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kensaku Masuda
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD omoikane.greg.rim.or.jp 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Wed Oct 8 15:32:34 JST 2003 greg at omoikane.greg.rim.or.jp:/a/uzume/export/src/system-current/src/sys/i386/compile/omoikane.greg.rim.or.jp i386


>Description:
	Now, ump-esound was installed into ${X11BASE}/lib/mozilla/plugins.
And can load mozilla-1.4.X, But mozilla-gtk2-1.4.X can not load this shared
object.
Because, ${X11BASE}/lib/mozilla/plugins was special directory for mozilla-1.4.X.
I think install directory must changing into ${X11BASE}/lib/browser_plugins.
This directory is shared directory for mozilla based browsers, I think ...

>How-To-Repeat:
None

>Fix:


--- Makefile.orig	Thu Oct 16 23:47:58 2003
+++ Makefile	Thu Oct 16 23:54:30 2003
@@ -24,7 +24,7 @@
 
 LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
 RUN_DEPENDS=	${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity++	\
-		${X11BASE}/bin/mozilla:${PORTSDIR}/www/mozilla
+		${X11BASE}/lib/browser_plugins:${PORTSDIR}/www/mozilla
 
 BZ2DIST=	TiMidity++-${TIMIDITY_VERSION}.tar.bz2
 ZDIST=		unix-sdk-3.0b5.tar.Z ump_with_volume.tar.Z timdiffs.tar.Z
@@ -85,6 +85,6 @@
 	@cd ${WRKSRC}/ump; ${GMAKE} ump
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/ump/ump.so ${X11BASE}/lib/mozilla/plugins
+	@${INSTALL_PROGRAM} ${WRKSRC}/ump/ump.so ${X11BASE}/lib/browser_plugins
 
 .include <bsd.port.post.mk>
--- pkg-plist.orig	Thu Oct 16 23:50:09 2003
+++ pkg-plist	Thu Oct 16 23:50:40 2003
@@ -1,2 +1,2 @@
 @cwd %%X11BASE%%
-lib/mozilla/plugins/ump.so
+lib/browser_plugins/ump.so
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list