svn commit: r498066 - branches/2019Q2/multimedia/oscam

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 07:57:02 UTC 2019


Author: antoine
Date: Sat Apr  6 07:56:59 2019
New Revision: 498066
URL: https://svnweb.freebsd.org/changeset/ports/498066

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

Modified:
  branches/2019Q2/multimedia/oscam/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/multimedia/oscam/Makefile
==============================================================================
--- branches/2019Q2/multimedia/oscam/Makefile	Sat Apr  6 07:56:41 2019	(r498065)
+++ branches/2019Q2/multimedia/oscam/Makefile	Sat Apr  6 07:56:59 2019	(r498066)
@@ -25,6 +25,11 @@ OPTIONS_DEFINE=	EXAMPLES
 
 .include <bsd.port.pre.mk>
 
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	field has incomplete type 'BIGNUM' (aka 'struct bignum_st')
+BROKEN_FreeBSD_13=	field has incomplete type 'BIGNUM' (aka 'struct bignum_st')
+.endif
+
 .if ! ${ARCH:Mmips*} && ! ${ARCH:Mpowerpc*} && ! ${ARCH} == sparc64
 MAKE_ARGS+=	HOSTCC=clang CC=clang
 .endif


More information about the svn-ports-all mailing list