summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2009-11-14 01:04:53 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2009-11-14 01:04:53 +0000
commit334354a04ad02c4b91ee820188940869d4e66732 (patch)
treeecdb51fee00db62510748b89877500d6dca47511 /emulators
parent- Remove BROKEN: fix build against ffmpeg 0.5 (diff)
- Do not IGNORE this port on FreeBSD 8 or later releases regardless
of the scheduler installer - The problem with the ULE scheduler is not reproduceable under FreeBSD 8.x - Take over maintainership on previous maintainer suggestion Approved by: maintainer (previous)
Notes
Notes: svn path=/head/; revision=244229
Diffstat (limited to 'emulators')
-rw-r--r--emulators/win4bsd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/win4bsd/Makefile b/emulators/win4bsd/Makefile
index 1fbc1c7f0a87..a2ed185f43a3 100644
--- a/emulators/win4bsd/Makefile
+++ b/emulators/win4bsd/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.win4bsd.com/pub/releases/${PORTVERSION}/
DISTNAME= Win4BSD-1.1_63918_i386-freebsd
EXTRACT_SUFX= .tbz
-MAINTAINER= jwbacon@tds.net
+MAINTAINER= lioux@FreeBSD.org
COMMENT= Win4BSD Virtual Machine for Windows under BSD
LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x
@@ -40,10 +40,12 @@ SUB_FILES= pkg-message
IGNORE= requires system source for installing kqemu, the accelerator that provides native CPU speed in Win4BSD. Please install the system sources in /usr/src (e.g. using sysinstall), and run make again
.endif
+.if ${OSVERSION} < 800000
SCHED_NAME!= ${SYSCTL} -n kern.sched.name
.if ${SCHED_NAME} != "4BSD"
IGNORE= requires the traditional 4BSD scheduler. Please rebuild your kernel with options SCHED_4BSD, and run make again
.endif
+.endif
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/+POST-* \