diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-17 21:56:29 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-17 21:56:29 +0800 |
commit | 6d46e562706bd6fd36b8a2be2429c9e2396ef086 (patch) | |
tree | d39e8586bb25b821b59f95b81d8f346e74c65a78 /security/openssh-portable/Makefile | |
parent | a83b20d52175af123f614d5465c727c6aa483d52 (diff) | |
download | freebsd-ports-gnome-6d46e562706bd6fd36b8a2be2429c9e2396ef086.tar.gz freebsd-ports-gnome-6d46e562706bd6fd36b8a2be2429c9e2396ef086.tar.zst freebsd-ports-gnome-6d46e562706bd6fd36b8a2be2429c9e2396ef086.zip |
- Remove CHROOT option and patch. ChrootDirectory was added in 5.0
to achieve the same thing.
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
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 |