Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR REVIEW] mdocml: backport patches for #9868
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23108@inbox.vuxu.org>
@ 2020-08-23 20:25 ` Duncaen
  2020-08-23 21:58 ` gt7-void
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: Duncaen @ 2020-08-23 20:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/23108#discussion_r475261235

Comment:
Why indent this? Why add `-`? Imho this whole block should be kept as is.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] mdocml: backport patches for #9868
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23108@inbox.vuxu.org>
  2020-08-23 20:25 ` [PR REVIEW] mdocml: backport patches for #9868 Duncaen
@ 2020-08-23 21:58 ` gt7-void
  2020-09-29  2:15 ` ericonr
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: gt7-void @ 2020-08-23 21:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1710 bytes --]

New review comment by gt7-void on void-packages repository

https://github.com/void-linux/void-packages/pull/23108#discussion_r475272167

Comment:
I just took the chance to make some (mostly) noop changes to the template to make xlint happy. The proposed commit fixes all of the following warnings in the current template:
```
$ xlint srcpkgs/mdocml/template
srcpkgs/mdocml/template: Place checkdepends= after depends=
srcpkgs/mdocml/template: Place provides= after checksum=
srcpkgs/mdocml/template:14: short_desc should not start with an article
srcpkgs/mdocml/template:33: trailing whitespace
srcpkgs/mdocml/template:40: custom variables should use _ prefix: PREFIX=/usr
srcpkgs/mdocml/template:41: custom variables should use _ prefix: SBINDIR=/usr/bin
srcpkgs/mdocml/template:42: custom variables should use _ prefix: MANDIR=/usr/share/man
srcpkgs/mdocml/template:43: custom variables should use _ prefix: OSNAME="Void Linux"
srcpkgs/mdocml/template:44: custom variables should use _ prefix: BINM_SOELIM=mandoc-soelim
srcpkgs/mdocml/template:45: custom variables should use _ prefix: MANM_ROFF="mandoc_roff"
srcpkgs/mdocml/template:49: custom variables should use _ prefix: HAVE_REWB_BSD=0
srcpkgs/mdocml/template:54: trailing whitespace
```

What's the recommended way to fix the warnings for lines 40-49?
The `-` means to strip leading tab characters (https://www.gnu.org/software/bash/manual/html_node/Redirections.html#Here-Documents)

Several templates use this pattern of indented heredoc (for one example see the git template).

I think the indented version is easier to read (either with two tabs or just one tab as in the git template) but I don't really care either way.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: mdocml: backport patches for #9868
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23108@inbox.vuxu.org>
  2020-08-23 20:25 ` [PR REVIEW] mdocml: backport patches for #9868 Duncaen
  2020-08-23 21:58 ` gt7-void
@ 2020-09-29  2:15 ` ericonr
  2020-09-29  2:54 ` ericonr
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-09-29  2:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23108#issuecomment-700384860

Comment:
Have you noticed any weird behavior with these patches applied?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: mdocml: backport patches for #9868
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23108@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-09-29  2:15 ` ericonr
@ 2020-09-29  2:54 ` ericonr
  2020-09-29  5:50 ` [PR REVIEW] " ericonr
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-09-29  2:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23108#issuecomment-700395102

Comment:
@leahneukirchen are you ok with these patches being applied?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] mdocml: backport patches for #9868
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23108@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-09-29  2:54 ` ericonr
@ 2020-09-29  5:50 ` ericonr
  2020-10-02 14:11 ` leahneukirchen
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-09-29  5:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 265 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23108#discussion_r496433178

Comment:
@gt7-void I believe the point here is that it's ok to fail some `xlint` checks to avoid adding diffs to the templates.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: mdocml: backport patches for #9868
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23108@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-09-29  5:50 ` [PR REVIEW] " ericonr
@ 2020-10-02 14:11 ` leahneukirchen
  2020-10-02 15:07 ` [PR REVIEW] " gt7-void
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: leahneukirchen @ 2020-10-02 14:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/23108#issuecomment-702757017

Comment:
Yes, I expected an upstream release sooner, but alas.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] mdocml: backport patches for #9868
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23108@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-10-02 14:11 ` leahneukirchen
@ 2020-10-02 15:07 ` gt7-void
  2020-10-14 11:41 ` Piraty
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: gt7-void @ 2020-10-02 15:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 602 bytes --]

New review comment by gt7-void on void-packages repository

https://github.com/void-linux/void-packages/pull/23108#discussion_r498880451

Comment:
> @gt7-void I believe the point here is that it's ok to fail some `xlint` checks to avoid adding diffs to the templates.

I thought it was preferred to fix all `xlint` checks any time a template is changed.

In any case: is there a clear preference for heredocs (indented vs. unindented)?

If unindented heredocs are preferred (or accepted), should `xlint` be able to ignore the heredoc block (or check that the heredoc is in the preferred format)?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] mdocml: backport patches for #9868
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23108@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2020-10-02 15:07 ` [PR REVIEW] " gt7-void
@ 2020-10-14 11:41 ` Piraty
  2020-11-25 16:58 ` ericonr
  2020-12-22 19:43 ` [PR PATCH] [Closed]: " ericonr
  9 siblings, 0 replies; 10+ messages in thread
From: Piraty @ 2020-10-14 11:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23108#discussion_r466554836

Comment:
please
* `vsed`
* put to `post_patch()`

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] mdocml: backport patches for #9868
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23108@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2020-10-14 11:41 ` Piraty
@ 2020-11-25 16:58 ` ericonr
  2020-12-22 19:43 ` [PR PATCH] [Closed]: " ericonr
  9 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-11-25 16:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23108#discussion_r530520514

Comment:
Could this config simply go in `files/` instead?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Closed]: mdocml: backport patches for #9868
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23108@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2020-11-25 16:58 ` ericonr
@ 2020-12-22 19:43 ` ericonr
  9 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-12-22 19:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 641 bytes --]

There's a closed pull request on the void-packages repository

mdocml: backport patches for #9868
https://github.com/void-linux/void-packages/pull/23108

Description:
Fixes #9868 until a new upstream release.
Closes #13125.

It is important since some man pages are inaccessible without this.

For example: `man parallel` displays `moreutils_parallel.1` instead of `parallel.1`.

Also: `man vi` displays `nvi.1` instead of `vi.1` even when `vi` is the choosen alternative (this is less important since `man vim` works)

I took the patches verbatim from #9868, except I had to remove a hunk from the first patch for the file `TODO`.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-12-22 19:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23108@inbox.vuxu.org>
2020-08-23 20:25 ` [PR REVIEW] mdocml: backport patches for #9868 Duncaen
2020-08-23 21:58 ` gt7-void
2020-09-29  2:15 ` ericonr
2020-09-29  2:54 ` ericonr
2020-09-29  5:50 ` [PR REVIEW] " ericonr
2020-10-02 14:11 ` leahneukirchen
2020-10-02 15:07 ` [PR REVIEW] " gt7-void
2020-10-14 11:41 ` Piraty
2020-11-25 16:58 ` ericonr
2020-12-22 19:43 ` [PR PATCH] [Closed]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).