<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>108061</bug_id>
          
          <creation_ts>2013-01-28 00:58:39 -0800</creation_ts>
          <short_desc>[CMake] Use offical Windows CE support</short_desc>
          <delta_ts>2013-01-29 12:09:57 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>97592</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Patrick R. Gansterer">paroga</reporter>
          <assigned_to name="Patrick R. Gansterer">paroga</assigned_to>
          <cc>dbates</cc>
    
    <cc>laszlo.gombos</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>817580</commentid>
    <comment_count>0</comment_count>
    <who name="Patrick R. Gansterer">paroga</who>
    <bug_when>2013-01-28 00:58:39 -0800</bug_when>
    <thetext>[CMake] Use offical Windwos CE support</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>817628</commentid>
    <comment_count>1</comment_count>
      <attachid>184959</attachid>
    <who name="Patrick R. Gansterer">paroga</who>
    <bug_when>2013-01-28 02:07:45 -0800</bug_when>
    <thetext>Created attachment 184959
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>818577</commentid>
    <comment_count>2</comment_count>
      <attachid>184959</attachid>
    <who name="Daniel Bates">dbates</who>
    <bug_when>2013-01-28 22:57:48 -0800</bug_when>
    <thetext>Comment on attachment 184959
Patch

Can you elaborate on when such support was added to CMake?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>818611</commentid>
    <comment_count>3</comment_count>
    <who name="Patrick R. Gansterer">paroga</who>
    <bug_when>2013-01-28 23:40:43 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; (From update of attachment 184959 [details])
&gt; Can you elaborate on when such support was added to CMake?

