Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a3de674f9c3bbf18d0b2b87098810dcd0931c519)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a3de674f9c3bbf18d0b2b87098810dcd0931c519)
  • Date: Sun, 13 Apr 2008 23:54:35 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

http/w3m/DEPENDS | 7 +++----
http/w3m/HISTORY | 3 +++
2 files changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 6366a3b134630e827aa3477172fa533f6f430756
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

w3m: libgc isn't optional

diff --git a/http/w3m/DEPENDS b/http/w3m/DEPENDS
index 93fd717..c078bed 100755
--- a/http/w3m/DEPENDS
+++ b/http/w3m/DEPENDS
@@ -2,10 +2,9 @@ depends $W3M_TERM_LIB \
"--with-termlib=$W3M_TERM_LIB" &&
depends ${W3M_IMAGE_LIB/gtk2/gtk+2} \
"--with-imagelib=${W3M_IMAGE_LIB/gtk2/gtk+2}" &&
-optional_depends libgc \
- "--with-gc=/usr" \
- "--without-gc" \
- "GC Support" &&
+depends libgc \
+ "--with-gc=/usr" &&
+
optional_depends compface \
"--enable-xface" \
"--disable-xface" \
diff --git a/http/w3m/HISTORY b/http/w3m/HISTORY
index b4e0e48..27aa668 100644
--- a/http/w3m/HISTORY
+++ b/http/w3m/HISTORY
@@ -1,3 +1,6 @@
+2008-04-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: libgc isn't optional
+
2007-09-22 Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
* CONFIGURE: Changed "Enable m17n?" to
"Enable multilingualisation (m17n)?" for clarity.



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a3de674f9c3bbf18d0b2b87098810dcd0931c519), Ismael Luceno, 04/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page