Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2019 08:41:05 +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: r497682 - branches/2019Q2/devel/libopkele
Message-ID:  <201904030841.x338f5VW089555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Apr  3 08:41:04 2019
New Revision: 497682
URL: https://svnweb.freebsd.org/changeset/ports/497682

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

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

Modified: branches/2019Q2/devel/libopkele/Makefile
==============================================================================
--- branches/2019Q2/devel/libopkele/Makefile	Wed Apr  3 08:40:40 2019	(r497681)
+++ branches/2019Q2/devel/libopkele/Makefile	Wed Apr  3 08:41:04 2019	(r497682)
@@ -35,6 +35,9 @@ CONFIGURE_ENV=	"OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLIN
 # in pkgconfig/libopkele.pc.
 
 .if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	error: member access into incomplete type 'DH' (aka 'dh_st')
+BROKEN_FreeBSD_13=	error: member access into incomplete type 'DH' (aka 'dh_st')
+
 post-patch:
 	@ ${REINPLACE_CMD} -e "s|Requires: openssl|Requires:|" ${WRKSRC}/libopkele.pc.in
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904030841.x338f5VW089555>