CVS: moonbase/devel/db4 CONFIGURE, NONE, 1.1 BUILD, 1.3, 1.4 DEPENDS, 1.1.1.1, 1.2

jasper at lunar-linux.org jasper at lunar-linux.org
Tue Sep 16 13:12:10 GMT 2003


Update of /var/cvs/lunar/moonbase/devel/db4
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13986/devel/db4

Modified Files:
	BUILD DEPENDS 
Added Files:
	CONFIGURE 
Log Message:
j2sdk cannot be installed as dependency

--- NEW FILE: CONFIGURE ---
if ! module_installed j2sdk; then
   if query "Install j2sdk for Java support? " y; then 
       lin j2sdk
   fi
fi


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/db4/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	7 Feb 2003 23:55:08 -0000	1.3
+++ BUILD	16 Sep 2003 13:12:08 -0000	1.4
@@ -1,7 +1,11 @@
 (
-  export PATH=$PATH:/usr/lib/j2sdk1.3.1/bin
-
-  patch_it $SOURCE_CACHE/$SOURCE2 0
+  export PATH=$PATH:/usr/lib/j2sdk1.4.1/bin
+  
+  if module_installed j2sdk; then
+    OPTS="$OPTS --enable-java"
+  fi  &&
+  
+  patch_it $SOURCE_CACHE/$SOURCE2 0   &&
 
   if module_installed db
   then NO_DEFAULTS="sedit /default/d Makefile"

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/db4/DEPENDS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DEPENDS	21 Aug 2002 00:55:11 -0000	1.1.1.1
+++ DEPENDS	16 Sep 2003 13:12:08 -0000	1.2
@@ -1,8 +1,5 @@
 optional_depends  "tcl-tk"                             \
                   "--with-tcl=/usr/lib"                \
                   ""                                   \
-                  "to build the tcl api"              &&
-optional_depends  "j2sdk"                              \
-                  "--enable-java"                      \
-                  ""                                   \
-                  "to build the java api"
+                  "to build the tcl api"              
+




More information about the Lunar-commits mailing list