Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 2004 16:47:06 +0300
From:      Maxim Sobolev <sobomax@portaone.com>
To:        Makoto Matsushita <matusita@FreeBSD.ORG>
Cc:        ports-committers@FreeBSD.ORG
Subject:   Re: cvs commit: ports/emulators/linux-vmware-toolbox4 Makefile ports/emulators/vmware-guestd4         Makefile
Message-ID:  <40DADB5A.3010906@portaone.com>
In-Reply-To: <200406231901.i5NJ1w4s010295@repoman.freebsd.org>
References:  <200406231901.i5NJ1w4s010295@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------070004080704030503030908
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

I've found that attached patch is required on latest -current, otherwise 
os.o isn't linked into .ko as a result it can't be loaded due to missed 
os_*() functions. Please either commit it by yourself or give me 
permissions to do it.

Thanks!

-Maxim

Makoto Matsushita wrote:

> matusita    2004-06-23 19:01:58 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     emulators/linux-vmware-toolbox4 Makefile 
>     emulators/vmware-guestd4 Makefile 
>   Log:
>   Update to 4.5.2 build-8848.
>   
>   Revision  Changes    Path
>   1.18      +2 -2      ports/emulators/linux-vmware-toolbox4/Makefile
>   1.17      +3 -3      ports/emulators/vmware-guestd4/Makefile
> 
> 
> 


--------------070004080704030503030908
Content-Type: text/plain;
 name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="diff"

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/emulators/vmware-guestd4/Makefile,v
retrieving revision 1.17
diff -d -u -d -u -r1.17 Makefile
--- Makefile	23 Jun 2004 19:01:58 -0000	1.17
+++ Makefile	24 Jun 2004 13:41:27 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	vmware
 PORTVERSION=	${VMWARE_VER}.${BUILD_VER}
-#PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	# bundled with VMware itself
 PKGNAMESUFFIX?=	-guestd
@@ -114,7 +114,7 @@
 post-patch:
 .if defined(WITH_VMWARE_VMMEMCTL)
 	${REINPLACE_CMD} -e 's|vmmemctl1.o||' ${WRKDIR}/vmmemctl-only/Makefile
-	${ECHO_CMD} "OBJS=vmmemctl1.o" >> ${WRKDIR}/vmmemctl-only/Makefile
+	${ECHO_CMD} "OBJS+=vmmemctl1.o" >> ${WRKDIR}/vmmemctl-only/Makefile
 .endif
 
 .if defined(VMWARE_X_PORTS)

--------------070004080704030503030908--



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