Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (3722306a243841f681d78c789c6ac7608abb9b54)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (3722306a243841f681d78c789c6ac7608abb9b54)
  • Date: Tue, 8 Jul 2008 21:35:17 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

gnome2-apps/pan/HISTORY | 3 +++
gnome2-apps/pan/PRE_BUILD | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 3722306a243841f681d78c789c6ac7608abb9b54
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

pan: Do not apply glib2 patch for svn version. Author has started
development again after a year off.

diff --git a/gnome2-apps/pan/HISTORY b/gnome2-apps/pan/HISTORY
index 9133129..70006a7 100644
--- a/gnome2-apps/pan/HISTORY
+++ b/gnome2-apps/pan/HISTORY
@@ -1,3 +1,6 @@
+2008-07-08 George Sherwood <george AT beernabeer.com>
+ * PRE_BUILD: Do not patch the cvs version for glib2
+
2008-03-28 George Sherwood <george AT beernabeer.com>
* PRE_BUILD: Added patch
* glib.patch: Added patch to fix compile problem with glib2 2.16.x
diff --git a/gnome2-apps/pan/PRE_BUILD b/gnome2-apps/pan/PRE_BUILD
index a1eeb06..88ca91f 100755
--- a/gnome2-apps/pan/PRE_BUILD
+++ b/gnome2-apps/pan/PRE_BUILD
@@ -1,6 +1,8 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
-patch -p0 < $SCRIPT_DIRECTORY/glib.patch &&
+if [ "$REL" != "cvs" ]; then
+patch -p0 < $SCRIPT_DIRECTORY/glib.patch
+fi &&
if [ "$REL" == "cvs" ]; then
NOCONFIGURE=Y ./autogen.sh
fi



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (3722306a243841f681d78c789c6ac7608abb9b54), George Sherwood, 07/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page