Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6a61525fe51083d8fb202999b18a9cdd4b75551d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6a61525fe51083d8fb202999b18a9cdd4b75551d)
  • Date: Sun, 14 Nov 2010 10:51:03 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/links-twibright/BUILD | 2 --
http/links-twibright/CONFIGURE | 3 ---
http/links-twibright/DEPENDS | 27 ++++++++-------------------
http/links-twibright/HISTORY | 5 +++++
4 files changed, 13 insertions(+), 24 deletions(-)

New commits:
commit 6a61525fe51083d8fb202999b18a9cdd4b75551d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

links-twibright: removed deprecated flags

diff --git a/http/links-twibright/BUILD b/http/links-twibright/BUILD
deleted file mode 100755
index 9c35499..0000000
--- a/http/links-twibright/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-OPTS="$OPTS $LINKSTW_OPTS" &&
-default_build
diff --git a/http/links-twibright/CONFIGURE b/http/links-twibright/CONFIGURE
deleted file mode 100755
index 20e0ff0..0000000
--- a/http/links-twibright/CONFIGURE
+++ /dev/null
@@ -1,3 +0,0 @@
-config_query_option LINKSTW_OPTS "Enable JavaScript support?" y \
- "--enable-javascript" \
- "--disable-javascript"
diff --git a/http/links-twibright/DEPENDS b/http/links-twibright/DEPENDS
index 5bda8f6..7db0ff8 100755
--- a/http/links-twibright/DEPENDS
+++ b/http/links-twibright/DEPENDS
@@ -1,7 +1,7 @@
-optional_depends openssl \
- "--with-ssl=/usr" \
- "--without-ssl" \
- "to support secure HTTP (https://)" &&
+optional_depends openssl \
+ "--with-ssl=$INSTALL_ROOT/usr" \
+ "--without-ssl" \
+ "to support secure HTTP (https://)" &&

optional_depends zlib \
"--with-zlib" \
@@ -13,17 +13,6 @@ optional_depends bzip2 \
"--without-bzip2" \
"Show bzip2 compressed pages" &&

-optional_depends flex \
- "--with-libfl" \
- "--without-libfl" \
- "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" \
@@ -39,10 +28,10 @@ optional_depends svgalib
\
"--without-svgalib" \
"for SVGA support, non-X-Window text and graphics modes"
&&

-optional_depends xorg-libs \
- "--with-x --enable-graphics" \
- "--without-x" \
- "for X11 support" &&
+optional_depends libx11 \
+ "--with-x --enable-graphics" \
+ "--without-x" \
+ "for X11 support" &&

optional_depends JPEG \
"--with-libjpeg" \
diff --git a/http/links-twibright/HISTORY b/http/links-twibright/HISTORY
index 75a55f6..52cf3e2 100644
--- a/http/links-twibright/HISTORY
+++ b/http/links-twibright/HISTORY
@@ -1,3 +1,8 @@
+2010-11-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, CONFIGURE: removed, not needed: js support is built-in now
+ * DEPENDS: added INSTALL_ROOT for ssl dep; removed deprecated sdl dep;
+ removed not support flex; replaced xorg-libs with libx11
+
2010-11-03 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: jpeg -> JPEG




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6a61525fe51083d8fb202999b18a9cdd4b75551d), Vlad Glagolev, 11/14/2010

Archive powered by MHonArc 2.6.24.

Top of Page