Module submission - apache2

rpyne@kinfolk.org rpyne at kinfolk.org
Sun Nov 6 01:44:26 UTC 2005


module name       : apache2
suggested section : web
update (y/n)      : n
bugfix (y/n)      : n
security (y/n)    : n


Make db and gdbm optional depends since there is nothing inherent
in apache that requires them.
rpyne

-------------- next part --------------
--- apache2/BUILD	2005-05-07 12:07:45.000000000 -0600
+++ apache2/BUILD	2005-11-05 14:42:46.000000000 -0700
@@ -22,7 +22,6 @@
                --enable-deflate                         \
                --enable-mime-magic                      \
                --enable-exception-hook                  \
-               --with-berkeley-db                       \
                --enable-layout=GNU                      \
 	       --with-mpm=prefork"
   #            --with-mpm=worker
--- apache2/DEPENDS	2005-10-13 23:02:00.000000000 -0600
+++ apache2/DEPENDS	2005-11-05 14:44:32.000000000 -0700
@@ -1,3 +1,11 @@
-depends  db    &&
-depends  gdbm  &&
+optional_depends  "db"                        \
+                  "--with-berkeley-db"        \
+                  "--without-berkeley-db"     \
+                  "for berkely db support"    &&
+
+optional_depends  "gdbm"                      \
+                  "--with-gdbm"               \
+                  "--without-gdbm"            \
+                  "for gdbm support"          &&
+
 depends  expat
--- apache2/DEPENDS~	1969-12-31 17:00:00.000000000 -0700
+++ apache2/DEPENDS~	2005-11-05 14:44:32.000000000 -0700
@@ -0,0 +1,11 @@
+optional_depends  "db"                        \
+                  "--with-berkeley-db"        \
+                  "--without-berkeley-db"     \
+                  "for berkely db support"    &&
+
+oprional_depends  "gdbm"                      \
+                  "--with-gdbm"               \
+                  "--without-gdbm"            \
+                  "for gdbm support"          &&
+
+depends  expat
-------------- next part --------------
lvu submit apache2 cc7ba95ad91bb04294008fe433c28efe *-
2.6.14 2.6.12 gcc-3.4.4 glibc-2.3.6



More information about the Lunar mailing list