Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2019 08:05:27 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498460 - head/dns/opendd
Message-ID:  <201904090805.x3985Rql085336@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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