Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2020 02:06:00 +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: r526600 - head/security/krb5-118/files
Message-ID:  <202002210206.01L2606Q077094@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri Feb 21 02:05:59 2020
New Revision: 526600
URL: https://svnweb.freebsd.org/changeset/ports/526600

Log:
  Fix build with libressl.
  
  The new softpkcs11 test makes explicit OpenSSL calls which are
  unsupported in LibreSSL. Remove this one test to allow krb5-118
  to build with libressl.
  
  PR:		244249

Added:
  head/security/krb5-118/files/patch-tests_Makefile.in   (contents, props changed)

Added: head/security/krb5-118/files/patch-tests_Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/krb5-118/files/patch-tests_Makefile.in	Fri Feb 21 02:05:59 2020	(r526600)
@@ -0,0 +1,11 @@
+--- tests/Makefile.in.orig	2020-02-12 09:21:58.000000000 -0800
++++ tests/Makefile.in	2020-02-20 17:39:36.968297000 -0800
+@@ -1,7 +1,7 @@
+ mydir=tests
+ BUILDTOP=$(REL)..
+ SUBDIRS = resolve asn.1 create hammer verify gssapi dejagnu shlib \
+-	gss-threads misc threads softpkcs11
++	gss-threads misc threads
+ 
+ RUN_DB_TEST = $(RUN_SETUP) KRB5_KDC_PROFILE=kdc.conf KRB5_CONFIG=krb5.conf \
+ 	GSS_MECH_CONFIG=mech.conf LC_ALL=C $(VALGRIND)



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