Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 19:51:27 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498187 - branches/2019Q2/devel/hadoop
Message-ID:  <201904061951.x36JpRO0074841@repo.freebsd.org>

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

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

Modified:
  branches/2019Q2/devel/hadoop/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/hadoop/Makefile
==============================================================================
--- branches/2019Q2/devel/hadoop/Makefile	Sat Apr  6 19:51:09 2019	(r498186)
+++ branches/2019Q2/devel/hadoop/Makefile	Sat Apr  6 19:51:27 2019	(r498187)
@@ -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.x36JpRO0074841>