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: put DB_CONF...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4616f5cbacd9
branches:  trunk
changeset: 340232:4616f5cbacd9
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Sep 28 08:07:51 2019 +0000

description:
openldap-server: put DB_CONFIG where is should be

diffstat:

 databases/openldap-server/Makefile   |  3 ++-
 databases/openldap-server/options.mk |  3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 019ac9f1bfa0 -r 4616f5cbacd9 databases/openldap-server/Makefile
--- a/databases/openldap-server/Makefile        Sat Sep 28 06:35:28 2019 +0000
+++ b/databases/openldap-server/Makefile        Sat Sep 28 08:07:51 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2019/09/27 07:14:02 triaxx Exp $
+# $NetBSD: Makefile,v 1.54 2019/09/28 08:07:51 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-server-/}
 COMMENT=       Lightweight Directory Access Protocol server suite
@@ -71,6 +71,7 @@
 
 .if !empty(PKG_OPTIONS:Mbdb)
 CONF_FILES_PERMS+=     ${EGDIR}/DB_CONFIG ${OPENLDAP_VARDIR}/openldap-data/DB_CONFIG ${OPENLDAP_FILEPERMS}
+DB_CONFIG=             DB_CONFIG
 .endif
 
 .include "../../mk/bsd.prefs.mk"
diff -r 019ac9f1bfa0 -r 4616f5cbacd9 databases/openldap-server/options.mk
--- a/databases/openldap-server/options.mk      Sat Sep 28 06:35:28 2019 +0000
+++ b/databases/openldap-server/options.mk      Sat Sep 28 08:07:51 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.21 2019/09/27 07:14:02 triaxx Exp $
+# $NetBSD: options.mk,v 1.22 2019/09/28 08:07:51 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.openldap-server
 PKG_SUPPORTED_OPTIONS= bdb dso inet6 sasl slapi slp smbk5pwd
@@ -18,7 +18,6 @@
 ###
 .if !empty(PKG_OPTIONS:Mbdb)
 BDB_ACCEPTED=          db4 db5
-DB_CONFIG=             DB_CONFIG
 CONFIGURE_ARGS+=       --enable-bdb --enable-hdb
 PLIST.bdb=             yes
 TEST_TARGET=           test



Home | Main Index | Thread Index | Old Index