- Update patches for Option KRB5_HOME
openssh-3.1p1-gssapi-20020321.diff openssh-mit-krb5-20020319.diff
This commit is contained in:
parent
0260955e96
commit
aeadfb0c48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56454
4 changed files with 10 additions and 8 deletions
|
@ -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 !!!
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
MD5 (openssh-3.1p1.tar.gz) = c6a52d4126ed27eb57c31729ec6b2362
|
||||
MD5 (openssh-3.1p1-gssapi-20020321.diff) = d571cea9810630650139013a1af4b1d9
|
||||
MD5 (openssh-mit-krb5-20020319.diff) = 151af40132624a615c96027491f09f25
|
||||
|
|
|
@ -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 !!!
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
MD5 (openssh-3.1p1.tar.gz) = c6a52d4126ed27eb57c31729ec6b2362
|
||||
MD5 (openssh-3.1p1-gssapi-20020321.diff) = d571cea9810630650139013a1af4b1d9
|
||||
MD5 (openssh-mit-krb5-20020319.diff) = 151af40132624a615c96027491f09f25
|
||||
|
|
Loading…
Reference in a new issue