svn commit: r442914 - head/net/glusterfs
Mathieu Arnold
mat at FreeBSD.org
Thu Jun 8 10:36:45 UTC 2017
Author: mat
Date: Thu Jun 8 10:36:43 2017
New Revision: 442914
URL: https://svnweb.freebsd.org/changeset/ports/442914
Log:
Mark BROKEN with libressl.
keys.c:130:17: error: implicit declaration of function 'HMAC_CTX_new' [-Werror=implicit-function-declaration]
phctx = HMAC_CTX_new();
^
Sponsored by: Absolight
Modified:
head/net/glusterfs/Makefile (contents, props changed)
Modified: head/net/glusterfs/Makefile
==============================================================================
--- head/net/glusterfs/Makefile Thu Jun 8 10:36:40 2017 (r442913)
+++ head/net/glusterfs/Makefile Thu Jun 8 10:36:43 2017 (r442914)
@@ -19,6 +19,8 @@ USE_GCC= any
USES= bison gettext libtool pkgconfig python readline shebangfix \
sqlite ssl
+BROKEN_SSL= libressl
+
SHEBANG_FILES= extras/ganesha/scripts/create-export-ganesha.sh \
extras/ganesha/scripts/dbus-send.sh \
extras/ganesha/scripts/ganesha-ha.sh \
More information about the svn-ports-all
mailing list