svn commit: r497682 - branches/2019Q2/devel/libopkele
Antoine Brodin
antoine at FreeBSD.org
Wed Apr 3 08:41:06 UTC 2019
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
More information about the svn-ports-branches
mailing list