[patch] vmware3 install broken

Per Hedeland per at hedeland.org
Mon Jan 3 15:06:16 GMT 2005


>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 at 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>





More information about the freebsd-emulation mailing list