CVS: moonbase/mail/courier-imap BUILD,1.2,1.3 DEPENDS,1.2,1.3

Auke Kok sofar at lunar-linux.org
Tue Nov 11 22:31:12 GMT 2003


Update of /var/cvs/lunar/moonbase/mail/courier-imap
In directory dbguin.lunar-linux.org:/tmp/cvs-serv3291

Modified Files:
	BUILD DEPENDS 
Log Message:
Here is an updated module that includes the optional dependencies for authpgsql and authldap. I have also added an optional dependency for expect to allow users of webmail to change their passwords.
-- Richard B. Pynerpyne at kinfolk.org


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/courier-imap/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	19 Feb 2003 00:33:49 -0000	1.2
+++ BUILD	11 Nov 2003 22:31:10 -0000	1.3
@@ -4,8 +4,6 @@
                --sysconfdir=/etc/courier \
                --localstatedir=/var      \
                --disable-root-check      \
-               --without-authpgsql       \
-               --without-authldap        \
                --mandir=/usr/share/man   \
                $OPTS                    &&
   make                                  &&

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/courier-imap/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	19 Feb 2003 00:33:49 -0000	1.2
+++ DEPENDS	11 Nov 2003 22:31:10 -0000	1.3
@@ -1,4 +1,20 @@
-depends  gdbm  
-optional_depends  "mysql"      "--with-authmysql"  "--without-authmysql"  "for mysql authentication support" 
-#optional_depends  "openldap"   ""  ""  "for ldap authentication support"  &&
-#optional_depends  "postgresql" ""  ""  "for postgresql authentication support"
+depends gdbm  &&
+
+optional_depends  "mysql"                                   \
+                  "--with-authmysql"                        \
+		  "--without-authmysql"                     \
+		  "for mysql authentication support"        &&
+
+optional_depends  "openldap"                                \
+                  "--with-authldap"                         \
+		  "--without-authldap"                      \
+		  "for ldap authentication support"         &&
+
+optional_depends  "postgresql"                              \
+                  "--with-auth-pgsql"                       \
+		  "--without-authpgsql"                     \
+		  "for postgresql authentication support"   &&
+		  
+optional_depends  "expect"                                  \
+                  ""  ""                                    \
+		  "for webmail support to change passwords"




More information about the Lunar-commits mailing list