Date: Sun, 4 Nov 2018 09:43:10 +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: r483978 - head/sysutils/openhpi Message-ID: <201811040943.wA49hAhQ096923@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811040943.wA49hAhQ096923>