Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: [patch] lang/njs update
To:
"Sergey A. Osokin" <osa@freebsd.org>
Cc:
ports@openbsd.org
Date:
Sat, 1 Jun 2024 17:14:59 +0100

Download raw body.

Thread
On 2024/06/01 16:02, Sergey A. Osokin wrote:
> here's the patch to update lang/njs to the latest version, 0.8.4.

will check and commit.

> Please note that the following patches can be safely removed
> from the port:
> - patch-auto_make
> - patch-external_njs_xml_module_c

you can use "cvs rm" and "cvs diff -uNp" to include the removals in your
diff.

> +++ unit/patches/patch-src_nxt__js.c	Sat Jun  1 11:47:20 2024
> +++ unit/patches/patch-src_nxt__script.c	Sat Jun  1 11:47:46 2024

these should be generated with "make update-patches" which generates
diffs for files in the work directory where the original has been copied
with an ".orig.port" extension, and uses a standardized patch format and
filename.

there was also REVISION=0 to remove in unit-python.