ports/129516: [patch] www/linux-mplayer-plugin for linux_base-fc[6-8]

Katsuyuki Miyoshi katsu at miyoshi.matsuyama.ehime.jp
Tue Dec 9 05:40:04 UTC 2008


>Number:         129516
>Category:       ports
>Synopsis:       [patch] www/linux-mplayer-plugin for linux_base-fc[6-8]
>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:   Tue Dec 09 05:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Katsuyuki Miyoshi
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
Katsuyuki Miyoshi, Ehime, Japan.
>Environment:
System: FreeBSD kmgw.miyoshi.matsuyama.ehime.jp 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Dec 8 23:14:53 JST 2008 root at kmgw.miyoshi.matsuyama.ehime.jp:/usr/obj/usr/src/sys/KMGW i386


>Description:
	If linux_base-fc[6-8] installed, I fail to install www/linux-mplayer-plugin.

>How-To-Repeat:
	# pkg_info |grep linux_base
	linux_base-f8-8_9   Base set of packages needed in Linux mode (for i386/amd64)
	# cd /usr/ports/www/linux-mplayer-plugin && make install
	===>  Installing for linux-mplayerplug-in-3.50_1
	===>   linux-mplayerplug-in-3.50_1 depends on executable: mplayer - found
	===>   linux-mplayerplug-in-3.50_1 depends on file: /compat/linux/usr/lib/libgtk-x11-2.0.so.0 - found
	===>   linux-mplayerplug-in-3.50_1 depends on file: /compat/linux/usr/lib/libatk-1.0.so.0 - found
	===>   linux-mplayerplug-in-3.50_1 depends on file: /compat/linux/usr/lib/libpangoxft-1.0.so.0 - found
	===>   linux-mplayerplug-in-3.50_1 depends on file: /compat/linux/usr/lib/libgobject-2.0.so.0 - not found
	===>    Verifying install for /compat/linux/usr/lib/libgobject-2.0.so.0 in /usr/ports/devel/linux-glib2
	===>  Installing for linux-glib2-2.6.6_1

	===>  linux-glib2-2.6.6_1 conflicts with installed package(s): 
	      linux_base-f8-8_9

	      They install files into the same place.
	      Please remove them first with pkg_delete(1).
	*** Error code 1

	Stop in /usr/ports/devel/linux-glib2.
	*** Error code 1

	Stop in /usr/ports/www/linux-mplayer-plugin.
	# 

>Fix:
	--- www/linux-mplayer-plugin/Makefile.org	2008-09-07 09:18:52.000000000 +0900
	+++ www/linux-mplayer-plugin/Makefile	2008-12-09 13:13:26.000000000 +0900
	@@ -21,8 +21,13 @@
	 RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer \
	 		${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \
	 		${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/accessibility/linux-atk \
	-		${LINUXBASE}/usr/lib/libpangoxft-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango\
	-		${LINUXBASE}/usr/lib/libgobject-2.0.so.0:${PORTSDIR}/devel/linux-glib2
	+		${LINUXBASE}/usr/lib/libpangoxft-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango
	+.if !defined(OVERRIDE_LINUX_BASE_PORT) || \
	+	(${OVERRIDE_LINUX_BASE_PORT} != "fc6" && \
	+	${OVERRIDE_LINUX_BASE_PORT} != "f7" && \
	+	${OVERRIDE_LINUX_BASE_PORT} != "f8")
	+RUN_DEPENDS+=	${LINUXBASE}/usr/lib/libgobject-2.0.so.0:${PORTSDIR}/devel/linux-glib2
	+.endif
 
	 NO_BUILD=	yes
	 USE_LINUX_RPM=	yes


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



More information about the freebsd-ports-bugs mailing list