Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2018 22:34:49 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485627 - head/security/p5-Crypt-OpenSSL-CA
Message-ID:  <201811222234.wAMMYnqG070350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Nov 22 22:34:49 2018
New Revision: 485627
URL: https://svnweb.freebsd.org/changeset/ports/485627

Log:
  Mark this as broken on 12+ with base ssl.

Modified:
  head/security/p5-Crypt-OpenSSL-CA/Makefile   (contents, props changed)

Modified: head/security/p5-Crypt-OpenSSL-CA/Makefile
==============================================================================
--- head/security/p5-Crypt-OpenSSL-CA/Makefile	Thu Nov 22 20:51:07 2018	(r485626)
+++ head/security/p5-Crypt-OpenSSL-CA/Makefile	Thu Nov 22 22:34:49 2018	(r485627)
@@ -33,6 +33,12 @@ USES=		perl5 ssl
 USE_PERL5=	modbuild
 CONFIGURE_ARGS=	--openssl-cflags=-L${OPENSSLINC} --openssl-ldflags="-I${OPENSSLLIB} ${OPENSSL_LDFLAGS}"
 
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
+BROKEN=        Does not support OpenSSL 1.1
+.endif
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/CA/*/*.so
 



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