summaryrefslogtreecommitdiff
path: root/emulators/vmware3
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-25 00:13:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-25 00:13:00 +0000
commitb7211517011d9b47cf05c430ab71916be95eb6e7 (patch)
treec05b1da04dd7aa700005ea906a75dc6212d5f6ff /emulators/vmware3
parentRemove gimp-devel and friends since gimp 2.4.0 is now in ports (diff)
Attempt to unbreak index by removing code block that used to be associated
with pre-fetch target. While here, remove some more remnants of support for antique FreeBSD versions. Hat: portmgr
Notes
Notes: svn path=/head/; revision=201955
Diffstat (limited to 'emulators/vmware3')
-rw-r--r--emulators/vmware3/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile
index 851a0b59f3b9..a49cc6b01a78 100644
--- a/emulators/vmware3/Makefile
+++ b/emulators/vmware3/Makefile
@@ -62,11 +62,7 @@ IGNORE= linprocfs is required, please build the module and/or add it to your ke
IGNORE= kernel source files required
.endif
-.if ${OSVERSION} < 500023
-VMNET1_MINOR= 0x00010001
-.else
VMNET1_MINOR= 0x00800001
-.endif
SCRIPTS_ENV+= LINUXBASE="${LINUXBASE}" \
VMNET_HOST_IP="${VMNET_HOST_IP}" \
@@ -75,14 +71,6 @@ SCRIPTS_ENV+= LINUXBASE="${LINUXBASE}" \
MAKE_ARGS= KMODDIR="${VMDIR}/modules"
PLIST_SUB= LINUXBASE="${LINUXBASE}" VMNET1_MINOR="${VMNET1_MINOR}"
-.if ${OSVERSION} < 500113
- @${ECHO}
- @${ECHO} "You need an uncommitted kernel patch to run this port:"
- @${ECHO} "You can get it at: http://people.freebsd.org/~mbr/patches/"
- @${ECHO} "linux.shm.patch-cvs-freebsd5-20030329"
- @${ECHO}
-.endif
-
post-extract:
.for m in ${MODULES}
${TAR} -xf ${WRKSRC}/lib/modules/source/${m}.tar -C ${WRKSRC}
@@ -106,10 +94,8 @@ pre-patch:
${WRKSRC}/vmmon-only/freebsd/*.c
.endif
cd ${WRKSRC}/vmmon-only/freebsd && ${TOUCH} bus_if.h device_if.h
-.if ${OSVERSION} >= 500019
${REINPLACE_CMD} -i "" -e 's,<machine/ioctl_fd\.h>,<sys/fdcio.h>,' \
${WRKSRC}/vmmon-only/freebsd/*.c
-.endif
post-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC}