svn commit: r498065 - head/multimedia/oscam

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 07:56:43 UTC 2019


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

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

Modified:
  head/multimedia/oscam/Makefile

Modified: head/multimedia/oscam/Makefile
==============================================================================
--- head/multimedia/oscam/Makefile	Sat Apr  6 07:54:22 2019	(r498064)
+++ head/multimedia/oscam/Makefile	Sat Apr  6 07:56:41 2019	(r498065)
@@ -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