diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-03-08 02:39:27 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-03-08 02:39:27 +0000 |
commit | 795040ea510037bc758465e4d12951a28791591e (patch) | |
tree | 9964a870c46798ca3042bd20a859adc4413f18b4 /emulators | |
parent | f91ad808b3cc519fab69f5e587b5a5ff3ab30028 (diff) | |
download | ports-795040ea510037bc758465e4d12951a28791591e.tar.gz ports-795040ea510037bc758465e4d12951a28791591e.zip |
Add port for VMware XF86 4.x driver module. Allows you to use XFree86 4.x
in a vmware guest.
Notes
Notes:
svn path=/head/; revision=39223
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/vmware_xf4mod/Makefile | 30 | ||||
-rw-r--r-- | emulators/vmware_xf4mod/distinfo | 1 | ||||
-rw-r--r-- | emulators/vmware_xf4mod/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/vmware_xf4mod/pkg-descr | 12 | ||||
-rw-r--r-- | emulators/vmware_xf4mod/pkg-plist | 1 |
6 files changed, 46 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 3ded2eb481a9..8744bf147d21 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -51,6 +51,7 @@ SUBDIR += vmware SUBDIR += vmware-tools SUBDIR += vmware2 + SUBDIR += vmware_xf4mod SUBDIR += vpce SUBDIR += vxtools SUBDIR += wine diff --git a/emulators/vmware_xf4mod/Makefile b/emulators/vmware_xf4mod/Makefile new file mode 100644 index 000000000000..5c6331aa13aa --- /dev/null +++ b/emulators/vmware_xf4mod/Makefile @@ -0,0 +1,30 @@ +# Ports collection makefile for: vmware_xf4mod +# Date created: 7 Mar 2001 +# Whom: Nick Sayer <nsayer@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= vmware_xf4mod +PORTVERSION= 1.0 +CATEGORIES= emulators +MASTER_SITES= http://www.vmware.com/software/ +DISTNAME= vmware_drv.o +EXTRACT_SUFX= # none + +MAINTAINER= nsayer@freebsd.org + +NO_WRKSUBDIR= yes + +NO_BUILD= yes + +USE_X_PREFIX= yes + +do-extract: + ${MKDIR} ${WRKSRC} + ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/lib/modules/drivers + +.include <bsd.port.mk> diff --git a/emulators/vmware_xf4mod/distinfo b/emulators/vmware_xf4mod/distinfo new file mode 100644 index 000000000000..64d012d1ca1c --- /dev/null +++ b/emulators/vmware_xf4mod/distinfo @@ -0,0 +1 @@ +MD5 (vmware_drv.o) = a18fceba15600f6192a685cd153ce038 diff --git a/emulators/vmware_xf4mod/pkg-comment b/emulators/vmware_xf4mod/pkg-comment new file mode 100644 index 000000000000..957390931144 --- /dev/null +++ b/emulators/vmware_xf4mod/pkg-comment @@ -0,0 +1 @@ +A XFree86 4.x driver module for VMware guests diff --git a/emulators/vmware_xf4mod/pkg-descr b/emulators/vmware_xf4mod/pkg-descr new file mode 100644 index 000000000000..3b3038b15fc5 --- /dev/null +++ b/emulators/vmware_xf4mod/pkg-descr @@ -0,0 +1,12 @@ +This is the VMware module for XFree86 4.x. It should only be used inside of a +VMWare guest as it refers only to the virtualized "hardware" available to +an operating system running under VMware. Use the following in your XF86Config +file: + +Section "Device" + Identifier "VMware SVGA" + Driver "vmware" + BusID "PCI:0:15:0" +EndSection + +WWW: http://www.vmware.com/support/reference/common/guest_linux_xf864.html diff --git a/emulators/vmware_xf4mod/pkg-plist b/emulators/vmware_xf4mod/pkg-plist new file mode 100644 index 000000000000..d3099d57d4ad --- /dev/null +++ b/emulators/vmware_xf4mod/pkg-plist @@ -0,0 +1 @@ +lib/modules/drivers/vmware_drv.o |