aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cluster-glue
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-09-01 21:18:14 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-09-01 21:18:14 +0000
commit05a8ca767047985edb23ad72542b974a2f32e358 (patch)
tree05d1ea918057293067c464cd45a646f908d52d67 /sysutils/cluster-glue
parentb72597752e22d4ba2b0c1edfc2e2f720771b99ca (diff)
downloadports-05a8ca767047985edb23ad72542b974a2f32e358.tar.gz
ports-05a8ca767047985edb23ad72542b974a2f32e358.zip
Mark BROKEN: fails to build
ipmilan_command.c:52:1: error: unknown type name 'selector_t' selector_t *os_sel; ^ ipmilan_command.c:87:16: error: unknown type name 'selector_t' void timed_out(selector_t *sel, sel_timer_t *timer, void *data); ^ ipmilan_command.c:90:11: error: unknown type name 'selector_t' timed_out(selector_t *sel, sel_timer_t *timer, void *data) ^ ipmilan_command.c:283:7: warning: 'sel_alloc_selector' is deprecated [-Wdeprecated-declarations] rv = sel_alloc_selector(os_hnd, &os_sel); ^ /usr/local/include/OpenIPMI/selector.h:190:5: note: 'sel_alloc_selector' has been explicitly marked deprecated here int sel_alloc_selector(os_handler_t *os_hnd, struct selector_s **new_selector) ^ Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=478730
Diffstat (limited to 'sysutils/cluster-glue')
-rw-r--r--sysutils/cluster-glue/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/cluster-glue/Makefile b/sysutils/cluster-glue/Makefile
index 36c530567cae..d10c3cf6ed0a 100644
--- a/sysutils/cluster-glue/Makefile
+++ b/sysutils/cluster-glue/Makefile
@@ -16,6 +16,8 @@ LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LIB
+BROKEN= fails to build
+
LIB_DEPENDS= libltdl.so:devel/libltdl \
libuuid.so:misc/e2fsprogs-libuuid \
libnet.so:net/libnet