[Cmake-commits] CMake branch, next, updated. v2.8.7-3065-g666c6d9

David Cole david.cole at kitware.com
Tue Mar 6 09:18:23 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  666c6d9a63f98daed3a1a3000b0249df1be04731 (commit)
       via  208c3f84e2254b8f6158780c21d918f86537e3ea (commit)
       via  1b996e736090c91e849c53ee8a40447aba57ec86 (commit)
       via  ec50093be768c9fa9384cc42a4d1f331f0264b39 (commit)
       via  17a099dd1379051eaa6c0a66a5ee6df5aea49089 (commit)
      from  7f1b86d666b0d18dae8ea3196e821e57bffdaef7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=666c6d9a63f98daed3a1a3000b0249df1be04731
commit 666c6d9a63f98daed3a1a3000b0249df1be04731
Merge: 7f1b86d 208c3f8
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Mar 6 09:18:20 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 6 09:18:20 2012 -0500

    Merge topic 'fix-cygwin-hint-file' into next
    
    208c3f8 Use correct "requires" line in cygwin setup hint file
    1b996e7 Remove trailing white space
    ec50093 KWSys Nightly Date Stamp
    17a099d KWSys Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=208c3f84e2254b8f6158780c21d918f86537e3ea
commit 208c3f84e2254b8f6158780c21d918f86537e3ea
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Mar 6 09:04:46 2012 -0500
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Tue Mar 6 09:04:46 2012 -0500

    Use correct "requires" line in cygwin setup hint file
    
    Reference: email thread between Bill Hoffman and Yaakov Selkowitz
    from Mar. 5, 2012.

diff --git a/Utilities/Release/Cygwin/cygwin-setup.hint.in b/Utilities/Release/Cygwin/cygwin-setup.hint.in
index ad99c5e..a2532fc 100644
--- a/Utilities/Release/Cygwin/cygwin-setup.hint.in
+++ b/Utilities/Release/Cygwin/cygwin-setup.hint.in
@@ -1,5 +1,5 @@
 # CMake setup.hint file for cygwin setup.exe program
 category: Devel
-requires: @CMAKE_NCURSES_VERSION@ cygwin
+requires: libgcc1 libidn11 @CMAKE_NCURSES_VERSION@ libstdc++6
 sdesc: "A cross platform build manager"
 ldesc: "CMake is a cross platform build manager. It allows you to specify build parameters for C and C++ programs in a cross platform manner. For cygwin Makefiles will be generated. CMake is also capable of generating microsoft project files, nmake, and borland makefiles. CMake can also perform system inspection operations like finding installed libraries and header files."

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1b996e736090c91e849c53ee8a40447aba57ec86
commit 1b996e736090c91e849c53ee8a40447aba57ec86
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Mar 6 08:59:57 2012 -0500
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Tue Mar 6 08:59:57 2012 -0500

    Remove trailing white space

diff --git a/Utilities/Release/Cygwin/cygwin-setup.hint.in b/Utilities/Release/Cygwin/cygwin-setup.hint.in
index 9706c0d..ad99c5e 100644
--- a/Utilities/Release/Cygwin/cygwin-setup.hint.in
+++ b/Utilities/Release/Cygwin/cygwin-setup.hint.in
@@ -1,5 +1,5 @@
 # CMake setup.hint file for cygwin setup.exe program
-category: Devel 
+category: Devel
 requires: @CMAKE_NCURSES_VERSION@ cygwin
-sdesc: "A cross platform build manager" 
-ldesc: "CMake is a cross platform build manager. It allows you to specify build parameters for C and C++ programs in a cross platform manner. For cygwin Makefiles will be generated. CMake is also capable of generating microsoft project files, nmake, and borland makefiles. CMake can also perform system inspection operations like finding installed libraries and header files." 
+sdesc: "A cross platform build manager"
+ldesc: "CMake is a cross platform build manager. It allows you to specify build parameters for C and C++ programs in a cross platform manner. For cygwin Makefiles will be generated. CMake is also capable of generating microsoft project files, nmake, and borland makefiles. CMake can also perform system inspection operations like finding installed libraries and header files."

-----------------------------------------------------------------------

Summary of changes:
 Source/kwsys/kwsysDateStamp.cmake             |    2 +-
 Utilities/Release/Cygwin/cygwin-setup.hint.in |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list