diff options
author | ale <ale@FreeBSD.org> | 2010-12-27 17:58:51 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-12-27 17:58:51 +0800 |
commit | c5d0b298b63a9c1636037ae39a918a669c1fc98f (patch) | |
tree | c8715b63f3eeb3c3f22ad8e1e0b92b18be33ae81 /security/openssh-portable/Makefile | |
parent | acae070acaaa2ce4bbdd6b5f11aa353b687e3c43 (diff) | |
download | freebsd-ports-gnome-c5d0b298b63a9c1636037ae39a918a669c1fc98f.tar.gz freebsd-ports-gnome-c5d0b298b63a9c1636037ae39a918a669c1fc98f.tar.zst freebsd-ports-gnome-c5d0b298b63a9c1636037ae39a918a669c1fc98f.zip |
Remove OpenSC support. This port should be updated to support PKCS#11.
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index f8555c4e5f1f..adf81ad1a74e 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -61,8 +61,6 @@ OPTIONS= PAM "Enable pam(3) support" on \ GSSAPI "Enable GSSAPI support (req: KERBEROS)" off \ KERB_GSSAPI "Enable Kerberos/GSSAPI patch (req: GSSAPI)" off \ OPENSSH_CHROOT "Enable CHROOT support" off \ - OPENSC "Enable OpenSC smartcard support" off \ - OPENSCPINPATCH "Enable OpenSC PIN patch" off \ HPN "Enable HPN-SSH patch" off \ LPK "Enable LDAP Public Key (LPK) patch" off \ X509 "Enable x509 certificate patch" off \ @@ -145,16 +143,6 @@ CONFIGURE_ARGS+= --with-ssl-dir=${OPENSSLBASE} CFLAGS+= -DCHROOT .endif -.if defined(WITH_OPENSC) -LIB_DEPENDS+= opensc.2:${PORTSDIR}/security/opensc -CONFIGURE_ARGS+= --with-opensc=${LOCALBASE} -.endif - -# See http://bugzilla.mindrot.org/show_bug.cgi?id=608 -.if defined(WITH_OPENSCPINPATCH) -EXTRA_PATCHES+= ${FILESDIR}/scardpin.patch -.endif - .if defined(WITH_HPN) EXTRA_PATCHES+= ${FILESDIR}/openssh-5.2p1-hpn13v6.diff .endif |