svn commit: r478730 - head/sysutils/cluster-glue

Antoine Brodin antoine at FreeBSD.org
Sat Sep 1 21:18:15 UTC 2018


Author: antoine
Date: Sat Sep  1 21:18:14 2018
New Revision: 478730
URL: https://svnweb.freebsd.org/changeset/ports/478730

Log:
  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

Modified:
  head/sysutils/cluster-glue/Makefile

Modified: head/sysutils/cluster-glue/Makefile
==============================================================================
--- head/sysutils/cluster-glue/Makefile	Sat Sep  1 20:52:09 2018	(r478729)
+++ head/sysutils/cluster-glue/Makefile	Sat Sep  1 21:18:14 2018	(r478730)
@@ -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


More information about the svn-ports-head mailing list