Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Sep 2018 21:18:14 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478730 - head/sysutils/cluster-glue
Message-ID:  <201809012118.w81LIETK092118@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809012118.w81LIETK092118>