Date: Tue, 17 Jul 2012 05:32:20 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r876 - in branches/experimental/mail/thunderbird-esr: . files Message-ID: <201207170532.q6H5WKf8066089@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Jul 17 05:32:19 2012 New Revision: 876 Log: move patches to a proper place Added: branches/experimental/mail/thunderbird-esr/files/patch-mozilla-widget-src-qt-nsSound.cpp - copied unchanged from r875, branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsSound.cpp branches/experimental/mail/thunderbird-esr/files/patch-mozilla-widget-src-qt-nsWindow.cpp - copied unchanged from r875, branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsWindow.cpp Deleted: branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsSound.cpp branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsWindow.cpp Copied: branches/experimental/mail/thunderbird-esr/files/patch-mozilla-widget-src-qt-nsSound.cpp (from r875, branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsSound.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/mail/thunderbird-esr/files/patch-mozilla-widget-src-qt-nsSound.cpp Tue Jul 17 05:32:19 2012 (r876, copy of r875, branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsSound.cpp) @@ -0,0 +1,10 @@ +--- mozilla/widget/src/qt/nsSound.cpp~ ++++ mozilla/widget/src/qt/nsSound.cpp +@@ -40,6 +40,7 @@ + #include <QSound> + + #include <string.h> ++#include <unistd.h> + + #include "nscore.h" + #include "plstr.h" Copied: branches/experimental/mail/thunderbird-esr/files/patch-mozilla-widget-src-qt-nsWindow.cpp (from r875, branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsWindow.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/mail/thunderbird-esr/files/patch-mozilla-widget-src-qt-nsWindow.cpp Tue Jul 17 05:32:19 2012 (r876, copy of r875, branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsWindow.cpp) @@ -0,0 +1,10 @@ +--- mozilla/widget/src/qt/nsWindow.cpp~ ++++ mozilla/widget/src/qt/nsWindow.cpp +@@ -43,6 +43,7 @@ using namespace QtMobility; + + #ifdef MOZ_X11 + #include <X11/Xlib.h> ++#include "mozilla/X11Util.h" + #endif //MOZ_X11 + + #include "nsXULAppAPI.h" Deleted: branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsSound.cpp ============================================================================== --- branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsSound.cpp Tue Jul 17 05:32:19 2012 (r875) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/widget/src/qt/nsSound.cpp~ -+++ mozilla/widget/src/qt/nsSound.cpp -@@ -40,6 +40,7 @@ - #include <QSound> - - #include <string.h> -+#include <unistd.h> - - #include "nscore.h" - #include "plstr.h" Deleted: branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsWindow.cpp ============================================================================== --- branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsWindow.cpp Tue Jul 17 05:32:19 2012 (r875) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,10 +0,0 @@ ---- mozilla/widget/src/qt/nsWindow.cpp~ -+++ mozilla/widget/src/qt/nsWindow.cpp -@@ -43,6 +43,7 @@ using namespace QtMobility; - - #ifdef MOZ_X11 - #include <X11/Xlib.h> -+#include "mozilla/X11Util.h" - #endif //MOZ_X11 - - #include "nsXULAppAPI.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207170532.q6H5WKf8066089>