Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 09:43:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r483979 - branches/2018Q4/sysutils/openhpi
Message-ID:  <201811040943.wA49ho2C097065@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 09:43:49 2018
New Revision: 483979
URL: https://svnweb.freebsd.org/changeset/ports/483979

Log:
  MFH: r483978
  
  Mark BROKEN: fails to build
  
  ipmi_con_lan.cpp:100:15: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'int' in initializer list [-Wc++11-narrowing]
      { data,   data_len },
                ^~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/sysutils/openhpi/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/sysutils/openhpi/Makefile
==============================================================================
--- branches/2018Q4/sysutils/openhpi/Makefile	Sun Nov  4 09:43:09 2018	(r483978)
+++ branches/2018Q4/sysutils/openhpi/Makefile	Sun Nov  4 09:43:49 2018	(r483979)
@@ -14,6 +14,8 @@ LICENSE_NAME=	OpenHPI license
 LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid \
 		libnetsnmp.so:net-mgmt/net-snmp \
 		libgcrypt.so:security/libgcrypt



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