svn commit: r472287 - in head/security: krb5-114 krb5-115 krb5-116
Cy Schubert
cy at FreeBSD.org
Wed Jun 13 05:55:53 UTC 2018
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
More information about the svn-ports-head
mailing list