summaryrefslogtreecommitdiffstats
path: root/security/hpn-ssh
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-10-12 11:53:31 +0000
committerdinoex <dinoex@FreeBSD.org>2003-10-12 11:53:31 +0000
commite947caafe9b7e84ffb736266f58147960bd041d4 (patch)
treef103fb888179872aa3f735ec35e822aa961da859 /security/hpn-ssh
parentb4362a60b471a6fa5e1d0fd9a73bc6c486992969 (diff)
downloadFreeBSD-ports-e947caafe9b7e84ffb736266f58147960bd041d4.zip
FreeBSD-ports-e947caafe9b7e84ffb736266f58147960bd041d4.tar.gz
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r--security/hpn-ssh/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile
index 7e4e565..1836598 100644
--- a/security/hpn-ssh/Makefile
+++ b/security/hpn-ssh/Makefile
@@ -20,6 +20,7 @@ MLINKS= ssh.1 slogin.1
MAN5= ssh_config.5 sshd_config.5
MAN8= sftp-server.8 sshd.8 ssh-keysign.8
+CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.*
USE_OPENSSL= yes
CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto
GNU_CONFIGURE= yes
@@ -74,6 +75,7 @@ EXTRA_PATCHES+= ${FILESDIR}/batch.patch
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
PKGNAMESUFFIX= -gssapi
+CONFILCTS+= openssh-portable-*
BUILD_DEPENDS+= autoreconf:${PORTSDIR}/devel/autoconf
# USE_AUTOCONF_VER= 252 # broken
CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME}
@@ -90,9 +92,11 @@ pre-configure:
${AUTOCONF_ARGS})
.else
.if exists(/usr/include/krb5.h)
-CONFIGURE_ARGS+= --with-kerberos5
-EXTRA_PATCHES+= ${FILESDIR}/gss-serv.c.patch
+CONFIGURE_ARGS+= --with-kerberos5
+EXTRA_PATCHES+= ${FILESDIR}/gss-serv.c.patch
.endif
+.else
+CONFILCTS+= openssh-gssapi-*
.endif
post-configure:
OpenPOWER on IntegriCloud