Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2009 01:18:31 +0900 (JST)
From:      Katsuyoshi OHARA <ohara@air.s.kanazawa-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/135672: [PATCH] emulators/open-vm-tools: fails to build
Message-ID:  <200906171618.n5HGIV3W010934@air.s.kanazawa-u.ac.jp>
Resent-Message-ID: <200906171650.n5HGo1FA047027@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         135672
>Category:       ports
>Synopsis:       [PATCH] emulators/open-vm-tools: fails to build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 17 16:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Katsuyoshi OHARA
>Release:        FreeBSD 7.2-RELEASE-p1 i386
>Organization:
Kanazawa University
>Environment:
System: FreeBSD vm 7.2-RELEASE-p1 FreeBSD 7.2-RELEASE-p1 #0: Tue Jun  9 21:30:43 UTC 2009     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
	The vmware-user depends on gtkmm but
	CONFIGURE_ARGS is specified as --without-gtkmm.
>How-To-Repeat:

>Fix:
	I send a patch file.

--- open-vm-tools.diff begins here ---
--- emulators/open-vm-tools/Makefile.orig	2009-06-09 08:24:44.000000000 +0900
+++ emulators/open-vm-tools/Makefile	2009-06-18 00:34:58.000000000 +0900
@@ -36,7 +36,8 @@
 .else
 CONFIGURE_ARGS+=	--disable-unity
 .endif
-CONFIGURE_ARGS+=	--with-x --without-gtkmm
+LIB_DEPENDS+=		gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
+CONFIGURE_ARGS+=	--with-x
 CONFIGURE_ENV+=		LDFLAGS="-L${LOCALBASE}/lib" \
 			CPPFLAGS="-I${LOCALBASE}/include"
 USE_XORG=		x11 ice sm xext xineramaproto xinerama xrandr xrender \
--- open-vm-tools.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906171618.n5HGIV3W010934>