From owner-freebsd-chromium@FreeBSD.ORG Thu Jul 12 11:56:37 2012 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BCE8106566B; Thu, 12 Jul 2012 11:56:37 +0000 (UTC) (envelope-from me@janh.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.10]) by mx1.freebsd.org (Postfix) with ESMTP id 8A6708FC08; Thu, 12 Jul 2012 11:56:35 +0000 (UTC) Received: from nb981.math (31-18-144-171-dynip.superkabel.de [31.18.144.171]) by mrelayeu.kundenserver.de (node=mreu3) with ESMTP (Nemesis) id 0LsJno-1RnNjx0KN6-0123L4; Thu, 12 Jul 2012 13:56:29 +0200 Message-ID: <4FFEBB6C.3080608@janh.de> Date: Thu, 12 Jul 2012 13:56:28 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120619 Thunderbird/13.0.1 MIME-Version: 1.0 To: chromium-list freebsd References: <4FFEA96B.5090007@janh.de> In-Reply-To: <4FFEA96B.5090007@janh.de> Content-Type: multipart/mixed; boundary="------------080703040003050802060406" X-Provags-ID: V02:K0:gm5mBfb20wJ53n7QEysrle/i/eaERrK/2KrJ/MlzXmt LwtCujdiggZtg9cwL0TSrsDSsKbzXbFxpC6q9yPAmkc7WUss4r rPaZiP2l758khvewg2GhOKeyLpler/ibtfd9YbVVp7+o0T2O7W Gm5XxlGuSB3GhxA0yXBnLSCVHSw08nwVL/LDVIyaZ9OTkkNxAJ BQFTAulPe6vRvlfFb/o4VaLr5V1c5W/bINR178+4oW1HlwHAqg di0SNvzwXoEF9WFPWMk3Kqrbc9CTt9UVvm/LDQz9GimIhjUh3R EqlfidQYm9a7twQmAEziix7pauh6kLl8M2GrWGn1HMLPbkZCA= = Cc: Subject: Re: chromium-20.0.1132.57 patch failure X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2012 11:56:37 -0000 This is a multi-part message in MIME format. --------------080703040003050802060406 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I should have send this to the list and not only to rene@: On 07/12/2012 12:39, Jan Henrik Sylvester wrote: > ===> Applying FreeBSD patches for chromium-20.0.1132.57 > patch: **** malformed patch at line 15: #if PLATFORM(CHROMIUM) > => Patch patch-third_party__WebKit__Source__WebCore__config.h failed to > apply cleanly. I managed to apply that patched changing it with the fix attached. My build on 9.0-RELEASE/amd64 was successful with it. Cheers, Jan Henrik --------------080703040003050802060406 Content-Type: text/plain; charset=UTF-8; name="fix-chromium-20.0.1132.57" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fix-chromium-20.0.1132.57" --- www/chromium/files/patch-third_party__WebKit__Source__WebCore__config.h.orig 2012-07-12 09:19:26.000000000 +0000 +++ www/chromium/files/patch-third_party__WebKit__Source__WebCore__config.h 2012-07-12 10:49:20.000000000 +0000 @@ -1,6 +1,6 @@ ---- third_party/WebKit/Source/WebCore/config.h.orig 2012-05-30 10:05:35.000000000 +0300 -+++ third_party/WebKit/Source/WebCore/config.h 2012-06-05 22:32:48.000000000 +0300 -@@ -127,6 +127,11 @@ +--- third_party/WebKit/Source/WebCore/config.h.orig 2012-07-10 07:52:48.000000000 +0000 ++++ third_party/WebKit/Source/WebCore/config.h 2012-07-12 10:48:15.000000000 +0000 +@@ -127,6 +127,14 @@ #define WTF_USE_NEW_THEME 1 #endif // PLATFORM(MAC) --------------080703040003050802060406--