FreeBSD Bugzilla – Attachment 128729 Details for
Bug 172586
[PATCH] dns/bind9[6789]: Add configure options and convert to OptionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-bind97.txt
patch-bind97.txt (text/plain; charset=us-ascii), 1.20 KB, created by
Craig Leres
on 2012-10-26 03:14:40 UTC
(
hide
)
Description:
patch-bind97.txt
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2012-10-26 03:14:40 UTC
Size:
1.20 KB
patch
obsolete
>26c26 >< CONFLICTS= bind9*-9.[45689].* bind9-sdb-* host-* >--- >> CONFLICTS= bind9*-9.[45789].* bind9*-sdb-9.[45789].* >29a30 >> FIXED_RRSET \ >36a38 >> SSL_DESC= Building without OpenSSL removes DNSSEC >41a44,46 >> IPV6_DESC= IPv6 Support (autodetected by default) >> THREADS_DESC= Compile with thread support >> FIXED_RRSET_DESC= Enable fixed rrset ordering >53,55d57 >< # Just in case >< USE_OPENSSL= yes >< >63a66 >> USE_OPENSSL= yes >83c86 >< .if ${PORT_OPTIONS:MLINKS} && empty($PORT_OPTIONS:M_REPLACE_BASE) >--- >> .if ${PORT_OPTIONS:MLINKS} && empty(PORT_OPTIONS:MREPLACE_BASE) >100a104,113 >> .if ${PORT_OPTIONS:MTHREADS} >> CONFIGURE_ARGS+= --enable-threads >> .else >> CONFIGURE_ARGS+= --disable-threads >> .endif >> >> .if ${PORT_OPTIONS:MFIXED_RRSET} >> CONFIGURE_ARGS+= --enable-fixed-rrset >> .endif >> >108a122,125 >> .if ${PORT_OPTIONS:MTHREADS} >> @${ECHO_CMD} "Incompatible options: DLZ_MYSQL and THREADS" >> @${FALSE} >> .endif >129,134d145 >< .if ${PORT_OPTIONS:MTHREADS} && empty(PORT_OPTIONS:MDLZ_MYSQL) >< CONFIGURE_ARGS+= --enable-threads >< .else >< CONFIGURE_ARGS+= --disable-threads >< .endif >< >226c237 >< .if !defined(WITHOUT_LINKS) && !defined(WITH_REPLACE_BASE) >--- >> .if ${PORT_OPTIONS:MLINKS} && empty(PORT_OPTIONS:MREPLACE_BASE)
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 172586
:
128724
|
128725
|
128726
|
128727
|
128728
| 128729 |
128730
|
128731
|
128732
|
128733
|
128734
|
128735