cvs commit: ports/emulators/linux-vmware-toolbox4 Makefile ports/emulators/vmware-guestd4 Makefile

Maxim Sobolev sobomax at portaone.com
Thu Jun 24 06:48:18 PDT 2004


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

-------------- next part --------------
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)


More information about the cvs-ports mailing list