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

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



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