It&apos;s in the current master already, but not in a released version. Main merge can be seen at http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=581b0c0d078b5f07f68a53b118f44fc6e8313601</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>818871</commentid>
    <comment_count>4</comment_count>
    <who name="Laszlo Gombos">laszlo.gombos</who>
    <bug_when>2013-01-29 05:53:24 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; (In reply to comment #2)
&gt; &gt; (From update of attachment 184959 [details] [details])
&gt; &gt; Can you elaborate on when such support was added to CMake?
&gt; 
&gt; It&apos;s in the current master already, but not in a released version. Main merge can be seen at http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=581b0c0d078b5f07f68a53b118f44fc6e8313601

According to http://www.vtk.org/Wiki/CMake_Cross_Compiling this is in CMake 2.8.11.

Would it make sense to add cmake_minimum_required(VERSION 2.8.3) to OptionsWinCE.cmake (or somewhere else and guard it with WinCE).

The change in webkitdirs.pm looks good to me.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>818873</commentid>
    <comment_count>5</comment_count>
      <attachid>184959</attachid>
    <who name="Laszlo Gombos">laszlo.gombos</who>
    <bug_when>2013-01-29 05:54:26 -0800</bug_when>
    <thetext>Comment on attachment 184959
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=184959&amp;action=review

&gt; Tools/ChangeLog:3
&gt; +        [CMake] Use offical Windwos CE support

Typo: Windwos --&gt; Windows.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>818875</commentid>
    <comment_count>6</comment_count>
    <who name="Patrick R. Gansterer">paroga</who>
    <bug_when>2013-01-29 05:57:47 -0800</bug_when>
    <thetext>(In reply to comment #4)
&gt; (In reply to comment #3)
&gt; &gt; (In reply to comment #2)
&gt; &gt; &gt; (From update of attachment 184959 [details] [details] [details])
&gt; &gt; &gt; Can you elaborate on when such support was added to CMake?
&gt; &gt; 
&gt; &gt; It&apos;s in the current master already, but not in a released version. Main merge can be seen at http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=581b0c0d078b5f07f68a53b118f44fc6e8313601
&gt; 
&gt; According to http://www.vtk.org/Wiki/CMake_Cross_Compiling this is in CMake 2.8.11.
&gt; 
&gt; Would it make sense to add cmake_minimum_required(VERSION 2.8.3) to OptionsWinCE.cmake (or somewhere else and guard it with WinCE).

No, since the WinCE port is not Windows CE only and can be built on Win32 with older compilers too.


(In reply to comment #5)
&gt; (From update of attachment 184959 [details])
&gt; View in context: https://bugs.webkit.org/attachment.cgi?id=184959&amp;action=review
&gt; 
&gt; &gt; Tools/ChangeLog:3
&gt; &gt; +        [CMake] Use offical Windwos CE support
&gt; 
&gt; Typo: Windwos --&gt; Windows.

I&apos;ll fix it when landing manually.

Can someone please r+ this simple change?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>818972</commentid>
    <comment_count>7</comment_count>
      <attachid>184959</attachid>
    <who name="Laszlo Gombos">laszlo.gombos</who>
    <bug_when>2013-01-29 08:31:55 -0800</bug_when>
    <thetext>Comment on attachment 184959
Patch

r=me. Please fix the typo in the ChangeLog title before landing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>819178</commentid>
    <comment_count>8</comment_count>
    <who name="Patrick R. Gansterer">paroga</who>
    <bug_when>2013-01-29 12:09:57 -0800</bug_when>
    <thetext>Committed r141137: &lt;http://trac.webkit.org/changeset/141137&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>184959</attachid>
            <date>2013-01-28 02:07:45 -0800</date>
            <delta_ts>2013-01-29 08:31:55 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-108061.patch</filename>
            <type>text/plain</type>
            <size>1267</size>
            <attacher name="Patrick R. Gansterer">paroga</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL1Rvb2xzL0NoYW5nZUxvZyBiL1Rvb2xzL0NoYW5nZUxvZwppbmRleCBjMDA2
NTIzLi45MWU1YTNjIDEwMDY0NAotLS0gYS9Ub29scy9DaGFuZ2VMb2cKKysrIGIvVG9vbHMvQ2hh
bmdlTG9nCkBAIC0xLDMgKzEsMTcgQEAKKzIwMTMtMDEtMjggIFBhdHJpY2sgR2Fuc3RlcmVyICA8
cGFyb2dhQHdlYmtpdC5vcmc+CisKKyAgICAgICAgW0NNYWtlXSBVc2Ugb2ZmaWNhbCBXaW5kd29z
IENFIHN1cHBvcnQKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dp
P2lkPTEwODA2MQorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAg
ICAgIFJlY2VudCB2ZXJzaW9uIG9mIENNYWtlIGhhcyBhZGRlZCBXaW5kb3dzIENFIHN1cHBvcnQs
IGJ1dCB1c2VzIGEKKyAgICAgICAgc2xpZ2h0bHkgZGlmZmVyZW50IGludGVyZmFjZSB0aGFuIHRo
ZSBwYXRjaGVkIHZlcnNpb24gdXNlZCBiZWZvcmUuCisgICAgICAgIENoYW5nZSB0aGUgY29tbWFu
ZCBsaW5lIHBhcmFtZXRlcnMgdG8gdXNlIHRoZSBvZmZpY2FsIENNYWtlIGJpbmFyaWVzLgorCisg
ICAgICAgICogU2NyaXB0cy93ZWJraXRkaXJzLnBtOgorICAgICAgICAoY21ha2VCYXNlZFBvcnRB
cmd1bWVudHMpOgorCiAyMDEzLTAxLTI2ICBEYXZpZCBGYXJsZXIgIDxkZmFybGVyQGFwcGxlLmNv
bT4KIAogICAgICAgICBNYWtlZmlsZXMgc2hvdWxkIHdvcmsgZm9yIGFyYml0cmFyeSBTREtzIGFu
ZCBhcmNoaXRlY3R1cmVzIG9uIEFwcGxlIHBvcnRzCmRpZmYgLS1naXQgYS9Ub29scy9TY3JpcHRz
L3dlYmtpdGRpcnMucG0gYi9Ub29scy9TY3JpcHRzL3dlYmtpdGRpcnMucG0KaW5kZXggZTk0MDZl
My4uNWIyOGQxMyAxMDA3NTUKLS0tIGEvVG9vbHMvU2NyaXB0cy93ZWJraXRkaXJzLnBtCisrKyBi
L1Rvb2xzL1NjcmlwdHMvd2Via2l0ZGlycy5wbQpAQCAtMjI5Nyw3ICsyMjk3LDcgQEAgc3ViIGJ1
aWxkQ01ha2VQcm9qZWN0T3JFeGl0KCQkJCRAKQogc3ViIGNtYWtlQmFzZWRQb3J0QXJndW1lbnRz
KCkKIHsKICAgICByZXR1cm4gYmxhY2tiZXJyeUNNYWtlQXJndW1lbnRzKCkgaWYgaXNCbGFja0Jl
cnJ5KCk7Ci0gICAgcmV0dXJuICgnLURDTUFLRV9XSU5DRV9TREs9IlNUQU5EQVJEU0RLXzUwMCAo
QVJNVjRJKSInKSBpZiBpc1dpbkNFKCk7CisgICAgcmV0dXJuICgnLUcgIlZpc3VhbCBTdHVkaW8g
OCAyMDA1IFNUQU5EQVJEU0RLXzUwMCAoQVJNVjRJKSInKSBpZiBpc1dpbkNFKCk7CiAgICAgcmV0
dXJuICgpOwogfQogCg==
</data>
<flag name="review"
          id="203858"
          type_id="1"
          status="+"
          setter="laszlo.gombos"
    />
    <flag name="commit-queue"
          id="203859"
          type_id="3"
          status="-"
          setter="paroga"
    />
          </attachment>
      

    </bug>

</bugzilla>