Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2018 14:07:31 +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: r486759 - head/security/p5-OpenCA-OpenSSL
Message-ID:  <201812061407.wB6E7VBJ047732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Dec  6 14:07:31 2018
New Revision: 486759
URL: https://svnweb.freebsd.org/changeset/ports/486759

Log:
  Mark this as broken on 12/13 too.

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

Modified: head/security/p5-OpenCA-OpenSSL/Makefile
==============================================================================
--- head/security/p5-OpenCA-OpenSSL/Makefile	Thu Dec  6 14:01:15 2018	(r486758)
+++ head/security/p5-OpenCA-OpenSSL/Makefile	Thu Dec  6 14:07:31 2018	(r486759)
@@ -12,8 +12,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl crypto extension to OpenSSL
 
-BROKEN_SSL=    openssl111
+BROKEN_SSL=    openssl111 ${BROKEN_SSL_${OSREL:R}}
 BROKEN_SSL_REASON_openssl111=  incomplete definition of type 'struct x509_st'
+BROKEN_SSL_12=	base
+BROKEN_SSL_13=	base
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Locale-libintl>=0:devel/p5-Locale-libintl \



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