[Lunar-commits] CVS: moonbase/mail/evolution BUILD, 1.10, 1.11 DETAILS, 1.23, 1.24 PRE_BUILD, 1.1.1.1, NONE

Nick Hudson nhudson at lunar-linux.org
Fri Oct 8 05:43:42 UTC 2004


Update of /var/cvs/lunar/moonbase/mail/evolution
In directory espresso.foo-projects.org:/tmp/cvs-serv12671/evolution

Modified Files:
	BUILD DETAILS 
Removed Files:
	PRE_BUILD 
Log Message:

Removing the db stuff from evo, its no longer needed now with evo-data-server


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/evolution/BUILD,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- BUILD	11 Aug 2003 15:49:44 -0000	1.10
+++ BUILD	8 Oct 2004 05:43:40 -0000	1.11
@@ -1,30 +1,21 @@
 (
 
-  mkdir  evolution-db3                                           &&
-  ( 
-    cd  db-$DBVERSION/build_unix                                 &&
-    ../dist/configure  --prefix=$SOURCE_DIRECTORY/evolution-db3  \
-                       --disable-dynamic                         &&
-    make                                                         &&
-    make  install
-  )                                                              &&
-
   if [ -z "$DISPLAY" ] ; then
     OPTS="$OPTS --disable-gtk-doc"
     message "To get evolution devlopment documentation you must build with"
     message "an active X windows connection. i.e. $DISPLAY is set."
   fi								 &&
 
-  ./configure  --prefix=/usr                                     \
-               --sysconfdir=/etc                                 \
-               --localstatedir=/var                              \
-               --with-db3=$SOURCE_DIRECTORY/evolution-db3        \
-               --mandir=/usr/share/man		                 \
-     	       --infodir=/usr/share/info	                 \
-               --enable-ipv6                                     \
-               --enable-gtk-doc                                  \
-               $OPTS                                             &&
-  default_make                                                   &&
+  ./configure  --prefix=${GNOME26_PREFIX:-/usr}             \
+               --build=$BUILD                    	    \
+               --sysconfdir=/etc                 	    \
+               --localstatedir=/var              	    \
+               --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+               --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
+               --enable-ipv6                                \
+               --enable-gtk-doc                             \
+               $OPTS                                        &&
+  default_make                                              &&
 
   # tweaks I needed to get it up:
   if ! grep -q '/usr/lib/bonobo/servers' /etc/bonobo-activation/bonobo-activation-config.xml ; then

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/evolution/DETAILS,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- DETAILS	5 Oct 2004 09:30:11 -0000	1.23
+++ DETAILS	8 Oct 2004 05:43:40 -0000	1.24
@@ -1,13 +1,9 @@
           MODULE=evolution
            MAJOR=2.0
          VERSION=2.0.1
-       DBVERSION=3.1.17
           SOURCE=$MODULE-$VERSION.tar.bz2
-         SOURCE2=db-$DBVERSION.tar.gz
       SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
       SOURCE_VFY=sha1:758290cc5983b57e48f29a478f30e81bb6d5be3b
-     SOURCE2_URL=http://www.sleepycat.com/update/snapshot/
-     SOURCE2_VFY=sha1:b84408a1422dc0dd90a8cb485257022a00451149
         WEB_SITE=http://www.ximian.com/products/ximian_evolution
          ENTERED=20011109
          UPDATED=20041001

--- PRE_BUILD DELETED ---



More information about the Lunar-commits mailing list