Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2018 11:59:54 +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: r462129 - head/dns/credns
Message-ID:  <201802171159.w1HBxsGH080737@repo.freebsd.org>

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

Log:
  Use BROKEN_SSL
  
  Approved by:	portmgr (blanket)

Modified:
  head/dns/credns/Makefile

Modified: head/dns/credns/Makefile
==============================================================================
--- head/dns/credns/Makefile	Sat Feb 17 11:59:48 2018	(r462128)
+++ head/dns/credns/Makefile	Sat Feb 17 11:59:54 2018	(r462129)
@@ -13,6 +13,8 @@ COMMENT=	Verifier performing validation in the DNS not
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_SSL=	openssl-devel
+
 USE_RC_SUBR=	credns
 
 USERS?=		bind
@@ -59,10 +61,4 @@ post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
 
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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