Re: cmake-3.19.2-1 and related packages

2021-03-27 Thread Lemures Lemniscati via Cygwin-apps
On Sun, 28 Mar 2021 07:02:00 +0900, Lemures Lemniscati
> On Sat, 27 Mar 2021 16:58:48 +0100, Marco Atzeri
> > I used your cygport as base for 3.20.0-1, plus an additional patch
> > https://sourceware.org/pipermail/cygwin-patches/2021q1/011303.html
> > 
> Thank you for fixing and updating.

Is it OK to make a merge-request with this patch [1] to the upstream [2] ?

[1]: 
https://gitlab.kitware.com/lemniscati/kwsys/-/commit/8909121f12a0ee7c448f698d80f15c3f1f370d71
[2]: https://gitlab.kitware.com/utils/kwsys

Regards,
Lem



Re: cmake-3.19.2-1 and related packages

2021-03-27 Thread Lemures Lemniscati via Cygwin-apps
On Sat, 27 Mar 2021 16:58:48 +0100, Marco Atzeri
> I used your cygport as base for 3.20.0-1, plus an additional patch
> https://sourceware.org/pipermail/cygwin-patches/2021q1/011303.html

I've found another confusion between _WIN32 and __CYGWIN__ in 3.20.0 [1].
[1]: 
https://gitlab.kitware.com/cmake/cmake/-/blob/v3.20.0/Source/kwsys/SystemTools.cxx#L3930-3961

A patch attached will resolve it.

Regards,

Lem


3.20.0-kwsys-SystemTools.patch
Description: Binary data


Re: cmake-3.19.2-1 and related packages

2021-03-27 Thread Lemures Lemniscati via Cygwin-apps
On Sat, 27 Mar 2021 16:58:48 +0100, Marco Atzeri
> On 17.12.2020 22:30, Lemures Lemniscati via Cygwin-apps wrote:
> > A new candidate cmake.cygport has been uploaded (and is attached to this 
> > mail):
> >
> > https://github.com/cygwin-lem/cygwin-pkg/blob/cmake_3.19.2-1/cmake/cmake.cygport
> >  .

> I used your cygport as base for 3.20.0-1, plus an additional patch
> https://sourceware.org/pipermail/cygwin-patches/2021q1/011303.html
> 
> The BUILD_REQUIRES needs to be a a single line. "calm" does not like 
> multiline solution but cygport accepts it.
> 
> Thanks
> Marco

Thank you for fixing and updating.

Lem



Re: cmake-3.19.2-1 and related packages

2021-03-27 Thread Marco Atzeri via Cygwin-apps

On 17.12.2020 22:30, Lemures Lemniscati via Cygwin-apps wrote:

Hi!

Marco and Tony,

CMake 3.19.2 has been released in the upstream.
   https://blog.kitware.com/cmake-3-19-2-available-for-download/


A new candidate cmake.cygport has been uploaded (and is attached to this mail):
   
https://github.com/cygwin-lem/cygwin-pkg/blob/cmake_3.19.2-1/cmake/cmake.cygport
 .

 Former patches have been merged into upstream 3.19.
 Use default src_install(), still cmake-mode.el will be properly installed.
 Add new packages: bash-completion-cmake and vim-cmake.

 Add BUILD_REQUIRES list, but it might be insufficient.

Generated packages except debuginfo files (300MB+) have been uploaded to
   https://app.box.com/s/8q5mpv4kv080jxsyc5tbongrerwfzbuz

Regards,
Lem



Hi Lem,

I used your cygport as base for 3.20.0-1, plus an additional patch
https://sourceware.org/pipermail/cygwin-patches/2021q1/011303.html

The BUILD_REQUIRES needs to be a a single line. "calm" does not like 
multiline solution but cygport accepts it.


Thanks
Marco