Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 19:51:09 +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: r498186 - head/devel/hadoop
Message-ID:  <201904061951.x36Jp9Nv074693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Apr  6 19:51:09 2019
New Revision: 498186
URL: https://svnweb.freebsd.org/changeset/ports/498186

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/devel/hadoop/Makefile

Modified: head/devel/hadoop/Makefile
==============================================================================
--- head/devel/hadoop/Makefile	Sat Apr  6 19:49:02 2019	(r498185)
+++ head/devel/hadoop/Makefile	Sat Apr  6 19:51:09 2019	(r498186)
@@ -83,6 +83,11 @@ ALL_TARGET=	compile-core-native compile-c++ compile-c+
 
 .include <bsd.port.pre.mk>
 
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st')
+BROKEN_FreeBSD_13=	variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st')
+.endif
+
 # The ssl.mk helper can augment MAKE_ARGS and break the build.  Filter out
 # the OPENSSL_CFLAGS if it exists to prevent that from happening.
 MAKE_ARGS:=	${MAKE_ARGS:NOPENSSL_CFLAGS=*}



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