svn commit: r498460 - head/dns/opendd
Antoine Brodin
antoine at FreeBSD.org
Tue Apr 9 08:05:28 UTC 2019
Author: antoine
Date: Tue Apr 9 08:05:27 2019
New Revision: 498460
URL: https://svnweb.freebsd.org/changeset/ports/498460
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/dns/opendd/Makefile
Modified: head/dns/opendd/Makefile
==============================================================================
--- head/dns/opendd/Makefile Tue Apr 9 07:46:19 2019 (r498459)
+++ head/dns/opendd/Makefile Tue Apr 9 08:05:27 2019 (r498460)
@@ -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-all
mailing list