FreeBSD Bugzilla – Attachment 135488 Details for
Bug 180376
[patch] net-mgmt/collectd: Add more sanity checking for options dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
collectd-curloptions
collectd-curloptions (text/plain), 1.02 KB, created by
Brad Davis
on 2013-07-08 06:00:00 UTC
(
hide
)
Description:
collectd-curloptions
Filename:
MIME Type:
Creator:
Brad Davis
Created:
2013-07-08 06:00:00 UTC
Size:
1.02 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 322461) >+++ Makefile (working copy) >@@ -155,6 +155,9 @@ > LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl > LIB_DEPENDS+= xml2:${PORTSDIR}/textproc/libxml2 > PLIST_SUB+= BIND="" >+. if empty(PORT_OPTIONS:MCURL) >+IGNORE= BIND requires CURL. Either select CURL or deselect BIND >+. endif > .else > CONFIGURE_ARGS+=--disable-bind > PLIST_SUB+= BIND="@comment " >@@ -164,6 +167,9 @@ > CONFIGURE_ARGS+=--enable-apache > LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl > PLIST_SUB+= APACHE="" >+. if empty(PORT_OPTIONS:MCURL) >+IGNORE= APACHE requires CURL. Either select CURL or deselect APACHE >+. endif > .else > CONFIGURE_ARGS+=--disable-apache > PLIST_SUB+= APACHE="@comment " >@@ -285,6 +291,9 @@ > LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl > CONFIGURE_ARGS+=--enable-nginx > PLIST_SUB+= NGINX="" >+. if empty(PORT_OPTIONS:MCURL) >+IGNORE= NGINX requires CURL. Either select CURL or deselect NGINX >+. endif > .else > CONFIGURE_ARGS+=--disable-nginx > PLIST_SUB+= NGINX="@comment "
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 Raw
Actions:
View
Attachments on
bug 180376
: 135488