svn commit: r483978 - head/sysutils/openhpi

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 09:43:11 UTC 2018


Author: antoine
Date: Sun Nov  4 09:43:09 2018
New Revision: 483978
URL: https://svnweb.freebsd.org/changeset/ports/483978

Log:
  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:
  head/sysutils/openhpi/Makefile

Modified: head/sysutils/openhpi/Makefile
==============================================================================
--- head/sysutils/openhpi/Makefile	Sun Nov  4 09:40:12 2018	(r483977)
+++ head/sysutils/openhpi/Makefile	Sun Nov  4 09:43:09 2018	(r483978)
@@ -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


More information about the svn-ports-all mailing list