Date: Sat, 6 Apr 2019 07:57:00 +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: r498066 - branches/2019Q2/multimedia/oscam Message-ID: <201904060757.x367v0ft088895@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904060757.x367v0ft088895>