pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/openldap-server openldap-server: Enable the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bc2680fa6649
branches: trunk
changeset: 414860:bc2680fa6649
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Apr 03 10:56:40 2020 +0000
description:
openldap-server: Enable the dso option by default.
Without this, various openldap modules are useless out of the box. Bump
PKGREVISION.
diffstat:
databases/openldap-server/Makefile | 3 ++-
databases/openldap-server/options.mk | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 61c2bbd73317 -r bc2680fa6649 databases/openldap-server/Makefile
--- a/databases/openldap-server/Makefile Fri Apr 03 10:56:25 2020 +0000
+++ b/databases/openldap-server/Makefile Fri Apr 03 10:56:40 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2020/02/10 15:13:06 adam Exp $
+# $NetBSD: Makefile,v 1.57 2020/04/03 10:56:40 jperkin Exp $
PKGNAME= ${DISTNAME:S/-/-server-/}
+PKGREVISION= 1
COMMENT= Lightweight Directory Access Protocol server suite
CONFLICTS+= openldap<2.3.23nb1
diff -r 61c2bbd73317 -r bc2680fa6649 databases/openldap-server/options.mk
--- a/databases/openldap-server/options.mk Fri Apr 03 10:56:25 2020 +0000
+++ b/databases/openldap-server/options.mk Fri Apr 03 10:56:40 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.23 2019/11/02 15:38:03 rillig Exp $
+# $NetBSD: options.mk,v 1.24 2020/04/03 10:56:40 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openldap-server
PKG_SUPPORTED_OPTIONS= bdb dso inet6 sasl slapi slp smbk5pwd
PKG_OPTIONS_OPTIONAL_GROUPS+= odbc
PKG_OPTIONS_GROUP.odbc= iodbc unixodbc
-PKG_SUGGESTED_OPTIONS= bdb inet6
+PKG_SUGGESTED_OPTIONS= bdb dso inet6
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index