Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2018 12:01:03 +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: r462143 - head/security/pkcs11-helper
Message-ID:  <201802171201.w1HC13CX082962@repo.freebsd.org>

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

Log:
  Use BROKEN_SSL
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/pkcs11-helper/Makefile

Modified: head/security/pkcs11-helper/Makefile
==============================================================================
--- head/security/pkcs11-helper/Makefile	Sat Feb 17 12:00:58 2018	(r462142)
+++ head/security/pkcs11-helper/Makefile	Sat Feb 17 12:01:02 2018	(r462143)
@@ -16,6 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/COPYING.BSD
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING.GPL
 
+BROKEN_SSL=	openssl-devel
+
 GNU_CONFIGURE=	yes
 USES=		libtool:keepla pathfix pkgconfig tar:bzip2 ssl
 USE_LDCONFIG=	yes
@@ -36,10 +38,4 @@ post-patch:
 	@${REINPLACE_CMD} 's|install-data-am: install-apidocDATA|install-data-am:|' \
 		${WRKSRC}/doc/api/Makefile.in
 
-.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?201802171201.w1HC13CX082962>