From owner-freebsd-gecko@FreeBSD.ORG Wed Jun 13 19:24:38 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 6D6F6106570C for ; Wed, 13 Jun 2012 19:24:38 +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 D30098FC12 for ; Wed, 13 Jun 2012 19:24:37 +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 q5DJOV18086821 for ; Wed, 13 Jun 2012 19:24:31 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5DJOQIG086272 for freebsd-gecko@freebsd.org; Wed, 13 Jun 2012 19:24:26 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 13 Jun 2012 19:24:26 GMT Message-Id: <201206131924.q5DJOQIG086272@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] r751 - in branches/experimental/www/seamonkey-beta: . 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: Wed, 13 Jun 2012 19:24:38 -0000 Author: jbeich Date: Wed Jun 13 19:24:25 2012 New Revision: 751 Log: move ycbcr patch to correct location Added: branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in - copied unchanged from r750, branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in Deleted: branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in Copied: branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in (from r750, branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in Wed Jun 13 19:24:25 2012 (r751, copy of r750, branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in) @@ -0,0 +1,21 @@ +--- mozilla/gfx/ycbcr/Makefile.in~ ++++ mozilla/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 Deleted: branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in ============================================================================== --- branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in Wed Jun 13 19:24:25 2012 (r750) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,21 +0,0 @@ ---- mozilla/gfx/ycbcr/Makefile.in~ -+++ mozilla/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