diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 17:43:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 17:43:09 +0800 |
commit | 7ef08ee6afed3d2b96f0c0a39e2636d5181c5578 (patch) | |
tree | 42e85322aaea43ec4d67232bc78df4a4981edaac /sysutils | |
parent | 675d8572463420c54f6b842c6e10a96606ecf7d4 (diff) | |
download | freebsd-ports-gnome-7ef08ee6afed3d2b96f0c0a39e2636d5181c5578.tar.gz freebsd-ports-gnome-7ef08ee6afed3d2b96f0c0a39e2636d5181c5578.tar.zst freebsd-ports-gnome-7ef08ee6afed3d2b96f0c0a39e2636d5181c5578.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/openhpi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/openhpi/Makefile b/sysutils/openhpi/Makefile index ba55ba2b0b4a..3cd570719147 100644 --- a/sysutils/openhpi/Makefile +++ b/sysutils/openhpi/Makefile @@ -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 |