aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CVSROOT/modules1
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/vmware_xf4mod/Makefile42
-rw-r--r--emulators/vmware_xf4mod/distinfo2
-rw-r--r--emulators/vmware_xf4mod/pkg-descr19
5 files changed, 0 insertions, 65 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index 212b54e80597..7c0b4c827a20 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -10582,7 +10582,6 @@ vmware-tools3 ports/emulators/vmware-tools3
vmware-tools4 ports/emulators/vmware-tools4
vmware2 ports/emulators/vmware2
vmware3 ports/emulators/vmware3
-vmware_xf4mod ports/emulators/vmware_xf4mod
vnc ports/net/vnc
vnc2swf ports/net/vnc2swf
vncrypt ports/security/vncrypt
diff --git a/emulators/Makefile b/emulators/Makefile
index 5be26c6d4df6..f512454daa81 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -100,7 +100,6 @@
SUBDIR += vmware-tools4
SUBDIR += vmware2
SUBDIR += vmware3
- SUBDIR += vmware_xf4mod
SUBDIR += vpce
SUBDIR += vx68k
SUBDIR += vxtools
diff --git a/emulators/vmware_xf4mod/Makefile b/emulators/vmware_xf4mod/Makefile
deleted file mode 100644
index 758e05738fc3..000000000000
--- a/emulators/vmware_xf4mod/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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= ports@FreeBSD.org
-COMMENT= A XFree86 4.x driver module for VMware guests
-
-RUN_DEPENDS= XFree86:${X_SERVER_PORT}
-
-NO_WRKSUBDIR= yes
-
-NO_BUILD= yes
-
-PLIST_FILES= lib/modules/drivers/vmware_drv.o
-
-USE_X_PREFIX= yes
-
-ONLY_FOR_ARCHS= i386
-
-RESTRICTED= "Not sure if we can redistribute it"
-IGNORE= This module is now part of XFree86 as of 4.1.0
-EXPIRATION_DATE=2004-08-20
-DEPRECATED= ${IGNORE}
-
-do-extract:
- ${MKDIR} ${WRKSRC}
- # Nothing else
-
-do-install:
- ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/lib/modules/drivers
-
-.include <bsd.port.mk>
diff --git a/emulators/vmware_xf4mod/distinfo b/emulators/vmware_xf4mod/distinfo
deleted file mode 100644
index 2450e6f81def..000000000000
--- a/emulators/vmware_xf4mod/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (vmware_drv.o) = a18fceba15600f6192a685cd153ce038
-SIZE (vmware_drv.o) = 79653
diff --git a/emulators/vmware_xf4mod/pkg-descr b/emulators/vmware_xf4mod/pkg-descr
deleted file mode 100644
index cda9d9270e09..000000000000
--- a/emulators/vmware_xf4mod/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-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
-
-The BusID line is required or X will think that the virtual ISA VGA card
-(where the text screens live) is the primary one and it will fail.
-
-Be sure to use the same depth on the guest as you do on the host or the
-X server won't start. You can arrange for this simply by not including a
-"DefaultDepth" line. The driver will then supply the correct default.
-
-WWW: http://www.vmware.com/support/reference/common/guest_linux_xf864.html