diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-24 01:15:33 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-24 01:15:33 +0800 |
commit | 92d0844df156bdd73f758935b6031d0e73e1199a (patch) | |
tree | 7261b21c104112f6029c90e7d8122d0f59918e51 /security/openssh-portable | |
parent | fb4c4d7b637630cbf1489b2065424d44c3de8164 (diff) | |
download | freebsd-ports-gnome-92d0844df156bdd73f758935b6031d0e73e1199a.tar.gz freebsd-ports-gnome-92d0844df156bdd73f758935b6031d0e73e1199a.tar.zst freebsd-ports-gnome-92d0844df156bdd73f758935b6031d0e73e1199a.zip |
- Fix the previous commit
The patch file names for LPK were not updated completely in the Makefile
PR: ports/135968
Submitted by: Konstantin Kukushkin <dark@rambler-co.ru>
Approved by: maintainer (implicit, shouyld have been in previous patch)
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index fee42364e87f..d06f3856bed7 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -70,7 +70,7 @@ OPTIONS= PAM "Enable pam(3) support" on \ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 800037 -BROKEN= does not compile +#BROKEN= does not compile .endif .if defined(WITH_X509) && ( defined(WITH_HPN) || defined(WITH_LPK)) @@ -147,7 +147,7 @@ EXTRA_PATCHES+= ${FILESDIR}/openssh-5.2p1-hpn.patch # See http://dev.inversepath.com/trac/openssh-lpk .if defined(WITH_LPK) -EXTRA_PATCHES+= ${FILESDIR}/openssh-lpk-5.0p1-0.3.9.patch +EXTRA_PATCHES+= ${FILESDIR}/contrib-openssh-lpk-5.1p1-0.3.10.patch USE_OPENLDAP= yes CPPFLAGS+= "-I${LOCALBASE}/include -DWITH_LDAP_PUBKEY" CONFIGURE_ARGS+= --with-libs='-lldap' --with-ldflags='-L${LOCALBASE}/lib' \ @@ -161,11 +161,11 @@ EXTRA_PATCHES+= ${FILESDIR}/openssh-lpk+hpn-servconf.patch .elif defined(WITH_HPN) && !defined(WITH_LPK) EXTRA_PATCHES+= ${FILESDIR}/openssh-5.2p1-hpn-servconf.patch .elif defined(WITH_LPK) && !defined(WITH_HPN) -EXTRA_PATCHES+= ${FILESDIR}/openssh-lpk-5.0p1-0.3.9-servconv.patch +EXTRA_PATCHES+= ${FILESDIR}/contrib-openssh-lpk-5.1p1-0.3.10-servconf.c.patch .endif .if defined(WITH_LPK) && ${ARCH} == "amd64" -EXTRA_PATCHES+= ${FILESDIR}/openssh-lpk-5.0p1-64bit.patch +EXTRA_PATCHES+= ${FILESDIR}/contrib-openssh-5.1_p1-lpk-64bit.patch .endif # See http://www.roumenpetrov.info/openssh/ |