7 Commits

Author SHA1 Message Date
sthen
6eb550683d unit language modules: add BDEP on www/unit/unit. not actually needed but
it stops trying to build modules if there was a problem with unit itself,
plus it pulls in any needed BDEPs. using this as a way to address missing
BDEP on pcre2 for modules (seen by aja@ and me) - configure script wants
it even when we're only building modules not unitd.
2021-11-22 14:46:16 +00:00
sthen
5b0853c6a2 unit: missed adding a -Werror/-g patch in reorgnanisation 2021-11-22 14:42:37 +00:00
sthen
eb702ce7fa Rearrange the NGINX Unit port so that modules are built from separate
subdirectories, this simplifies building only those modules that you
want, and makes it possible to build multiple versions of an extension
type. Add the php extension, with FLAVORs for 7.4 and 8.0.
OK with maintainer.
2021-11-19 10:01:02 +00:00
sthen
a29901c041 update to unit-1.26.0, from maintainer Sergey A. Osokin
small tweaks from me, also looked over by op@
2021-11-18 20:11:35 +00:00
sthen
74e3cc3e92 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:51 +00:00
sthen
79a905b5d7 fix a broken TEST_DEPENDS 2021-10-24 14:27:42 +00:00
sthen
a991f48f18 import www/unit, from Sergey A. Osokin (osa@FreeBSD), few tweaks by me
ok landry@

NGINX Unit is a dynamic web application server, designed to run
applications in multiple languages.  Unit is lightweight, polyglot,
and dynamically configured via API.  The design of the server allows
reconfiguration of specific application parameters as needed by the
engineering or operations.
2021-10-23 16:02:51 +00:00