From per@hedeland.org  Mon Jan  3 15:06:16 2005
Return-Path: <per@hedeland.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 8B07516A4D0; Mon,  3 Jan 2005 15:06:16 +0000 (GMT)
Received: from pluto.hedeland.org (1-1-1-13a.mal.sth.bostream.se [82.182.84.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 634B743D1D; Mon,  3 Jan 2005 15:06:15 +0000 (GMT)
	(envelope-from per@hedeland.org)
Received: from pluto.hedeland.org (localhost [127.0.0.1])
	by pluto.hedeland.org (8.13.1/8.13.1) with ESMTP id j03F6DdN097282
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Mon, 3 Jan 2005 16:06:13 +0100 (CET)
	(envelope-from per@pluto.hedeland.org)
Received: (from per@localhost)
	by pluto.hedeland.org (8.13.1/8.13.1/Submit) id j03F6D4R097281;
	Mon, 3 Jan 2005 16:06:13 +0100 (CET)
	(envelope-from per)
Message-Id: <200501031506.j03F6D4R097281@pluto.hedeland.org>
Date: Mon, 3 Jan 2005 16:06:13 +0100 (CET)
From: Per Hedeland <per@hedeland.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: freebsd-emulation@freebsd.org
Subject: [patch] vmware3 install broken
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75748
>Category:       ports
>Synopsis:       [patch] vmware3 install broken
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    edwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 03 15:10:22 GMT 2005
>Closed-Date:    Fri Oct 14 08:45:26 GMT 2005
>Last-Modified:  Fri Oct 14 08:45:26 GMT 2005
>Originator:     Per Hedeland
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
None
>Environment:
System: FreeBSD pluto.hedeland.org 5.3-RELEASE FreeBSD 5.3-RELEASE #4: Sat Jan 1 12:30:34 CET 2005 per@pluto.hedeland.org:/usr/src/sys/i386/compile/PLUTO i386

vmware3-3.2.1.2242_10,1

>Description:
	The last chunk of the "Make portlint happy" change to
	ports/emulators/vmware3/Makefile in CVS rev 1.80 breaks the
	installation, since the network configuration parameters are
	never picked up for the config file and rc script.

>How-To-Repeat:
	Install vmware3 with some network config. Run the rc script to
	start it. See the error message "[: -eq: unexpected operator"
	and absence of the vmnet config.

>Fix:

--- emulators/vmware3/Makefile.ORIG	Mon Jan  3 04:29:02 2005
+++ emulators/vmware3/Makefile	Mon Jan  3 15:30:45 2005
@@ -232,8 +232,8 @@
 	@${FIND} ${WRKSRC} | ${GREP} \@ | ${XARGS} ${RM}
 .endif
 
+.include <bsd.port.post.mk>
+
 .if exists(${WRKDIR}/Makefile.inc.net)
 .include "${WRKDIR}/Makefile.inc.net"
 .endif
-
-.include <bsd.port.post.mk>



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->edwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jan 4 22:29:52 GMT 2005 
Responsible-Changed-Why:  
Is it the end of port freeze already? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75748 
State-Changed-From-To: open->closed 
State-Changed-By: silby 
State-Changed-When: Fri Oct 14 08:45:12 GMT 2005 
State-Changed-Why:  
Patch committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75748 
>Unformatted:
