New commits:
commit 55e20ce5153f287f17cd0e1eb8088f801e170b04
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
cairo: add --disable-xlib-xcb properly
commit d561e702599f392855f0b5266671d203e1e41e63
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
cairo: remove accidentally pushed file
commit d095fc6106acb18e9373cfc191cb8dc6ba0128b3
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
thunderbird: depend on same nss as firefox
commit d27972cce9985ca5d624e97ecaa7170d9402e9d0
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
thunderbird: missing HISTORY entries
diff --git a/mail/thunderbird/DEPENDS b/mail/thunderbird/DEPENDS
index a8c929f..24df179 100755
--- a/mail/thunderbird/DEPENDS
+++ b/mail/thunderbird/DEPENDS
@@ -15,7 +15,7 @@ depends libxext &&
depends libxrender &&
depends libxt &&
depends nspr '--with-system-nspr' &&
-depends -sub "3.16.x" nss '--with-system-nss' &&
+depends -sub "3.17.x" nss '--with-system-nss' &&
depends pango &&
depends perl &&
depends pysqlite &&
diff --git a/mail/thunderbird/HISTORY b/mail/thunderbird/HISTORY
index df866f7..b99475d 100644
--- a/mail/thunderbird/HISTORY
+++ b/mail/thunderbird/HISTORY
@@ -1,6 +1,12 @@
+2015-03-24 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: depend on nss 3.17.x, like firefox
+
2014-10-15 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 31.2.0
* 0001*.patch: adapted (no js/src/baseconfig.mk anymore)
+ * 0002*.patch: import a bugfix commit
+ * DEPENDS: activate LDAP again, ensure pulseaudio is chosen or not
+ * BUILD: strange build fix
2014-09-25 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: missing depends
diff --git a/x11-libs/cairo/DEPENDS b/x11-libs/cairo/DEPENDS
index 982faf5..79ddc63 100755
--- a/x11-libs/cairo/DEPENDS
+++ b/x11-libs/cairo/DEPENDS
@@ -52,7 +52,7 @@ if is_depends_enabled $SPELL libx11; then
# "--disable-xlib-xcb"
message "${MESSAGE_COLOR}WARNING: Disabling xlib-xcb, which is unstable
(crashes firefox).$DEFAULT_COLOR" &&
# Still need to disable it in case CAIRO_OPTS has it still in it.
- CAIRO_OPTS+=' --disable-xlib-xcb'
+ list_add "$CAIRO_OPTS" "--disable-xlib-xcb"