Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (7b483b439c092951efe8b8def8813dc8db44a16a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (7b483b439c092951efe8b8def8813dc8db44a16a)
  • Date: Sat, 20 Sep 2008 09:18:18 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

http/links-twibright/DEPENDS | 36 ++++++++++++++++++++++--------------
http/links-twibright/HISTORY | 5 +++++
2 files changed, 27 insertions(+), 14 deletions(-)

New commits:
commit 5f7fd4d4a9a1dfad3b852f013ec5a2b9fe67f31d
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

links-twibright: re-added fb and disabled sdl graphics driver. fixed
flex' comment, added missing optional_depends on zlib and bzip2

diff --git a/http/links-twibright/DEPENDS b/http/links-twibright/DEPENDS
index e6ab1e9..27023a2 100755
--- a/http/links-twibright/DEPENDS
+++ b/http/links-twibright/DEPENDS
@@ -3,23 +3,31 @@ optional_depends openssl \
"--without-ssl" \
"to support secure HTTP (https://)" &&

+optional_depends zlib \
+ "--with-zlib" \
+ "--without-zlib" \
+ "Show gzip compressed pages" &&
+
+optional_depends bzip2 \
+ "--with-bzip2" \
+ "--without-bzip2" \
+ "Show bzip2 compressed pages" &&
+
optional_depends flex \
"--with-libfl" \
"--without-libfl" \
- "for parser support" &&
-
-optional_depends sdl \
- "--with-sdl" \
- "--without-sdl" \
- "to build with SDL support" &&
-
-#
-# Doesn't seem to be compiled when selected
-#
-#optional_depends fbset \
-# "--with-fb --enable-graphics" \
-# "--without-fb" \
-# "for LinuxFrameBuffer support" &&
+ "for (javascript) parser support" &&
+
+# SDL is gone until someone fixes it upstream (check ChangeLog)
+#optional_depends sdl \
+# "--with-sdl" \
+# "--without-sdl" \
+# "to build with SDL support" &&
+
+optional_depends fbset \
+ "--with-fb --enable-graphics" \
+ "--without-fb" \
+ "for LinuxFrameBuffer support" &&

optional_depends directfb \
"--with-directfb --enable-graphics" \
diff --git a/http/links-twibright/HISTORY b/http/links-twibright/HISTORY
index 537ee10..ddb903e 100644
--- a/http/links-twibright/HISTORY
+++ b/http/links-twibright/HISTORY
@@ -1,3 +1,8 @@
+2008-09-20 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: added missing zlib and bzip2,
+ disabled non-functional SDL driver, fixed flex comment,
+ re-enabled fb graphics driver.
+
2008-08-01 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 2.2




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (7b483b439c092951efe8b8def8813dc8db44a16a), Arjan Bouter, 09/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page