[csw-devel] SF.net SVN: gar:[5474] csw/mgar/pkg/openldap/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jul 1 16:48:11 CEST 2009
Revision: 5474
http://gar.svn.sourceforge.net/gar/?rev=5474&view=rev
Author: dmichelsen
Date: 2009-07-01 14:48:11 +0000 (Wed, 01 Jul 2009)
Log Message:
-----------
openldap: Tweak configured modules
Modified Paths:
--------------
csw/mgar/pkg/openldap/trunk/Makefile
Removed Paths:
-------------
csw/mgar/pkg/openldap/trunk/files/CSWoldapdevel.gspec
csw/mgar/pkg/openldap/trunk/files/CSWoldaprt.gspec
Modified: csw/mgar/pkg/openldap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openldap/trunk/Makefile 2009-07-01 11:45:20 UTC (rev 5473)
+++ csw/mgar/pkg/openldap/trunk/Makefile 2009-07-01 14:48:11 UTC (rev 5474)
@@ -31,11 +31,12 @@
SPKG_DESC_CSWoldapdevel = OpenLDAP development support
SPKG_DESC_CSWoldaprt = OpenLDAP runtime libraries
-REQUIRED_PKGS_CSWoldap = CSWbdb4 CSWiconv CSWlibnet CSWlibtoolrt CSWoldaprt
+REQUIRED_PKGS_CSWoldap = CSWbdb CSWiconv CSWlibnet CSWlibtoolrt CSWoldaprt
REQUIRED_PKGS_CSWoldap += CSWosslrt CSWsasl CSWtcpwrap CSWunixodbc CSWcswclassutils
-REQUIRED_PKGS_CSWoldapclient = CSWlibnet CSWoldaprt CSWosslrt CSWsasl
+REQUIRED_PKGS_CSWoldap += CSWkrb5lib CSWlibicu CSWperl
+REQUIRED_PKGS_CSWoldapclient = CSWlibnet CSWoldaprt CSWosslrt CSWsasl CSWkrb5lib
REQUIRED_PKGS_CSWoldapdevel = CSWoldaprt
-REQUIRED_PKGS_CSWoldaprt = CSWlibnet CSWosslrt CSWsasl
+REQUIRED_PKGS_CSWoldaprt = CSWlibnet CSWosslrt CSWsasl CSWkrb5lib
SPKG_SOURCEURL = http://www.openldap.org
@@ -50,13 +51,29 @@
#EXTRA_LIB = $(prefix)/bdb44/lib
#EXTRA_INC = $(prefix)/bdb44/include
+#BUILD64 = 1
CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-crypt
+CONFIGURE_ARGS += --enable-lmpasswd
+CONFIGURE_ARGS += --enable-spasswd
+CONFIGURE_ARGS += --enable-modules
+CONFIGURE_ARGS += --enable-rlookups
+CONFIGURE_ARGS += --enable-slp
+# Disable TCPwrappers in 64 bit until the libraries are available
+# <http://opencsw.org/mantis/view.php?id=3748>
+CONFIGURE_ARGS_32 = --enable-wrappers
+# Disable Cyrus SASL in 64 bit until the libraries are available
+# <http://opencsw.org/mantis/view.php?id=3749>
+CONFIGURE_ARGS_64 += --without-cyrus-sasl
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(MEMORYMODEL))
+CONFIGURE_ARGS += --enable-backends=mod
+CONFIGURE_ARGS += --enable-overlays=mod
+# Disable MySQL Cluster
+CONFIGURE_ARGS += --disable-ndb
+
TEST_SCRIPTS =
-BUILD64 = 1
-CONFIGURE_ARGS = $(DIRPATHS)
-
PKGFILES_CSWoldapclient = $(bindir)/.*
PKGFILES_CSWoldapclient += $(mandir)/man1/.*
@@ -67,7 +84,8 @@
PKGFILES_CSWoldaprt += $(sysconfdir)/ldap.conf
PKGFILES_CSWoldaprt += $(mandir)/man5/ldap.conf.5
-PROTOTYPE_FILTER = awk '$$$$3 ~/\/init.d\/cswopenldap$$$$/ { $$$$2 = "cswinitsmf" } { print }'
+INITSMF = /etc/opt/csw/init.d/cswopenldap
+#PROTOTYPE_FILTER = awk '$$$$3 ~/\/init.d\/cswopenldap$$$$/ { $$$$2 = "cswinitsmf" } { print }'
include gar/category.mk
Deleted: csw/mgar/pkg/openldap/trunk/files/CSWoldapdevel.gspec
===================================================================
--- csw/mgar/pkg/openldap/trunk/files/CSWoldapdevel.gspec 2009-07-01 11:45:20 UTC (rev 5473)
+++ csw/mgar/pkg/openldap/trunk/files/CSWoldapdevel.gspec 2009-07-01 14:48:11 UTC (rev 5474)
@@ -1,5 +0,0 @@
-%var bitname openldap_devel
-%var pkgname CSWoldapdevel
-%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%var desc OpenLDAP development support (oldapdevel)
-%copyright url file://%{WORKSRC}/COPYRIGHT
Deleted: csw/mgar/pkg/openldap/trunk/files/CSWoldaprt.gspec
===================================================================
--- csw/mgar/pkg/openldap/trunk/files/CSWoldaprt.gspec 2009-07-01 11:45:20 UTC (rev 5473)
+++ csw/mgar/pkg/openldap/trunk/files/CSWoldaprt.gspec 2009-07-01 14:48:11 UTC (rev 5474)
@@ -1,5 +0,0 @@
-%var bitname openldap_rt
-%var pkgname CSWoldaprt
-%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%var desc OpenLDAP runtime libraries (oldaprt)
-%copyright url file://%{WORKSRC}/COPYRIGHT
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