FreeBSD Bugzilla – Attachment 88023 Details for
Bug 124755
[patch] emulators/win4bsd IGNORE if scheduler is not 4BSD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
win4bsd.diff
win4bsd.diff (text/plain), 1.01 KB, created by
Pietro Cerutti
on 2008-06-19 12:00:12 UTC
(
hide
)
Description:
win4bsd.diff
Filename:
MIME Type:
Creator:
Pietro Cerutti
Created:
2008-06-19 12:00:12 UTC
Size:
1.01 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/emulators/win4bsd/Makefile,v >retrieving revision 1.5 >diff -u -u -r1.5 Makefile >--- Makefile 6 Jun 2008 13:27:06 -0000 1.5 >+++ Makefile 19 Jun 2008 10:52:44 -0000 >@@ -34,13 +34,18 @@ > .include <bsd.port.pre.mk> > > .if ${OSVERSION} > 600000 >-LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x >+LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x > .endif > > .if !exists(/usr/src/sys/kern) > 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 > >+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 >+ > post-patch: > @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/+POST-* \ > ${WRKSRC}/usr/local/lib/win4bsd/bin/postinstall.sh \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 124755
: 88023