1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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
This commit is contained in:
Antoine Brodin 2018-09-01 21:18:14 +00:00
parent b72597752e
commit 05a8ca7670
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478730

View File

@ -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