Title: [131266] trunk
- Revision
- 131266
- Author
- [email protected]
- Date
- 2012-10-14 07:58:43 -0700 (Sun, 14 Oct 2012)
Log Message
Unreviewed, rolling out r130656.
http://trac.webkit.org/changeset/130656
https://bugs.webkit.org/show_bug.cgi?id=97592
Broke CMake build on Windows
* CMakeLists.txt:
Modified Paths
Diff
Modified: trunk/CMakeLists.txt (131265 => 131266)
--- trunk/CMakeLists.txt 2012-10-14 14:19:52 UTC (rev 131265)
+++ trunk/CMakeLists.txt 2012-10-14 14:58:43 UTC (rev 131266)
@@ -57,18 +57,13 @@
# -----------------------------------------------------------------------------
# Find common packages (used by all ports)
# -----------------------------------------------------------------------------
-FIND_PACKAGE(BISON 2.4.1 REQUIRED)
-FIND_PACKAGE(FLEX 2.5.34 REQUIRED)
+FIND_PACKAGE(BISON REQUIRED)
+FIND_PACKAGE(FLEX REQUIRED)
+FIND_PACKAGE(Gperf REQUIRED)
+FIND_PACKAGE(Perl REQUIRED)
+FIND_PACKAGE(PythonInterp REQUIRED)
+FIND_PACKAGE(Ruby)
-# TODO Enforce version requirement for gperf
-FIND_PACKAGE(Gperf 3.0.3 REQUIRED)
-
-# Perl version check enforced using cmake version 2.8.8+
-FIND_PACKAGE(Perl 5.10.0 REQUIRED)
-
-FIND_PACKAGE(PythonInterp 2.6.0 REQUIRED)
-FIND_PACKAGE(Ruby 1.8.7)
-
# -----------------------------------------------------------------------------
# Determine the target processor
# -----------------------------------------------------------------------------
Modified: trunk/ChangeLog (131265 => 131266)
--- trunk/ChangeLog 2012-10-14 14:19:52 UTC (rev 131265)
+++ trunk/ChangeLog 2012-10-14 14:58:43 UTC (rev 131266)
@@ -1,3 +1,13 @@
+2012-10-14 Patrick Gansterer <[email protected]>
+
+ Unreviewed, rolling out r130656.
+ http://trac.webkit.org/changeset/130656
+ https://bugs.webkit.org/show_bug.cgi?id=97592
+
+ Broke CMake build on Windows
+
+ * CMakeLists.txt:
+
2012-10-12 Sheriff Bot <[email protected]>
Unreviewed, rolling out r131189.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes