Lines 27-32
Link Here
|
27 |
NANOSLEEP "Use nanosleep in event timing" off \ |
27 |
NANOSLEEP "Use nanosleep in event timing" off \ |
28 |
EVENT_BROKER "Enable event broker functionality" off \ |
28 |
EVENT_BROKER "Enable event broker functionality" off \ |
29 |
UNHANDLED_HACK "Display passive checks in unhandled queries" off \ |
29 |
UNHANDLED_HACK "Display passive checks in unhandled queries" off \ |
|
|
30 |
IDOUTILS "Enable IDOUtils [requires MySQL]" off \ |
30 |
|
31 |
|
31 |
GNU_CONFIGURE= yes |
32 |
GNU_CONFIGURE= yes |
32 |
|
33 |
|
Lines 108-113
Link Here
|
108 |
CONFIGURE_ARGS+= --disable-event-broker |
109 |
CONFIGURE_ARGS+= --disable-event-broker |
109 |
.endif |
110 |
.endif |
110 |
|
111 |
|
|
|
112 |
.if defined(WITH_IDOUTILS) |
113 |
USE_MYSQL= yes |
114 |
LIB_DEPENDS+= dbi.1:${PORTSDIR}/databases/libdbi-drivers |
115 |
CONFIGURE_ARGS+= --enable-idoutils |
116 |
INSTALL_TARGET+= install-idoutils |
117 |
USE_RC_SUBR+= ido2db |
118 |
.endif |
119 |
|
111 |
post-patch: |
120 |
post-patch: |
112 |
.if defined(WITH_UNHANDLED_HACK) |
121 |
.if defined(WITH_UNHANDLED_HACK) |
113 |
@${REINPLACE_CMD} -e 's#;serviceprops=42\&#;serviceprops=10\&#g' \ |
122 |
@${REINPLACE_CMD} -e 's#;serviceprops=42\&#;serviceprops=10\&#g' \ |