On 07/28/2016 12:26 PM, Patrick Welche wrote:
> While looking at updating cmake at:
> 
>   http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/devel/cmake/README.html
> 
> I see that there are some patches which look useful, which I attach in
> this series.

Thanks.  I've applied the CMake parts here:

 cmELF: Port to SCO OpenServer 5.0.7/3.2
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=16a3a735

 SCO_SV: Enable so filename versioning
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=56539d89

I've applied the KWSys parts to its upstream:

* http://review.source.kitware.com/21403 SystemInformation: Treat BSDs more 
uniformly
* http://review.source.kitware.com/21404 SystemInformation: Treat Solaris the 
same as Linux
* http://review.source.kitware.com/21405 SystemTools: Fix FileExists for some 
SCO OpenServer file permissions

Once integrated there I can update CMake's copy.

I left out the "Use correct cmake macro." change because it is wrong.
The SIZEOF_VOID_P macro is defined by code in CMakeLists.txt using
the value of CMAKE_SIZEOF_VOID_P.  The former is a C++ preprocessor
macro.  The latter is only visible in CMake code.

-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to