svn commit: r497681 - head/devel/libopkele

Antoine Brodin antoine at FreeBSD.org
Wed Apr 3 08:40:42 UTC 2019


Author: antoine
Date: Wed Apr  3 08:40:40 2019
New Revision: 497681
URL: https://svnweb.freebsd.org/changeset/ports/497681

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

Modified:
  head/devel/libopkele/Makefile

Modified: head/devel/libopkele/Makefile
==============================================================================
--- head/devel/libopkele/Makefile	Wed Apr  3 08:37:47 2019	(r497680)
+++ head/devel/libopkele/Makefile	Wed Apr  3 08:40:40 2019	(r497681)
@@ -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


More information about the svn-ports-all mailing list