From owner-freebsd-gecko@FreeBSD.ORG Tue Jun 26 06:07: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 287A51065686 for ; Tue, 26 Jun 2012 06:07: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 9BA0A8FC1D for ; Tue, 26 Jun 2012 06:07: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 q5Q67alk027463 for ; Tue, 26 Jun 2012 06:07:36 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q5Q67Vuq025606 for freebsd-gecko@freebsd.org; Tue, 26 Jun 2012 06:07:31 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Tue, 26 Jun 2012 06:07:31 GMT Message-Id: <201206260607.q5Q67Vuq025606@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] r809 - in branches/experimental: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-nightly www/firefox-nightly/files www/firefox/files www/seamonkey 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: Tue, 26 Jun 2012 06:07:38 -0000 Author: jbeich Date: Tue Jun 26 06:07:31 2012 New Revision: 809 Log: unbreak build with base gcc on >= 9.x PR: ports/169389 Added: branches/experimental/mail/thunderbird/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc branches/experimental/www/firefox-nightly/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc branches/experimental/www/firefox/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc branches/experimental/www/seamonkey/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc Modified: branches/experimental/mail/thunderbird/Makefile branches/experimental/www/firefox-nightly/Makefile branches/experimental/www/firefox/Makefile branches/experimental/www/seamonkey/Makefile Modified: branches/experimental/mail/thunderbird/Makefile ============================================================================== --- branches/experimental/mail/thunderbird/Makefile Tue Jun 26 06:06:11 2012 (r808) +++ branches/experimental/mail/thunderbird/Makefile Tue Jun 26 06:07:31 2012 (r809) @@ -63,10 +63,6 @@ .include -.if empty(CXX:M*clang++*) && ${OSVERSION} > 900000 -CFLAGS+= -O0 -.endif - WRKSRC= ${WRKDIR}/comm-release MOZSRC:= ${WRKSRC}/mozilla Added: branches/experimental/mail/thunderbird/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/mail/thunderbird/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc Tue Jun 26 06:07:31 2012 (r809) @@ -0,0 +1,11 @@ +--- mozilla/gfx/harfbuzz/src/hb-ot-layout.cc.orig 2012-06-24 22:14:46.463741874 -0400 ++++ mozilla/gfx/harfbuzz/src/hb-ot-layout.cc 2012-06-24 22:15:06.784770042 -0400 +@@ -540,4 +540,8 @@ + GPOS::position_finish (buffer); + } + ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf::search(unsigned int const &) const; + Modified: branches/experimental/www/firefox-nightly/Makefile ============================================================================== --- branches/experimental/www/firefox-nightly/Makefile Tue Jun 26 06:06:11 2012 (r808) +++ branches/experimental/www/firefox-nightly/Makefile Tue Jun 26 06:07:31 2012 (r809) @@ -65,10 +65,6 @@ .include -.if empty(CXX:M*clang++*) && ${OSVERSION} > 900000 -CFLAGS+= -O0 -.endif - WRKSRC:= ${WRKSRC}-central-${HGREV:C/.*://} .if ${OSVERSION} > 1000011 Added: branches/experimental/www/firefox-nightly/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox-nightly/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc Tue Jun 26 06:07:31 2012 (r809) @@ -0,0 +1,10 @@ +--- gfx/harfbuzz/src/hb-ot-layout.cc.orig 2012-06-24 22:14:46.463741874 -0400 ++++ gfx/harfbuzz/src/hb-ot-layout.cc 2012-06-24 22:15:06.784770042 -0400 +@@ -540,4 +540,8 @@ + GPOS::position_finish (buffer); + } + ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf::search(unsigned int const &) const; Modified: branches/experimental/www/firefox/Makefile ============================================================================== --- branches/experimental/www/firefox/Makefile Tue Jun 26 06:06:11 2012 (r808) +++ branches/experimental/www/firefox/Makefile Tue Jun 26 06:07:31 2012 (r809) @@ -59,10 +59,6 @@ .include -.if empty(CXX:M*clang++*) && ${OSVERSION} > 900000 -CFLAGS+= -O0 -.endif - WRKSRC:= ${WRKDIR}/mozilla-release .if ${ARCH} == powerpc64 Added: branches/experimental/www/firefox/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox/files/patch-gfx-harfbuzz-src-hb-ot-layout.cc Tue Jun 26 06:07:31 2012 (r809) @@ -0,0 +1,10 @@ +--- gfx/harfbuzz/src/hb-ot-layout.cc.orig 2012-06-24 22:14:46.463741874 -0400 ++++ gfx/harfbuzz/src/hb-ot-layout.cc 2012-06-24 22:15:06.784770042 -0400 +@@ -540,4 +540,8 @@ + GPOS::position_finish (buffer); + } + ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf::search(unsigned int const &) const; Modified: branches/experimental/www/seamonkey/Makefile ============================================================================== --- branches/experimental/www/seamonkey/Makefile Tue Jun 26 06:06:11 2012 (r808) +++ branches/experimental/www/seamonkey/Makefile Tue Jun 26 06:07:31 2012 (r809) @@ -63,10 +63,6 @@ .include -.if empty(CXX:M*clang++*) && ${OSVERSION} > 900000 -CFLAGS+= -O0 -.endif - MOZSRC:= ${WRKDIR}/comm-release/mozilla WRKSRC= ${WRKDIR}/comm-release Added: branches/experimental/www/seamonkey/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/seamonkey/files/patch-mozilla-gfx-harfbuzz-src-hb-ot-layout.cc Tue Jun 26 06:07:31 2012 (r809) @@ -0,0 +1,11 @@ +--- mozilla/gfx/harfbuzz/src/hb-ot-layout.cc.orig 2012-06-24 22:14:46.463741874 -0400 ++++ mozilla/gfx/harfbuzz/src/hb-ot-layout.cc 2012-06-24 22:15:06.784770042 -0400 +@@ -540,4 +540,8 @@ + GPOS::position_finish (buffer); + } + ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf >::search(unsigned int const &) const; ++template int SortedArrayOf::search(unsigned int const &) const; +