svn commit: r498461 - branches/2019Q2/dns/opendd
Antoine Brodin
antoine at FreeBSD.org
Tue Apr 9 08:05:51 UTC 2019
Author: antoine
Date: Tue Apr 9 08:05:50 2019
New Revision: 498461
URL: https://svnweb.freebsd.org/changeset/ports/498461
Log:
MFH: r498460
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Modified:
branches/2019Q2/dns/opendd/Makefile
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/dns/opendd/Makefile
==============================================================================
--- branches/2019Q2/dns/opendd/Makefile Tue Apr 9 08:05:27 2019 (r498460)
+++ branches/2019Q2/dns/opendd/Makefile Tue Apr 9 08:05:50 2019 (r498461)
@@ -25,6 +25,11 @@ RCNG_DESC= Install RC_NG script
.include <bsd.port.options.mk>
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= undefined symbol: BIO_set_conn_ip
+BROKEN_FreeBSD_13= undefined symbol: BIO_set_conn_ip
+.endif
+
.if ${PORT_OPTIONS:MRCNG}
USE_RC_SUBR= ${PORTNAME}
.endif
More information about the svn-ports-branches
mailing list