Lines 84-110
Link Here
|
84 |
|
84 |
|
85 |
# NOTE: Plugins without dependencies are defined further down. |
85 |
# NOTE: Plugins without dependencies are defined further down. |
86 |
CONFIGURE_ARGS= --disable-all-plugins \ |
86 |
CONFIGURE_ARGS= --disable-all-plugins \ |
|
|
87 |
--disable-amqp \ |
87 |
--disable-ceph \ |
88 |
--disable-ceph \ |
88 |
--disable-cgroups \ |
89 |
--disable-cgroups \ |
89 |
--disable-fhcount \ |
90 |
--disable-fhcount \ |
|
|
91 |
--disable-lvm \ |
90 |
--disable-static \ |
92 |
--disable-static \ |
91 |
--disable-turbostat \ |
93 |
--disable-turbostat \ |
92 |
--enable-disk \ |
94 |
--enable-disk \ |
93 |
--localstatedir=/var \ |
95 |
--localstatedir=/var \ |
94 |
--without-amqp \ |
|
|
95 |
--without-libaquaero5 \ |
96 |
--without-libaquaero5 \ |
96 |
--without-libganglia \ |
97 |
--without-libganglia \ |
97 |
--without-libiptc \ |
98 |
--without-libiptc \ |
98 |
--without-libkstat \ |
|
|
99 |
--without-libldap \ |
99 |
--without-libldap \ |
100 |
--without-liblvm2app \ |
100 |
--without-liblvm2app \ |
101 |
--without-libmnl \ |
101 |
--without-libmnl \ |
102 |
--without-libnetapp \ |
102 |
--without-libnetapp \ |
103 |
--without-libnetlink \ |
|
|
104 |
--without-libowcapi \ |
103 |
--without-libowcapi \ |
105 |
--without-libperfstat \ |
|
|
106 |
--without-libsensors \ |
104 |
--without-libsensors \ |
107 |
--without-lvm \ |
|
|
108 |
--without-mic \ |
105 |
--without-mic \ |
109 |
--without-oracle |
106 |
--without-oracle |
110 |
|
107 |
|
Lines 130-142
Link Here
|
130 |
JAVA_CONFIGURE_WITH= java=${LOCALBASE} libjvm |
127 |
JAVA_CONFIGURE_WITH= java=${LOCALBASE} libjvm |
131 |
|
128 |
|
132 |
DBI_LIB_DEPENDS= libdbi.so:databases/libdbi |
129 |
DBI_LIB_DEPENDS= libdbi.so:databases/libdbi |
133 |
DBI_CONFIGURE_WITH= libdbi=${LOCALBASE} |
130 |
DBI_CONFIGURE_ENABLE= libdbi=${LOCALBASE} |
134 |
DBI_CONFIGURE_ENABLE= dbi |
131 |
DBI_CONFIGURE_ENABLE= dbi |
135 |
DBI_CFLAGS= -Wno-deprecated-declarations |
132 |
DBI_CFLAGS= -Wno-deprecated-declarations |
136 |
|
133 |
|
137 |
GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ |
134 |
GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ |
138 |
libgpg-error.so:security/libgpg-error |
135 |
libgpg-error.so:security/libgpg-error |
139 |
GCRYPT_CONFIGURE_WITH= -with-libgcrypt=${LOCALBASE} |
136 |
GCRYPT_CONFIGURE_WITH= libgcrypt=${LOCALBASE} |
140 |
GCRYPT_LIBS= -lgcrypt |
137 |
GCRYPT_LIBS= -lgcrypt |
141 |
|
138 |
|
142 |
IPMI_LIB_DEPENDS= libOpenIPMI.so:sysutils/openipmi |
139 |
IPMI_LIB_DEPENDS= libOpenIPMI.so:sysutils/openipmi |
Lines 250-257
Link Here
|
250 |
SIGROK_CFLAGS= `pkg-config --cflags glib-2.0` |
247 |
SIGROK_CFLAGS= `pkg-config --cflags glib-2.0` |
251 |
SIGROK_LIB_DEPENDS= libsigrok.so:devel/libsigrok |
248 |
SIGROK_LIB_DEPENDS= libsigrok.so:devel/libsigrok |
252 |
SIGROK_CONFIGURE_ENABLE= sigrok |
249 |
SIGROK_CONFIGURE_ENABLE= sigrok |
253 |
SIGROK_CONFIGURE_WITH= libsigrok |
250 |
SIGROK_CONFIGURE_WITH= libsigrok=${LOCALBASE} |
254 |
SIGROK_USES= gettext-runtime |
251 |
SIGROK_USES= gettext-runtime |
|
|
252 |
SIGROK_BROKEN= fails to configure with sigrok option |
255 |
|
253 |
|
256 |
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp |
254 |
SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp |
257 |
SNMP_CONFIGURE_ENABLE= snmp |
255 |
SNMP_CONFIGURE_ENABLE= snmp |
Lines 276-281
Link Here
|
276 |
VIRT_CONFIGURE_ENABLE= virt |
274 |
VIRT_CONFIGURE_ENABLE= virt |
277 |
VIRT_CONFIGURE_WITH= virt=${LOCALBASE} |
275 |
VIRT_CONFIGURE_WITH= virt=${LOCALBASE} |
278 |
|
276 |
|
|
|
277 |
XML_CFLAGS= `xml2-config --cflags` |
279 |
XML_LIB_DEPENDS= libxml2.so:textproc/libxml2 |
278 |
XML_LIB_DEPENDS= libxml2.so:textproc/libxml2 |
280 |
XML_CONFIGURE_WITH= libxml2=${LOCALBASE} |
279 |
XML_CONFIGURE_WITH= libxml2=${LOCALBASE} |
281 |
|
280 |
|