Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2018 11:59:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462130 - head/dns/validns
Message-ID:  <201802171159.w1HBxxWH080829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 17 11:59:59 2018
New Revision: 462130
URL: https://svnweb.freebsd.org/changeset/ports/462130

Log:
  Use BROKEN_SSL
  
  Approved by:	portmgr (blanket)

Modified:
  head/dns/validns/Makefile

Modified: head/dns/validns/Makefile
==============================================================================
--- head/dns/validns/Makefile	Sat Feb 17 11:59:54 2018	(r462129)
+++ head/dns/validns/Makefile	Sat Feb 17 11:59:59 2018	(r462130)
@@ -12,6 +12,8 @@ COMMENT=	High performance DNS/DNSSEC zone validator
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_SSL=	openssl-devel
+
 LIB_DEPENDS=	libJudy.so:devel/judy
 
 USES=		ssl
@@ -28,12 +30,6 @@ MAKE_ARGS+=	INCPATH=-I${LOCALBASE}/include
 MAKE_ARGS+=	EXTRALPATH=-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	DOCS
-
-.include <bsd.port.options.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin



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