aboutsummaryrefslogtreecommitdiff
path: root/security/openscep
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-08 10:50:40 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-08 10:53:56 +0000
commit6e1233be229212a0496f42d611bd40f3e3a628da (patch)
tree7be6239b98a0dff1d377ec09f371b55fb10dd508 /security/openscep
parent77a73a3ae570d10c718a0adcdb1b373c2d6dd8fc (diff)
downloadports-6e1233be229212a0496f42d611bd40f3e3a628da.tar.gz
ports-6e1233be229212a0496f42d611bd40f3e3a628da.zip
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features: - Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as RUN_DEPENDS - Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER - Adds OPENLDAP versions in bsd.default-versions.mk - Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk - Changes consumers to use the features Reviewed by: delphij Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D38233
Diffstat (limited to 'security/openscep')
-rw-r--r--security/openscep/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/openscep/Makefile b/security/openscep/Makefile
index 67fd39562883..dd25c44dc64b 100644
--- a/security/openscep/Makefile
+++ b/security/openscep/Makefile
@@ -14,13 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Do not support recent RFC 8894
EXPIRATION_DATE= 2023-03-31
-USES= apache gmake libtool ssl
+USES= apache gmake ldap libtool ssl
BROKEN_SSL= base
BROKEN_SSL_REASON= unexpected type name 'issuer_and_subject_t': expected expression
IGNORE_SSL= libressl libressl-devel
IGNORE_SSL_REASON= unknown ASN1 functions
USE_LDCONFIG= yes
-USE_OPENLDAP= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-install-dir="${PREFIX}/www/openscep" \