Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2017 11:08:06 +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: r438640 - head/security/p5-Crypt-OpenSSL-ECDSA
Message-ID:  <201704161108.v3GB86fD073218@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 16 11:08:06 2017
New Revision: 438640
URL: https://svnweb.freebsd.org/changeset/ports/438640

Log:
  Use BROKEN_SSL

Modified:
  head/security/p5-Crypt-OpenSSL-ECDSA/Makefile

Modified: head/security/p5-Crypt-OpenSSL-ECDSA/Makefile
==============================================================================
--- head/security/p5-Crypt-OpenSSL-ECDSA/Makefile	Sun Apr 16 11:08:01 2017	(r438639)
+++ head/security/p5-Crypt-OpenSSL-ECDSA/Makefile	Sun Apr 16 11:08:06 2017	(r438640)
@@ -16,6 +16,8 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-Crypt-OpenSSL-EC>=0.05:security/p5-Crypt-OpenSSL-EC
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+BROKEN_SSL=	openssl-devel
+
 USES=		perl5 ssl
 USE_PERL5=	5.18+ configure
 CFLAGS+=	-I${OPENSSLINC}
@@ -23,10 +25,4 @@ CFLAGS+=	-I${OPENSSLINC}
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/ECDSA/ECDSA.so
 
-.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?201704161108.v3GB86fD073218>