Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2018 05:55:52 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472287 - in head/security: krb5-114 krb5-115 krb5-116
Message-ID:  <201806130555.w5D5tqLL002595@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Jun 13 05:55:52 2018
New Revision: 472287
URL: https://svnweb.freebsd.org/changeset/ports/472287

Log:
  MIT krb5 fails to build with boringssl installed due to a missing
  typedef for PKCS7 in the boringssl pkcs7.h.

Modified:
  head/security/krb5-114/Makefile   (contents, props changed)
  head/security/krb5-115/Makefile   (contents, props changed)
  head/security/krb5-116/Makefile   (contents, props changed)

Modified: head/security/krb5-114/Makefile
==============================================================================
--- head/security/krb5-114/Makefile	Wed Jun 13 05:44:58 2018	(r472286)
+++ head/security/krb5-114/Makefile	Wed Jun 13 05:55:52 2018	(r472287)
@@ -27,6 +27,7 @@ BROKEN_SSL_REASON_openssl-devel=	 OpenSSL >= 1.1.0 uns
 
 CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[35]-[0-9]* \
 			krb5-1.[0-9]* krb5-devel-*
+CONFLICTS_BUILD=	boringssl-*
 
 KERBEROSV_URL=		http://web.mit.edu/kerberos/
 USE_PERL5=		build

Modified: head/security/krb5-115/Makefile
==============================================================================
--- head/security/krb5-115/Makefile	Wed Jun 13 05:44:58 2018	(r472286)
+++ head/security/krb5-115/Makefile	Wed Jun 13 05:55:52 2018	(r472287)
@@ -20,6 +20,7 @@ LICENSE=		MIT
 
 CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[34]-[0-9]* \
 			krb5-1.[0-9]* krb5-devel-*
+CONFLICTS_BUILD=	boringssl-*
 
 KERBEROSV_URL=		http://web.mit.edu/kerberos/
 USE_PERL5=		build

Modified: head/security/krb5-116/Makefile
==============================================================================
--- head/security/krb5-116/Makefile	Wed Jun 13 05:44:58 2018	(r472286)
+++ head/security/krb5-116/Makefile	Wed Jun 13 05:55:52 2018	(r472287)
@@ -20,6 +20,7 @@ LICENSE=		MIT
 
 CONFLICTS=		heimdal-[0-9]* srp-[0-9]* krb5-11[34]-[0-9]* \
 			krb5-1.[0-9]* krb5-devel-*
+CONFLICTS_BUILD=	boringssl-*
 
 KERBEROSV_URL=		http://web.mit.edu/kerberos/
 USE_PERL5=		build



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