svn commit: r486759 - head/security/p5-OpenCA-OpenSSL

Mathieu Arnold mat at FreeBSD.org
Thu Dec 6 14:07:32 UTC 2018


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 at 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 \


More information about the svn-ports-all mailing list