[Lunar-commits] r26400 - moonbase/trunk/devel/db

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sat Oct 27 03:28:22 CEST 2007


Author: zbiggy
Date: 2007-10-27 03:28:22 +0200 (Sat, 27 Oct 2007)
New Revision: 26400

Modified:
   moonbase/trunk/devel/db/BUILD
   moonbase/trunk/devel/db/DETAILS
Log:
db: bugfix +0.0.02
whitespace cleanup in build script


Modified: moonbase/trunk/devel/db/BUILD
===================================================================
--- moonbase/trunk/devel/db/BUILD	2007-10-26 21:29:01 UTC (rev 26399)
+++ moonbase/trunk/devel/db/BUILD	2007-10-27 01:28:22 UTC (rev 26400)
@@ -1,15 +1,15 @@
 (
-  
-  cd  build_unix &&
-  ../dist/configure  --prefix=/usr       \
-                     --build=$BUILD      \
-                     --enable-dynamic    \
-                     --enable-compat185  \
-                     --enable-cxx        \
-                     $OPTS              &&
 
-  sedit "s:LIBSO_LIBS=:LIBSO_LIBS= -pthread :" Makefile       &&
-  sedit  's/$(prefix)\/docs/\/usr\/share\/doc\/db/' Makefile  &&
+  cd build_unix &&
+  ../dist/configure --prefix=/usr      \
+                    --build=$BUILD     \
+                    --enable-dynamic   \
+                    --enable-compat185 \
+                    --enable-cxx       \
+                    $OPTS             &&
+
+  sedit "s:LIBSO_LIBS=:LIBSO_LIBS= -pthread :" Makefile      &&
+  sedit  's/$(prefix)\/docs/\/usr\/share\/doc\/db/' Makefile &&
   default_make
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/devel/db/DETAILS
===================================================================
--- moonbase/trunk/devel/db/DETAILS	2007-10-26 21:29:01 UTC (rev 26399)
+++ moonbase/trunk/devel/db/DETAILS	2007-10-27 01:28:22 UTC (rev 26400)
@@ -1,11 +1,11 @@
           MODULE=db
-         VERSION=4.6.19
+         VERSION=4.6.21
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://download.oracle.com/berkeley-db/
-      SOURCE_VFY=sha1:8980f4319ebf7d16c06cf01068b51c78affad07e
+      SOURCE_VFY=sha1:5be3beb82e42a78ff671a3f5a4c30e5652972119
         WEB_SITE=http://www.sleepycat.com/products/bdb.html
          ENTERED=20020318
-         UPDATED=20070930
+         UPDATED=20071027
            SHORT="A high-performace, embedded database library"
 
 cat << EOF



More information about the Lunar-commits mailing list