summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-02-06 01:22:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-02-06 01:22:25 +0000
commit65e7b333309a029029032467834eff673cd08ced (patch)
treef0a354560116f3639fefe0ece094c16fbbd70fa1 /security/ssh
parentUpdate to version 1.0.7a. (diff)
Note the reason why this port is still at 1.2.27 (1.2.30 is under
the more restrictive SSH2 license), deprecate this port in favour of OpenSSH as a parting shot (still allow people to build by setting an environment variable) and remove myself as maintainer since I don't have any interest in maintaining it. About the only thing this port does which OpenSSH can't do well is Kerberized logins..once that is working properly in OpenSSH I'm planning to nuke the port.
Notes
Notes: svn path=/head/; revision=38020
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 6c5d2d31808a..52f90d44a3a8 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -9,7 +9,7 @@
#
PORTNAME= ssh
-PORTVERSION= 1.2.27
+PORTVERSION= 1.2.27 # Note, 1.2.30 is under a more restrictive license
PORTREVISION= 1
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.cs.engr.uky.edu/cs/software/ \
@@ -21,7 +21,7 @@ MASTER_SITES= ftp://ftp.cs.engr.uky.edu/cs/software/ \
ftp://ftp.comp.hkbu.edu.hk/.6/unix/ \
ftp://ftp.dei.uc.pt/.disk2/Crypto/SSH/old/
-MAINTAINER= kris@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
#RESTRICTED= "Crypto: export-controlled"
@@ -66,6 +66,12 @@ CONFIGURE_ARGS+= --with-secureid
CONFIGURE_ARGS+= --without-idea
.endif
+.include <bsd.port.pre.mk>
+
+.if (${OSVERSION} >= 400016 && !defined(REALLY_WANT_SSH))
+BROKEN= "OpenSSH is a superior version of SSH which has been included in the FreeBSD base system since 4.0-RELEASE. This port is now deprecated and will be removed at some point in the future. To override this warning set the REALLY_WANT_SSH environment variable and rebuild."
+.endif
+
MAN1= scp1.1 ssh-add1.1 ssh-agent1.1 ssh-keygen1.1 ssh1.1 \
make-ssh-known-hosts1.1
MAN8= sshd1.8
@@ -97,8 +103,6 @@ post-install:
fi; \
fi
-.include <bsd.port.pre.mk>
-
# Include tcp-wrapper support (call remote identd)
.if exists(/usr/include/tcpd.h)
CONFIGURE_ARGS+= --with-libwrap