diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-02-08 10:50:40 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-02-08 10:53:56 +0000 |
commit | 6e1233be229212a0496f42d611bd40f3e3a628da (patch) | |
tree | 7be6239b98a0dff1d377ec09f371b55fb10dd508 /security/dirmngr | |
parent | 77a73a3ae570d10c718a0adcdb1b373c2d6dd8fc (diff) | |
download | ports-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/dirmngr')
-rw-r--r-- | security/dirmngr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 06d813b0d050..de96158a7ba7 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ libksba.so:security/libksba \ libpth.so:devel/pth -USES= gmake iconv tar:bzip2 -USE_OPENLDAP= yes +USES= gmake iconv ldap tar:bzip2 GNU_CONFIGURE= yes INFO= dirmngr |