Wednesday, August 31, 2022

Re: [PATCH]:Made vis-0.7 manpage refer to re_format(7) rather than regex(7)

On 2022/08/31 00:11, Artsi0m wrote:
> Patch against OpenBSD ports source tree

Your mail client has reformatted the diff (in particular tabs->spaces,
but maybe there are other problems too) so that it doesn't apply.

Still, it is easy enough to regenerate if the maintainer (CC'd) wants
to take it so I wouldn't bother resending it now, but maybe figure out
what's needed for any future diffs (the simplest way might be to send
as an attachment rather than inline).

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/editors/vis/Makefile,v
> retrieving revision 1.11
> diff -u -p -u -p -r1.11 Makefile
> --- Makefile 11 Mar 2022 18:58:39 -0000 1.11
> +++ Makefile 29 Aug 2022 15:41:35 -0000
> @@ -2,7 +2,7 @@ COMMENT = vi-like editor with sam-style
>
> V = 0.7
> DISTNAME = vis-${V}
> -REVISION = 0
> +REVISION = 1
>
> TEST_V = 0.5
> SUPDISTNAME = vis-test-${TEST_V}
> cvs server: Diffing patches
> Index: patches/patch-man-vis
> ===================================================================
> RCS file: patches/patch-man-vis
> diff -N patches/patch-man-vis
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ patches/patch-man-vis 29 Aug 2022 15:41:35 -0000
> @@ -0,0 +1,14 @@
> +Changed reference to regex(7) manpage to re_format(7)
> +
> +Index: man/vis.1
> +--- man/vis.1
> ++++ man/vis.1
> +@@ -260,7 +260,7 @@ currently defers regular expression matching to
> the underlying C library.
> + It uses what POSIX refers to as
> + .Dq Extended Regular Expressions
> + as described in
> +-.Xr regex 7 .
> ++.Xr re_format 7 .
> + The anchors
> + .Ic ^
> + and
>

No comments:

Post a Comment