ports/129609: [patch] www/linux-seamonkey/Makefile.common for linux_base-fc[6-8]

Katsuyuki Miyoshi katsu at miyoshi.matsuyama.ehime.jp
Sat Dec 13 11:10:02 UTC 2008


>Number:         129609
>Category:       ports
>Synopsis:       [patch] www/linux-seamonkey/Makefile.common 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:   Sat Dec 13 11:10:01 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: Fri Dec 12 18:37:51 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-nvu.
>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-nvu && make install
	===>  Extracting for linux-nvu-1.0
	=> MD5 Checksum OK for nvu-1.0-pc-linux2.6.10-gnu.tar.bz2.
	=> SHA256 Checksum OK for nvu-1.0-pc-linux2.6.10-gnu.tar.bz2.
	===>  Patching for linux-nvu-1.0
	===>  Configuring for linux-nvu-1.0
	===>  Installing for linux-nvu-1.0
	===>   linux-nvu-1.0 depends on file: /compat/linux/usr/lib/libgtk-x11-2.0.so.0 - found
	===>   linux-nvu-1.0 depends on file: /compat/linux/usr/lib/libatk-1.0.so.0 - found
	===>   linux-nvu-1.0 depends on file: /compat/linux/usr/lib/libpangoxft-1.0.so.0 - found
	===>   linux-nvu-1.0 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
	===>  Extracting for linux-glib2-2.6.6_1
	=> MD5 Checksum OK for rpm/i386/fedora/4/glib2-2.6.6-1.i386.rpm.
	=> SHA256 Checksum OK for rpm/i386/fedora/4/glib2-2.6.6-1.i386.rpm.
	===>   linux-glib2-2.6.6_1 depends on file: /usr/local/bin/rpm2cpio - found
	===>  Patching for linux-glib2-2.6.6_1
	===>  Configuring for linux-glib2-2.6.6_1
	===>  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-nvu.
	# 
>Fix:

--- linux-seamonkey.txt begins here ---
--- www/linux-seamonkey/Makefile.common.org	2008-12-12 17:30:10.796017000 +0900
+++ www/linux-seamonkey/Makefile.common	2008-12-13 19:34:33.882293852 +0900
@@ -15,9 +15,14 @@
 RUN_DEPENDS?=	${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/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \
 		${LINUXBASE}/usr/share/icons/hicolor/index.theme:${PORTSDIR}/x11-themes/linux-hicolor-icon-theme
+.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
 ONLY_FOR_ARCHS=	i386 amd64
--- linux-seamonkey.txt ends here ---


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



More information about the freebsd-ports-bugs mailing list