Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (b47492c847db509c258873764e6ae4a9bbb999b4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (b47492c847db509c258873764e6ae4a9bbb999b4)
  • Date: Fri, 9 Feb 2007 03:52:38 -0600

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

http/xulrunner/BUILD | 1 +
http/xulrunner/DEPENDS | 1 -
http/xulrunner/HISTORY | 3 +++
3 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit a1ca0f25bf4930cb6858ebde14944daa2c6bad66
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

xulrunner: bad JDK depends

diff --git a/http/xulrunner/BUILD b/http/xulrunner/BUILD
index 04d4b04..2175575 100755
--- a/http/xulrunner/BUILD
+++ b/http/xulrunner/BUILD
@@ -33,6 +33,7 @@ CXXFLAGS="${CXXFLAGS//-O3/-O2}" &&
--enable-cpp-rtti \
--enable-application=xulrunner \
--enable-cookies \
+ --disable-javaxpcom \
--disable-composer \
--disable-mailnews \
--disable-calendar \
diff --git a/http/xulrunner/DEPENDS b/http/xulrunner/DEPENDS
index 88cff2c..91a7105 100755
--- a/http/xulrunner/DEPENDS
+++ b/http/xulrunner/DEPENDS
@@ -7,7 +7,6 @@ depends libpng '--with-system-png'
depends gtk+2 '--enable-default-toolkit=gtk2' &&
depends libidl '--with-libIDL' &&
depends nspr '--with-system-nspr' &&
-depends JDK &&

if [ "$(get_spell_provider $SPELL X11-LIBS)" == "xorg-server" ]; then
depends libxft
diff --git a/http/xulrunner/HISTORY b/http/xulrunner/HISTORY
index 28cebf2..661837a 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,3 +1,6 @@
+2007-02-09 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: removed JDK as it was broken anyway
+
2006-11-15 Alexander Tsamutali <astsmtl AT gmail.com>
* DEPENDS: Added JDK
* PROVIDES: Added NS-PLUGIN-COMPATIBLE




Archive powered by MHonArc 2.6.24.

Top of Page