From owner-cvs-all@FreeBSD.ORG Fri Jun 8 17:40:56 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7B8616A41F; Fri, 8 Jun 2007 17:40:56 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C995D13C45E; Fri, 8 Jun 2007 17:40:56 +0000 (UTC) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l58Heu2p056183; Fri, 8 Jun 2007 17:40:56 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l58HeudH056149; Fri, 8 Jun 2007 17:40:56 GMT (envelope-from matusita) Message-Id: <200706081740.l58HeudH056149@repoman.freebsd.org> From: Makoto Matsushita Date: Fri, 8 Jun 2007 17:40:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/vmware-guestd6 Makefile pkg-plist.tools ports/emulators/vmware-tools6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2007 17:40:57 -0000 matusita 2007-06-08 17:40:56 UTC FreeBSD ports repository Modified files: emulators/vmware-guestd6 Makefile pkg-plist.tools emulators/vmware-tools6 Makefile Log: More fix on X modules. The X server modules (display driver and mouse driver) bundled with VMware Tools doesn't work with X.Org 7.2 server. So install these modules if and only if X is actually XFree86 4.x. Also fix pkg-plist (sorry the last commit makes plist broken.) Bump vmware-tools6 PORTREVISION to note the changes above. For X.Org 7.2 users: x11-drivers/xf86-video-vmware is the video driver for VMs, that is installed by default. x11-drivers/xf86-input-vmmouse is the mouse driver for VMs. However, it doesn't need if vmware-toolbox runs. Revision Changes Path 1.41 +3 -10 ports/emulators/vmware-guestd6/Makefile 1.10 +2 -2 ports/emulators/vmware-guestd6/pkg-plist.tools 1.23 +1 -1 ports/emulators/vmware-tools6/Makefile