FreeBSD Bugzilla – Attachment 157008 Details for
Bug 200367
[PATCH] lang/erlang: provide dirty schedulers option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for dirty scheduler support
dirty.patch (text/plain), 1.34 KB, created by
Dave Cottlehuber
on 2015-05-21 12:32:03 UTC
(
hide
)
Description:
patch for dirty scheduler support
Filename:
MIME Type:
Creator:
Dave Cottlehuber
Created:
2015-05-21 12:32:03 UTC
Size:
1.34 KB
patch
obsolete
>diff --git i/lang/erlang/Makefile w/lang/erlang/Makefile >index 64bfeb3..63e6d94 100644 >--- i/lang/erlang/Makefile >+++ w/lang/erlang/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= erlang > PORTVERSION= 17.5.4 >-PORTEPOCH= 3 >+PORTEPOCH= 4 > CATEGORIES= lang parallel java > MASTER_SITES= http://www.erlang.org/download/:erlangorg \ > http://erlang.stacken.kth.se/download/:erlangorg \ >@@ -31,7 +31,7 @@ PLIST_SUB= ERLANG_LIB=${ERLANG_LIB} > > MAKE_JOBS_UNSAFE=yes > >-OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX >+OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DIRTY > > GCC_DESC= Use current GCC > HIPE_DESC= Build native HiPE compiler >@@ -41,6 +41,7 @@ SMP_DESC= Enable SMP support > WX_DESC= Enable WX application > GS_DESC= Enable GS application (deprecated) > DTRACE_DESC= Enable DTrace support >+DIRTY_DESC= Enable dirty schedulers (experimental) > > OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS > OPTIONS_EXCLUDE_DragonFly= SCTP >@@ -154,6 +155,12 @@ CONFIGURE_ARGS+=--enable-sctp > CONFIGURE_ARGS+=--disable-sctp > .endif > >+.if ${PORT_OPTIONS:MDIRTY} >+CONFIGURE_ARGS+=--enable-dirty-schedulers >+.else >+CONFIGURE_ARGS+=--disable-dirty-schedulers >+.endif >+ > # enabling --enable-smp-support crashes the OS when > # net_kernel:start([node_name, shortnames]) invoked repeatedly > # TODO verify if it still applies
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 200367
:
157007
| 157008