[NEW] www/unit

2021-09-24 Thread Sergey A. Osokin
Hi, hope you're doing well these days. I'm working on the NGINX Unit port and created my first version of the Portfile, and it's attached. NGINX Unit supports mostly all versions of: - perl - php - python - ruby and other languages, so I'm interested how to support all of those with macports. C

Re: [NEW] www/unit

2021-09-24 Thread Sergey A. Osokin
bport ${name} block. Same for “startupitem.create no" Fixed, thanks. > > On Sep 24, 2021, at 12:49 PM, Sergey A. Osokin wrote: > > > > Hi, > > > > hope you're doing well these days. > > > > I'm working on the NGINX Unit port and created my first v

Re: [NEW] www/unit

2021-09-24 Thread Sergey A. Osokin
On Fri, Sep 24, 2021 at 02:33:34PM -0500, Marius Schamschula wrote: > Sergey, > > I’ve edited those parts: Thanks, Marius. -- Sergey Osokin signature.asc Description: PGP signature

[PATCH] databases/redis

2021-09-24 Thread Sergey A. Osokin
Hi, here's the update to update databases/redis to the recent version. Thank you. -- Sergey Osokin --- Portfile.orig 2021-09-24 16:01:01.0 -0400 +++ Portfile 2021-09-24 16:03:55.0 -0400 @@ -10,7 +10,7 @@ legacysupport.newest_darwin_requires_legacy 15 nameredi

[NEW] www/jwt-cli

2021-09-25 Thread Sergey A. Osokin
Hi, here's the Portfile of the jwt-cli tool to encode/decode JSON Web Tokens. -- Sergey Osokin # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 PortGroup

Re: [NEW] www/jwt-cli

2021-09-25 Thread Sergey A. Osokin
Hi Renee, On Sat, Sep 25, 2021 at 12:08:42PM -0400, Renee Otten wrote: > Thanks for the submission Sergey! > > However, the mailing list isn’t really the best medium to do this... > Please submit the new Portfile instead as a PR on MacPorts’ GitHub > page as Blair also mentioned yesterday (see: >

Re: [NEW] www/unit

2021-09-27 Thread Sergey A. Osokin
Hi folks, On Fri, Sep 24, 2021 at 02:33:34PM -0500, Marius Schamschula wrote: > Sergey, > > I’ve edited those parts: is there any other suggestions or comments on the www/unit/Portfile? Thank you. -- Sergey Osokin # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-of

Re: [NEW] www/unit

2021-09-27 Thread Sergey A. Osokin
Hey Graid, thanks for the update and questions! On Mon, Sep 27, 2021 at 06:00:40PM -0400, Craig Treleaven wrote: > > On Sep 27, 2021, at 9:07 AM, Sergey A. Osokin wrote: > > > > Hi folks, > > > > On Fri, Sep 24, 2021 at 02:33:34PM -0500, Marius Schamschula wrote

Re: [NEW] www/unit

2021-09-29 Thread Sergey A. Osokin
Hi, updated version of the www/unit/Portfile is attached, here's the list of changes: 1. multi-versions support for perl, python and ruby languages 2. added php module, commented out at the moment, PHP embed SAPI is required to build Unit's PHP module, here's the `./configure php .. ' outpu

Re: [NEW] www/unit

2021-09-29 Thread Sergey A. Osokin
-ports Here we go, https://github.com/macports/macports-ports/pull/12404 Thanks. -- Sergey Osokin > > On 29 Sep 2021, at 10:50 am, Sergey A. Osokin wrote: > > > > Hi, > > > > updated version of the www/unit/Portfile is attached, here's the list > > of

get a compiler version?

2021-10-01 Thread Sergey A. Osokin
Hi, could you guide me how to get a compiler's version. I know it's possible to use configure.cc and configure.compiler variables (their default values are /usr/bin/clang and clang), but is there a variable with the clang version? Thank you. -- Sergey Osokin

Re: get a compiler version?

2021-10-03 Thread Sergey A. Osokin
Hi Josh, thanks for the reply. On Sat, Oct 02, 2021 at 12:55:04PM +1000, Joshua Root wrote: > On 2021-10-2 01:39 , Sergey A. Osokin wrote: > > Hi, > > > > could you guide me how to get a compiler's version. > > > > I know it's possible to use config

Re: get a compiler version?

2021-10-03 Thread Sergey A. Osokin
On Mon, Oct 04, 2021 at 04:27:19AM +1100, Joshua Root wrote: > On 2021-10-4 03:20 , Sergey A. Osokin wrote: > > I've found that www/unit builds, primarily unit-perl* and unit-ruby > > modules, fail when it runs with clang13. And that's because of the > > -Wcompou

www/unit build failer on Azure DevOps

2021-10-03 Thread Sergey A. Osokin
Hi, I'm looking for details on the www/unit build failure on Azure DevOps platform, i.e. https://dev.azure.com/macports/macports-ports/_build/results?buildId=17185&view=results Could you guide me how to decrypt those error messages. Thank you. -- Sergey Osokin signature.asc Description: PGP

Re: www/unit build failer on Azure DevOps

2021-10-03 Thread Sergey A. Osokin
On Sun, Oct 03, 2021 at 07:37:45PM -0400, Craig Treleaven wrote: > > On Oct 3, 2021, at 5:30 PM, Sergey A. Osokin wrote: > > I'm looking for details on the www/unit build failure on Azure DevOps > > platform, > > i.e. > > https://dev.azure.com/macports/macports

Re: get a compiler version?

2021-10-05 Thread Sergey A. Osokin
Thanks for the reply, Ryan! On Tue, Oct 05, 2021 at 05:55:19PM -0500, Ryan Schmidt wrote: > On Oct 3, 2021, at 16:02, Sergey A. Osokin wrote: > > > On Mon, Oct 04, 2021 at 04:27:19AM +1100, Joshua Root wrote: > >> On 2021-10-4 03:20 , Sergey A. Osokin wrote: > >>>

Re: [NEW] www/unit

2021-10-05 Thread Sergey A. Osokin
Hey Ryan, On Tue, Oct 05, 2021 at 06:42:21PM -0500, Ryan Schmidt wrote: > On Sep 29, 2021, at 04:50, Sergey A. Osokin wrote: > > > 2. added php module, commented out at the moment, PHP embed SAPI is > > required to build Unit's PHP module, here's the > > I wa

Re: [NEW] www/unit

2021-10-27 Thread Sergey A. Osokin
Hi Ryan, hope you're doing well. On Wed, Oct 06, 2021 at 02:41:26AM +0000, Sergey A. Osokin wrote: > On Tue, Oct 05, 2021 at 06:42:21PM -0500, Ryan Schmidt wrote: > > On Sep 29, 2021, at 04:50, Sergey A. Osokin wrote: > > > > > 2. added php module, commented out at