SCALLYWAG untest not triggering the update of Summary page

2025-01-30 Thread Marco Atzeri via Cygwin-apps
Hi Jon, it seems that the untest command ssh cyg...@cygwin.com untest gpgme-1.24.1-1 updates the package and setup.ini is updated, but the Summary page is not https://cygwin.com/packages/summary/gpgme-src.html Regards Marco

Re: [ITA] astyle

2025-01-30 Thread Michael Cook via Cygwin-apps
Thanks, I suspected this package wasn't using the latest conventions. I'm having trouble with `compile` now though: $ cygport astyle.cygport compile >>> Compiling astyle-3.6.6-1.x86_64 CMake Error: Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly. Modules directory

Re: [ITA] astyle

2025-01-30 Thread ASSI via Cygwin-apps
Michael Cook via Cygwin-apps writes: > +SRC_URI=" > https://gitlab.com/saalen/astyle/-/archive/3.6.6/astyle-3.6.6.tar.gz"; https://gitlab.com/saalen/${PN}/-/archive/${PV}/${P}.tar.gz"; will let you change versions without having to find it in each and every string. > +SRC_DIR=astyle-3.6.6 If yo

Re: [ITA] astyle

2025-01-30 Thread Marco Atzeri via Cygwin-apps
On 30/01/2025 20:48, Michael Cook via Cygwin-apps wrote: Thanks, I suspected this package wasn't using the latest conventions. I'm having trouble with `compile` now though: $ cygport astyle.cygport compile Compiling astyle-3.6.6-1.x86_64 CMake Error: Could not find CMAKE_ROOT !!! CMake has mo

Re: [ITA] astyle

2025-01-30 Thread Michael Cook via Cygwin-apps
> likely you have defined /bin in the PATH before /usr/bin Wow. That was it. My compile succeeded now. ok, stay tuned... Michael On Thu, Jan 30, 2025 at 3:49 PM Marco Atzeri via Cygwin-apps < cygwin-apps@cygwin.com> wrote: > On 30/01/2025 20:48, Michael Cook via Cygwin-apps wrote: > > Thanks, I

Re: [ITA] astyle

2025-01-30 Thread Marco Atzeri via Cygwin-apps
On 30/01/2025 13:36, Michael Cook via Cygwin-apps wrote: The astyle version used in the Cygwin package is 2.06 from 2016. I have a working package using the latest astyle release 3.6.6. * `cygport download all-test check` succeeds * running the resulting astyle.exe in an existing source code rep

Re: [ITA] astyle

2025-01-30 Thread Michael Cook via Cygwin-apps
Sure, attached. It's very similar to the old astyle-2.06-1.cygport: --- astyle-2.06-1.cygport 2025-01-30 06:35:58.321284100 -0500 +++ astyle-3.6.6.cygport 2025-01-30 06:33:35.048925600 -0500 @@ -1,10 +1,10 @@ HOMEPAGE="http://astyle.sourceforge.net/"; -SRC_URI="mirror://sourceforge/astyle/${PN}_

[ITA] astyle

2025-01-30 Thread Michael Cook via Cygwin-apps
The astyle version used in the Cygwin package is 2.06 from 2016. I have a working package using the latest astyle release 3.6.6. * `cygport download all-test check` succeeds * running the resulting astyle.exe in an existing source code repo worked as expected What's the next step? This would be

Re: [ITA] astyle

2025-01-30 Thread Marco Atzeri via Cygwin-apps
On 30/01/2025 17:35, Michael Cook via Cygwin-apps wrote: Sure, attached. It's very similar to the old astyle-2.06-1.cygport: see attached, I rewrote following latest practice and to use cmake. no need of source patch and to use version on file name. Let me know if something is not clear. R

Re: [ITA] astyle

2025-01-30 Thread Marco Atzeri via Cygwin-apps
On 30/01/2025 18:36, Marco Atzeri wrote: On 30/01/2025 17:35, Michael Cook via Cygwin-apps wrote: Sure, attached. It's very similar to the old astyle-2.06-1.cygport: see attached, I rewrote following latest practice and to use cmake. no need of source patch and to use version on file name.