[Lunar-commits] CVS: moonbase/mail/pine DEPENDS, NONE, 1.1 BUILD, 1.3, 1.4

Steven Michaelske hardkrash at lunar-linux.org
Thu Jan 29 16:38:13 GMT 2004


Update of /var/cvs/lunar/moonbase/mail/pine
In directory dbguin.lunar-linux.org:/tmp/cvs-serv15609

Modified Files:
	BUILD 
Added Files:
	DEPENDS 
Log Message:
More proper solution for the ldap patch. 
Allows for automated builds and sorting.


--- NEW FILE: DEPENDS ---
optional_depends "openldap" "" "" "to enable ldap support"

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/pine/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	29 Jan 2004 15:03:21 -0000	1.3
+++ BUILD	29 Jan 2004 16:38:10 -0000	1.4
@@ -10,7 +10,7 @@
     TARGET="slx"
   fi
 
-  if module_installed openldap ; then
+  if is_depends openldap ; then
     mkdir $SOURCE_DIRECTORY/ldap
     ln -s /usr/lib $SOURCE_DIRECTORY/ldap/libraries
     ln -s /usr/include $SOURCE_DIRECTORY/ldap/include



More information about the Lunar-commits mailing list