From 6d46e562706bd6fd36b8a2be2429c9e2396ef086 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 17 May 2013 13:56:29 +0000 Subject: - Remove CHROOT option and patch. ChrootDirectory was added in 5.0 to achieve the same thing. --- security/openssh-portable/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'security/openssh-portable/Makefile') diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 551e943734ab..dcef21ca3821 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -40,7 +40,7 @@ SUDO?= # empty MAKE_ENV+= SUDO="${SUDO}" OPTIONS_DEFINE= PAM TCP_WRAPPERS LIBEDIT BSM \ - KERB_GSSAPI OPENSSH_CHROOT HPN LPK X509 \ + KERB_GSSAPI HPN LPK X509 \ OVERWRITE_BASE SCTP OPTIONS_DEFAULT= LIBEDIT PAM TCP_WRAPPERS OPTIONS_RADIO= KERBEROS @@ -48,7 +48,6 @@ OPTIONS_RADIO_KERBEROS= MIT HEIMDAL HEIMDAL_BASE TCP_WRAPPERS_DESC= Enable tcp_wrappers support BSM_DESC= Enable OpenBSM Auditing KERB_GSSAPI_DESC= Enable Kerberos/GSSAPI patch (req: GSSAPI) -OPENSSH_CHROOT_DESC= Enable CHROOT support HPN_DESC= Enable HPN-SSH patch LPK_DESC= Enable LDAP Public Key (LPK) patch X509_DESC= Enable x509 certificate patch @@ -134,10 +133,6 @@ LDFLAGS= # empty CONFIGURE_ARGS+= --with-ssl-dir=${OPENSSLBASE} .endif -.if ${PORT_OPTIONS:MOPENSSH_CHROOT} -CFLAGS+= -DCHROOT -.endif - # http://www.psc.edu/index.php/hpn-ssh .if ${PORT_OPTIONS:MHPN} PATCHFILES+= ${PORTNAME}-5.8p1-hpn13v11.diff.gz -- cgit