Skip site navigation (1)Skip section navigation (2)
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
Message-ID:  <200501031506.j03F6D4R097281@pluto.hedeland.org>

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

>Submitter-Id:	current-users
>Originator:	Per Hedeland
>Organization:	None
>Confidential:	no 
>Synopsis:	[patch] vmware3 install broken
>Severity:	serious
>Priority:	medium
>Category:	ports
>Class:		sw-bug
>Release:	FreeBSD 5.3-RELEASE i386
>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>





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