Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2017 10:36:44 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442914 - head/net/glusterfs
Message-ID:  <201706081036.v58AaiuE025384@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706081036.v58AaiuE025384>