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 +, 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 th

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 wasn'

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: 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-port

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=results Could you guide me how to decrypt those error messages. Thank you. -- Sergey Osokin signature.asc Description: PGP

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 > > -Wcompound-token-s

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 configure.cc and

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: [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 chan

Re: [NEW] www/unit

2021-09-29 Thread Sergey A. Osokin
. -- 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 nameunit version 1.25.0 categories www platforms darwin license Apache-2 maintainers

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;

Re: [NEW] www/jwt-cli

2021-09-25 Thread Sergey A. Osokin
yesterday (see: > https://guide.macports.org/chunked/project.github.html thanks for the clarification here is the pull request, https://github.com/macports/macports-ports/pull/12373 -- Sergey Osokin signature.asc Description: PGP signature

[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

[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 name

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

Re: [NEW] www/unit

2021-09-24 Thread Sergey A. Osokin
a subport ${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 version >

[NEW] www/unit

2021-09-24 Thread Sergey A. Osokin
. Could you please provide your comments and guidance. Thank you. -- 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 nameunit version