Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2018 12:30:02 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488770 - head/security/racoon2-legacy
Message-ID:  <201812311230.wBVCU2R4009166@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Dec 31 12:30:02 2018
New Revision: 488770
URL: https://svnweb.freebsd.org/changeset/ports/488770

Log:
  security/racoon2-legacy: remove optional dependency on expired security/krb5-114

Modified:
  head/security/racoon2-legacy/Makefile

Modified: head/security/racoon2-legacy/Makefile
==============================================================================
--- head/security/racoon2-legacy/Makefile	Mon Dec 31 12:25:42 2018	(r488769)
+++ head/security/racoon2-legacy/Makefile	Mon Dec 31 12:30:02 2018	(r488770)
@@ -25,10 +25,9 @@ CONFIGURE_ENV=	YACC=/usr/bin/yacc perl_bindir=${LOCALB
 
 OPTIONS_DEFINE=	DOCS
 OPTIONS_RADIO=	KERBEROS
-OPTIONS_RADIO_KERBEROS=	KRB5 KRB5_114 \
+OPTIONS_RADIO_KERBEROS=	KRB5 \
 		HEIMDAL_PORTS HEIMDAL_BASE
 KRB5_DESC=	Build with Kerberos (security/krb5)
-KRB5_114_DESC=	Build with Kerberos (security/krb5-114)
 HEIM_AL_PORTS_DESC=	Build with Heimdal in ports (security/heimdal)
 HEIMDAL_BASE_DESC=	Build with Heimdal in base
 
@@ -39,14 +38,6 @@ KRB5_PLIST_SUB=		KINK=""
 KRB5_LIB_DEPENDS=	libkrb5support.so:security/krb5
 KRB5_RUN_DEPENDS=	kinit:security/krb5
 KRB5_VARS=		KINK=yes
-
-KRB5_114_USES=		gssapi:mit
-KRB5_114_CONFIGURE_ON=	--enable-kinkd
-KRB5_114_MAKE_ENV=	WITH_KINK=yes
-KRB5_114_PLIST_SUB=	KINK=""
-KRB5_114_LIB_DEPENDS=	libkrb5support.so:security/krb5-114
-KRB5_114_RUN_DEPENDS=	kinit:security/krb5-114
-KRB5_114_VARS=		KINK=yes
 
 HEIMDAL_PORT_USES=	gssapi:heimdal
 HEIMDAL_PORTS_CONFIGURE_ON=	--enable-kinkd



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