svn commit: r498186 - head/devel/hadoop

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 19:51:11 UTC 2019


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=*}


More information about the svn-ports-all mailing list