SF.net SVN: gar:[24676] csw/mgar/pkg/openldap/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Feb 23 17:19:00 CET 2015
Revision: 24676
http://sourceforge.net/p/gar/code/24676
Author: dmichelsen
Date: 2015-02-23 16:18:59 +0000 (Mon, 23 Feb 2015)
Log Message:
-----------
openldap/trunk: Update to 2.4.40, enable mdb
Modified Paths:
--------------
csw/mgar/pkg/openldap/trunk/Makefile
csw/mgar/pkg/openldap/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/openldap/trunk/files/0001-Do-not-hardcode-name-of-make.patch
Modified: csw/mgar/pkg/openldap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openldap/trunk/Makefile 2015-02-23 11:10:34 UTC (rev 24675)
+++ csw/mgar/pkg/openldap/trunk/Makefile 2015-02-23 16:18:59 UTC (rev 24676)
@@ -1,7 +1,7 @@
# $Id$
NAME = openldap
-VERSION = 2.4.38
+VERSION = 2.4.40
GARTYPE = v2
DESCRIPTION = Open source implementation of the Lightweight Directory Access Protocol
@@ -33,8 +33,6 @@
DISTFILES += patch-oldap-2.4.16-ntlm.diff
-#PATCHFILES += 0001-Do-not-hardcode-name-of-make.patch
-
PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
# Maybe in
@@ -203,7 +201,12 @@
CONFIGURE_ARGS += --enable-overlays=mod
CONFIGURE_ARGS += --enable-spasswd
CONFIGURE_ARGS += --with-cyrus-sasl
+CONFIGURE_ARGS += --enable-mdb=mod
+# Legacy backends
+CONFIGURE_ARGS += --enable-bdb=mod
+CONFIGURE_ARGS += --enable-hdb=mod
+
# Is the absence of this arg causing https://www.opencsw.org/mantis/view.php?id=4468 ?
CONFIGURE_ARGS += --enable-dynamic
Modified: csw/mgar/pkg/openldap/trunk/checksums
===================================================================
--- csw/mgar/pkg/openldap/trunk/checksums 2015-02-23 11:10:34 UTC (rev 24675)
+++ csw/mgar/pkg/openldap/trunk/checksums 2015-02-23 16:18:59 UTC (rev 24676)
@@ -1 +1 @@
-39831848c731bcaef235a04e0d14412f openldap-2.4.38.tgz
+423c1f23d2a0cb96b3e9baf7e9d7dda7 openldap-2.4.40.tgz
Deleted: csw/mgar/pkg/openldap/trunk/files/0001-Do-not-hardcode-name-of-make.patch
===================================================================
--- csw/mgar/pkg/openldap/trunk/files/0001-Do-not-hardcode-name-of-make.patch 2015-02-23 11:10:34 UTC (rev 24675)
+++ csw/mgar/pkg/openldap/trunk/files/0001-Do-not-hardcode-name-of-make.patch 2015-02-23 16:18:59 UTC (rev 24676)
@@ -1,22 +0,0 @@
-From c93d8f4a68b9f9e38651b2c5e82532bbbf1f00ed Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Tue, 26 Nov 2013 15:34:55 +0100
-Subject: [PATCH] Do not hardcode name of make
-
----
- Makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index b566233..0e9da64 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -35,4 +35,4 @@ distclean: veryclean FORCE
-
- check: test
- test: FORCE
-- cd tests; make test
-+ cd tests; $(MAKE) test
---
-1.8.3.4
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list