pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssh This version of OpenSSH actually no l...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7674b1fc5101
branches: trunk
changeset: 474383:7674b1fc5101
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Apr 28 05:25:54 2004 +0000
description:
This version of OpenSSH actually no longer supports building with
Kerberos 4 support, so remove those Makefile checks.
diffstat:
security/openssh/Makefile | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (22 lines):
diff -r 6229ba99609d -r 7674b1fc5101 security/openssh/Makefile
--- a/security/openssh/Makefile Wed Apr 28 05:24:25 2004 +0000
+++ b/security/openssh/Makefile Wed Apr 28 05:25:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.133 2004/04/28 04:00:17 jlam Exp $
+# $NetBSD: Makefile,v 1.134 2004/04/28 05:25:54 jlam Exp $
DISTNAME= openssh-3.8p1
PKGNAME= openssh-3.8.1
@@ -92,12 +92,6 @@
. include "../../mk/krb5.buildlink3.mk"
CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE}
CPPFLAGS+= -I${KRB5BASE}/include/krb5
-. if (${KRB5_TYPE} == "heimdal") && exists(/usr/include/kerberosIV/krb.h)
-CONFIGURE_ARGS+= --with-kerberos4=/usr
-CPPFLAGS+= -I/usr/include/kerberosIV
-# kerberos 5 dependencies are detected correctly.
-LDFLAGS+= -lkrb -lcom_err -lroken -ldes -lcrypto
-. endif
.endif
.if (${OPSYS} == "NetBSD") && exists(/usr/include/utmpx.h)
Home |
Main Index |
Thread Index |
Old Index