svn commit: r483979 - branches/2018Q4/sysutils/openhpi

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


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


More information about the svn-ports-branches mailing list