diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 12:25:30 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 12:25:30 +0000 |
commit | 118bc1dcc5ba056151ea67be7408a9131254f0ac (patch) | |
tree | 718928e8dcbeb821b47766526c31c2c30561f6a1 /emulators | |
parent | f1826a6393a79de57f20c4e319aea9a516aa02db (diff) | |
download | ports-118bc1dcc5ba056151ea67be7408a9131254f0ac.tar.gz ports-118bc1dcc5ba056151ea67be7408a9131254f0ac.zip |
[PATCH] emulators/vmware3: cleanup non-supported FreeBSD versions
Cleanup non-supported FreeBSD versions
PR: ports/112355
Submitted by: "R.Mahmatkhanov"<R.Mahmatkhanov@SKYLINK.ru>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=200731
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware3/Makefile | 21 | ||||
-rw-r--r-- | emulators/vmware3/pkg-plist | 2 |
2 files changed, 2 insertions, 21 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index be7a4f825b68..851a0b59f3b9 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -54,10 +54,6 @@ MODULES= vmmon vmnet .include <bsd.port.pre.mk> -.if ${OSVERSION} < 480102 -IGNORE= systems prior to FreeBSD 480102 currently out of support -.endif - .if !defined(HAVE_LINPROCFS) && !exists(/modules/linprocfs.ko) && !exists(/boot/kernel/linprocfs.ko) && !exists(${PREFIX}/modules/linprocfs.ko) && !exists(/compat/linux/proc/version) IGNORE= linprocfs is required, please build the module and/or add it to your kernel .endif @@ -79,19 +75,7 @@ SCRIPTS_ENV+= LINUXBASE="${LINUXBASE}" \ MAKE_ARGS= KMODDIR="${VMDIR}/modules" PLIST_SUB= LINUXBASE="${LINUXBASE}" VMNET1_MINOR="${VMNET1_MINOR}" -.if ${OSVERSION} < 500000 -PLIST_SUB+= FREEBSD5="@comment " -.else -PLIST_SUB+= FREEBSD5="" -.endif - -pre-fetch: -.if ${OSVERSION} < 500000 && ${OSVERSION} < 490100 - @${ECHO} - @${ECHO} "You need an uncommitted kernel patch to run this port:" - @${ECHO} "You can get it at: http://people.freebsd.org/~fjoe/shm-freebsd4-20031105.diff" - @${ECHO} -.elif ${OSVERSION} < 500113 && ${OSVERSION} > 500000 +.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/" @@ -131,9 +115,6 @@ post-patch: ${CP} ${FILESDIR}/Makefile ${WRKSRC} ${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile ${CP} ${FILESDIR}/Makefile.vmnet ${WRKSRC}/vmnet-only/Makefile -.if ${OSVERSION} < 500000 - cd ${WRKSRC} && ${PATCH} < ${FILESDIR}/freebsd4.patch -.endif .if ${OSVERSION} > 600000 cd ${WRKSRC} && ${PATCH} < ${FILESDIR}/fbsd6-1.patch cd ${WRKSRC} && ${PATCH} < ${FILESDIR}/fbsd6-2.patch diff --git a/emulators/vmware3/pkg-plist b/emulators/vmware3/pkg-plist index d0e12490e101..525f8308fb60 100644 --- a/emulators/vmware3/pkg-plist +++ b/emulators/vmware3/pkg-plist @@ -2,7 +2,7 @@ bin/vmware bin/vmware-wizard etc/rc.d/001.vmware.sh lib/vmware/modules/vmmon_smp.ko -%%FREEBSD5%%lib/vmware/modules/linker.hints +lib/vmware/modules/linker.hints lib/vmware/modules/vmmon_up.ko lib/vmware/modules/vmnet.ko lib/vmware/config |