aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable
diff options
context:
space:
mode:
authorscheidell <scheidell@FreeBSD.org>2011-12-23 20:24:23 +0800
committerscheidell <scheidell@FreeBSD.org>2011-12-23 20:24:23 +0800
commitb7bd44b1683e30af2c5f7d29f14791868421c01c (patch)
treea7ba7fc650a2f47328924955280bb6249bf9f68b /security/openssh-portable
parent040eefe2882467f5fb439c7da25c754279d2f7f7 (diff)
downloadfreebsd-ports-gnome-b7bd44b1683e30af2c5f7d29f14791868421c01c.tar.gz
freebsd-ports-gnome-b7bd44b1683e30af2c5f7d29f14791868421c01c.tar.zst
freebsd-ports-gnome-b7bd44b1683e30af2c5f7d29f14791868421c01c.zip
- openssh-portable needs perl to build (reported by Gleb Smirnoff via mail)
- add ssh_engine.5 man page when openssh-portable WITH_X509 is turned on (reported by John Hein via mail) PR: ports/163414 Submitted by: Grzegorz Blach <magik@roorback.net> Approved by: gabor (mentor)
Diffstat (limited to 'security/openssh-portable')
-rw-r--r--security/openssh-portable/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 7ead437da655..9525624b8655 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openssh
DISTVERSION= 5.8p2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security ipv6
MASTER_SITES= ${MASTER_SITE_OPENBSD}
@@ -25,6 +26,7 @@ MAN8= sftp-server.8 sshd.8 ssh-keysign.8 ssh-pkcs11-helper.8
CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.*
+USE_PERL5= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \
@@ -140,6 +142,7 @@ PATCH_SITES+= http://www.roumenpetrov.info/openssh/x509-7.0/
PATCHFILES+= ${PORTNAME}-5.8p1+x509-7.0.diff.gz
PATCH_DIST_STRIP= -p1
PLIST_SUB+= X509=""
+MAN5+= ssh_engine.5
.else
PLIST_SUB+= X509="@comment "
.endif