From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 24 07:40:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9F5E16A4CE for ; Thu, 24 Jun 2004 07:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E139443D3F for ; Thu, 24 Jun 2004 07:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5O7ePpB095452 for ; Thu, 24 Jun 2004 07:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5O7eP88095451; Thu, 24 Jun 2004 07:40:25 GMT (envelope-from gnats) Date: Thu, 24 Jun 2004 07:40:25 GMT Message-Id: <200406240740.i5O7eP88095451@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Marc van Kempen Subject: Re: ports/68202: [patch] Make vmware2 compile on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marc van Kempen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 07:40:26 -0000 The following reply was made to PR ports/68202; it has been noted by GNATS. From: Marc van Kempen To: freebsd-gnats-submit@FreeBSD.org, marc@bowtie.nl Cc: Subject: Re: ports/68202: [patch] Make vmware2 compile on -current Date: Thu, 24 Jun 2004 09:34:45 +0200 One more thing, my instructions seem to be too sparse: There are three files in this send-pr: 1. vmware2.patch This patches the files that are there in the CVS repository: > cd /usr/ports/emulators/vmware2 > patch < vmware2.patch 2. Makefile_FreeBSD.patch New file, put this in the files directory 3. driver_c.patch New file, put this in the files directory Now type 'make install clean' and it should work. Regards, Marc.