Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (13117b50e5d9dadf67f985dc71e5812f5ac0a24a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (13117b50e5d9dadf67f985dc71e5812f5ac0a24a)
  • Date: Sun, 13 Jun 2010 22:30:20 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

gnome2-libs/evolution-data-server/BUILD | 5 +++--
gnome2-libs/evolution-data-server/CONFIGURE | 3 +++
gnome2-libs/evolution-data-server/HISTORY | 2 ++
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 13117b50e5d9dadf67f985dc71e5812f5ac0a24a
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

evolution-data-server: added large file support option

diff --git a/gnome2-libs/evolution-data-server/BUILD
b/gnome2-libs/evolution-data-server/BUILD
index 08b0f45..9df494d 100755
--- a/gnome2-libs/evolution-data-server/BUILD
+++ b/gnome2-libs/evolution-data-server/BUILD
@@ -10,8 +10,9 @@ else
OPTS="$OPTS --enable-nntp=no"
fi &&

-OPTS="$CAL \
- $OPTS" &&
+OPTS="$CAL \
+ $EDS_LARGE \
+ $OPTS" &&

make_single &&
default_build &&
diff --git a/gnome2-libs/evolution-data-server/CONFIGURE
b/gnome2-libs/evolution-data-server/CONFIGURE
index 99a5019..a926551 100755
--- a/gnome2-libs/evolution-data-server/CONFIGURE
+++ b/gnome2-libs/evolution-data-server/CONFIGURE
@@ -1,5 +1,8 @@
config_query "IPV6" "Enable support for resolving IPv6 addresses?" n &&
config_query "NNTP" "Build Usenet news (NNTP) backend" y &&

+config_query_option "EDS_LARGE" "Enable large file support?" y \
+ "--enable-largefile" "--disable-largefile" &&
config_query_option "CAL" "Enable the calendar components" y \
"--enable-calendar=yes" "--enable-calendar=no"
+
diff --git a/gnome2-libs/evolution-data-server/HISTORY
b/gnome2-libs/evolution-data-server/HISTORY
index 5235e84..7f61bfc 100644
--- a/gnome2-libs/evolution-data-server/HISTORY
+++ b/gnome2-libs/evolution-data-server/HISTORY
@@ -1,5 +1,7 @@
2010-06-13 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.30.1
+ * CONFIGURE: added largefile support option
+ * BUILD: added largefile support option

2010-04-22 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DEPENDS: removed popt, avahi, added intltool, dbus-glib



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (13117b50e5d9dadf67f985dc71e5812f5ac0a24a), Robin Cook, 06/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page