aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-03-23 12:08:33 +0800
committerdinoex <dinoex@FreeBSD.org>2002-03-23 12:08:33 +0800
commit4e661d5870609031b180bf7c9c22627ae0877958 (patch)
tree5c837609738fcb46108bbedb7aef7bf22affb57b /security/openssh-portable/Makefile
parent63906b6a1fa02be9c0ca15faf54ca49cecb4e356 (diff)
downloadfreebsd-ports-gnome-4e661d5870609031b180bf7c9c22627ae0877958.tar.gz
freebsd-ports-gnome-4e661d5870609031b180bf7c9c22627ae0877958.tar.zst
freebsd-ports-gnome-4e661d5870609031b180bf7c9c22627ae0877958.zip
- Update patches for Option KRB5_HOME
openssh-3.1p1-gssapi-20020321.diff openssh-mit-krb5-20020319.diff
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r--security/openssh-portable/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 26a10c695fa6..bfb560ad56fe 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -50,12 +50,11 @@ EXTRA_PATCHES+= ${FILESDIR}/batch.patch
.endif
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
-BROKEN= Need updated patches from Simon Wilkinson
MASTER_SITES+= ${PATCH_SITES}
-DISTFILES= ${EXTRACT_ONLY} ${PORTNAME}-${PORTVERSION}-gssapi.patch
+DISTFILES= ${EXTRACT_ONLY} ${PORTNAME}-${PORTVERSION}-gssapi-20020321.diff
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
PATCH_SITES= http://www.sxw.org.uk/computing/patches/
-PATCHFILES= ${PORTNAME}-${PORTVERSION}-krb5.patch
+PATCHFILES= ${PORTNAME}-mit-krb5-20020319.diff
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
# USE_AUTOCONF_VER= 252 # broken
CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME}
@@ -65,7 +64,7 @@ AUTOHEADER= autoheader
post-patch:
@${ECHO_MSG} Applying extra patch for GSS-API key-exchange...
@${PATCH} ${PATCH_DIST_ARGS:S/-p0/-p1/} \
- < ${DISTDIR}/${PORTNAME}-${PORTVERSION}-gssapi.patch
+ < ${DISTDIR}/${PORTNAME}-${PORTVERSION}-gssapi-20020321.diff
pre-configure:
@${ECHO_MSG} !!!! Warning this option uses autoconf/autoheader !!!