From owner-freebsd-gecko@FreeBSD.ORG Sat Jun 9 09:37:28 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C1041065670 for ; Sat, 9 Jun 2012 09:37:28 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id CB8B98FC0A for ; Sat, 9 Jun 2012 09:37:27 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q599bQI0040900 for ; Sat, 9 Jun 2012 09:37:26 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q599bL2T039622 for freebsd-gecko@freebsd.org; Sat, 9 Jun 2012 09:37:21 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 9 Jun 2012 09:37:21 GMT Message-Id: <201206090937.q599bL2T039622@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r745 - in branches/experimental: mail/thunderbird-beta/files mail/thunderbird-esr/files mail/thunderbird/files www/firefox-beta/files www/firefox-esr/files www/libxul/files www/seamonkey-beta www/seamonkey/files X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2012 09:37:28 -0000 Author: jbeich Date: Sat Jun 9 09:37:21 2012 New Revision: 745 Log: propagate ycbcr patch Added: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in - copied, changed from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in branches/experimental/mail/thunderbird-esr/files/patch-mozilla-gfx-ycbcr-Makefile.in - copied, changed from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in branches/experimental/mail/thunderbird/files/patch-mozilla-gfx-ycbcr-Makefile.in - copied, changed from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in branches/experimental/www/firefox-beta/files/patch-gfx-ycbcr-Makefile.in - copied unchanged from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in branches/experimental/www/firefox-esr/files/patch-gfx-ycbcr-Makefile.in - copied unchanged from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in branches/experimental/www/libxul/files/patch-gfx-ycbcr-Makefile.in - copied unchanged from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in - copied, changed from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in branches/experimental/www/seamonkey/files/patch-mozilla-gfx-ycbcr-Makefile.in - copied, changed from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in Copied and modified: branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in (from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in) ============================================================================== --- branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in Sat Jun 9 09:15:36 2012 (r744, copy source) +++ branches/experimental/mail/thunderbird-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in Sat Jun 9 09:37:21 2012 (r745) @@ -1,5 +1,5 @@ ---- gfx/ycbcr/Makefile.in~ -+++ gfx/ycbcr/Makefile.in +--- mozilla/gfx/ycbcr/Makefile.in~ ++++ mozilla/gfx/ycbcr/Makefile.in @@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux) CPPSRCS += yuv_row_posix.cpp \ $(NULL) Copied and modified: branches/experimental/mail/thunderbird-esr/files/patch-mozilla-gfx-ycbcr-Makefile.in (from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in) ============================================================================== --- branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in Sat Jun 9 09:15:36 2012 (r744, copy source) +++ branches/experimental/mail/thunderbird-esr/files/patch-mozilla-gfx-ycbcr-Makefile.in Sat Jun 9 09:37:21 2012 (r745) @@ -1,5 +1,5 @@ ---- gfx/ycbcr/Makefile.in~ -+++ gfx/ycbcr/Makefile.in +--- mozilla/gfx/ycbcr/Makefile.in~ ++++ mozilla/gfx/ycbcr/Makefile.in @@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux) CPPSRCS += yuv_row_posix.cpp \ $(NULL) Copied and modified: branches/experimental/mail/thunderbird/files/patch-mozilla-gfx-ycbcr-Makefile.in (from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in) ============================================================================== --- branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in Sat Jun 9 09:15:36 2012 (r744, copy source) +++ branches/experimental/mail/thunderbird/files/patch-mozilla-gfx-ycbcr-Makefile.in Sat Jun 9 09:37:21 2012 (r745) @@ -1,5 +1,5 @@ ---- gfx/ycbcr/Makefile.in~ -+++ gfx/ycbcr/Makefile.in +--- mozilla/gfx/ycbcr/Makefile.in~ ++++ mozilla/gfx/ycbcr/Makefile.in @@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux) CPPSRCS += yuv_row_posix.cpp \ $(NULL) Copied: branches/experimental/www/firefox-beta/files/patch-gfx-ycbcr-Makefile.in (from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox-beta/files/patch-gfx-ycbcr-Makefile.in Sat Jun 9 09:37:21 2012 (r745, copy of r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in) @@ -0,0 +1,21 @@ +--- gfx/ycbcr/Makefile.in~ ++++ gfx/ycbcr/Makefile.in +@@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux) + CPPSRCS += yuv_row_posix.cpp \ + $(NULL) + else ++ifeq ($(OS_ARCH),FreeBSD) ++CPPSRCS += yuv_row_posix.cpp \ ++ $(NULL) ++else + ifeq ($(OS_ARCH),SunOS) + CPPSRCS += yuv_row_posix.cpp \ + $(NULL) +@@ -70,6 +74,7 @@ CPPSRCS += yuv_row_other.cpp \ + $(NULL) + endif # Darwin + endif # SunOS ++endif # FreeBSD + endif # linux + endif # windows + \ No newline at end of file Copied: branches/experimental/www/firefox-esr/files/patch-gfx-ycbcr-Makefile.in (from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox-esr/files/patch-gfx-ycbcr-Makefile.in Sat Jun 9 09:37:21 2012 (r745, copy of r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in) @@ -0,0 +1,21 @@ +--- gfx/ycbcr/Makefile.in~ ++++ gfx/ycbcr/Makefile.in +@@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux) + CPPSRCS += yuv_row_posix.cpp \ + $(NULL) + else ++ifeq ($(OS_ARCH),FreeBSD) ++CPPSRCS += yuv_row_posix.cpp \ ++ $(NULL) ++else + ifeq ($(OS_ARCH),SunOS) + CPPSRCS += yuv_row_posix.cpp \ + $(NULL) +@@ -70,6 +74,7 @@ CPPSRCS += yuv_row_other.cpp \ + $(NULL) + endif # Darwin + endif # SunOS ++endif # FreeBSD + endif # linux + endif # windows + \ No newline at end of file Copied: branches/experimental/www/libxul/files/patch-gfx-ycbcr-Makefile.in (from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/libxul/files/patch-gfx-ycbcr-Makefile.in Sat Jun 9 09:37:21 2012 (r745, copy of r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in) @@ -0,0 +1,21 @@ +--- gfx/ycbcr/Makefile.in~ ++++ gfx/ycbcr/Makefile.in +@@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux) + CPPSRCS += yuv_row_posix.cpp \ + $(NULL) + else ++ifeq ($(OS_ARCH),FreeBSD) ++CPPSRCS += yuv_row_posix.cpp \ ++ $(NULL) ++else + ifeq ($(OS_ARCH),SunOS) + CPPSRCS += yuv_row_posix.cpp \ + $(NULL) +@@ -70,6 +74,7 @@ CPPSRCS += yuv_row_other.cpp \ + $(NULL) + endif # Darwin + endif # SunOS ++endif # FreeBSD + endif # linux + endif # windows + \ No newline at end of file Copied and modified: branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in (from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in) ============================================================================== --- branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in Sat Jun 9 09:15:36 2012 (r744, copy source) +++ branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in Sat Jun 9 09:37:21 2012 (r745) @@ -1,5 +1,5 @@ ---- gfx/ycbcr/Makefile.in~ -+++ gfx/ycbcr/Makefile.in +--- mozilla/gfx/ycbcr/Makefile.in~ ++++ mozilla/gfx/ycbcr/Makefile.in @@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux) CPPSRCS += yuv_row_posix.cpp \ $(NULL) Copied and modified: branches/experimental/www/seamonkey/files/patch-mozilla-gfx-ycbcr-Makefile.in (from r744, branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in) ============================================================================== --- branches/experimental/www/firefox/files/patch-gfx-ycbcr-Makefile.in Sat Jun 9 09:15:36 2012 (r744, copy source) +++ branches/experimental/www/seamonkey/files/patch-mozilla-gfx-ycbcr-Makefile.in Sat Jun 9 09:37:21 2012 (r745) @@ -1,5 +1,5 @@ ---- gfx/ycbcr/Makefile.in~ -+++ gfx/ycbcr/Makefile.in +--- mozilla/gfx/ycbcr/Makefile.in~ ++++ mozilla/gfx/ycbcr/Makefile.in @@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux) CPPSRCS += yuv_row_posix.cpp \ $(NULL)