Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (ffc8d9210069e5d664d66848ceee45f4faa133ba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (ffc8d9210069e5d664d66848ceee45f4faa133ba)
  • Date: Mon, 26 Feb 2007 01:33:25 -0600

GIT changes to master grimoire by Jeremy Blosser <jblosser-smgl AT firinn.org>:

disk/evms/BUILD | 6 ++++--
disk/evms/DEPENDS | 15 ++++++++-------
disk/evms/HISTORY | 8 ++++++++
disk/evms/PRE_BUILD | 4 ++++
4 files changed, 24 insertions(+), 9 deletions(-)

New commits:
commit 87570aafaffe29c325eca960c73aa98a9f863a06
Author: Jeremy Blosser <jblosser-smgl AT firinn.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>

evms: Move patching to PRE_BUILD, add configure flag for not using glib.

commit 703197327b0de26c7bf1d8a85f6f952822b0a3ce
Author: Jeremy Blosser <jblosser-smgl AT firinn.org>
Commit: Jeremy Blosser <jblosser-smgl AT firinn.org>

evms: Apply fix for bug #13570, make evms work with separate /usr.

diff --git a/disk/evms/BUILD b/disk/evms/BUILD
index 9d1fd6a..6126663 100755
--- a/disk/evms/BUILD
+++ b/disk/evms/BUILD
@@ -1,4 +1,6 @@
-# patch needed when compiling s390 support
-patch -p1 < "${SCRIPT_DIRECTORY}/evms-2.5.1-s390.diff" &&
+OPTS="--libdir=/lib
+ --sbindir=/sbin
+ ${OPTS}
+" &&

default_build
diff --git a/disk/evms/DEPENDS b/disk/evms/DEPENDS
index 5ddf526..8836a97 100755
--- a/disk/evms/DEPENDS
+++ b/disk/evms/DEPENDS
@@ -1,10 +1,11 @@
depends device-mapper &&
-optional_depends glib \
- "" \
- "" \
- "for GTK GUI and text-mode support" &&

-optional_depends gtk+ \
- "" \
- "--disable-gui" \
+optional_depends glib \
+ "--with-static-glib" \
+ "--disable-text-mode" \
+ "for GTK GUI and text-mode support" &&
+
+optional_depends gtk+ \
+ "" \
+ "--disable-gui" \
"for GTK GUI support"
diff --git a/disk/evms/HISTORY b/disk/evms/HISTORY
index f420244..ade97d5 100644
--- a/disk/evms/HISTORY
+++ b/disk/evms/HISTORY
@@ -1,3 +1,11 @@
+2007-02-26 Jeremy Blosser <jblosser-smgl AT firinn.org>
+ * BUILD, PRE_BUILD: Move patching to PRE_BUILD.
+ * DEPENDS: Add --disable-text-mode when glib isn't used.
+
+2007-02-25 Mark Bainter <mbainter-smgl AT lostinagoodbook.org>
+ * BUILD, DEPENDS: Made FHS compliant for boot dependencies, and added
+ use of static glib (Bug #13570)
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/disk/evms/PRE_BUILD b/disk/evms/PRE_BUILD
new file mode 100644
index 0000000..47d4c7f
--- /dev/null
+++ b/disk/evms/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+
+# patch needed when compiling s390 support
+patch -p1 < "${SCRIPT_DIRECTORY}/evms-2.5.1-s390.diff"



  • [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (ffc8d9210069e5d664d66848ceee45f4faa133ba), Jeremy Blosser, 02/26/2007

Archive powered by MHonArc 2.6.24.

Top of Page