svn commit: r526600 - head/security/krb5-118/files

Cy Schubert cy at FreeBSD.org
Fri Feb 21 02:06:00 UTC 2020


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)


More information about the svn-ports-all mailing list