Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] mdocml: fix detection of pager
Date: Sun, 12 Jun 2022 21:12:22 +0200	[thread overview]
Message-ID: <20220612191222.jy9vrq7O-xz80FpFxn22tMNj-7esrxg46c6h8T6yS4E@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37518@inbox.vuxu.org>

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

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages fix/mdocml-pager-cross
https://github.com/void-linux/void-packages/pull/37518

mdocml: fix detection of pager
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

fixes #37512

@lfdebrux, does this fix your issue?


A patch file from https://github.com/void-linux/void-packages/pull/37518.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix/mdocml-pager-cross-37518.patch --]
[-- Type: text/x-diff, Size: 815 bytes --]

From 418fde4b71d5035e0c0a8f42800373046fc7b1c4 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 11 Jun 2022 12:10:01 -0400
Subject: [PATCH] mdocml: fix detection of pager

---
 srcpkgs/mdocml/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mdocml/template b/srcpkgs/mdocml/template
index e18de8b7adf2..bd9d81fe28d5 100644
--- a/srcpkgs/mdocml/template
+++ b/srcpkgs/mdocml/template
@@ -1,12 +1,13 @@
 # Template file for 'mdocml'
 pkgname=mdocml
 version=1.14.6
-revision=3
+revision=4
 wrksrc="mandoc-${version}"
 build_style=configure
 make_build_args="all man.cgi"
 make_check_target="regress"
-makedepends="less zlib-devel"
+hostmakedepends="less"
+makedepends="zlib-devel"
 depends="less"
 checkdepends="perl"
 conf_files="/etc/man.conf"

  parent reply	other threads:[~2022-06-12 19:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-11 16:11 [PR PATCH] " classabbyamp
2022-06-11 17:01 ` lfdebrux
2022-06-12 19:12 ` classabbyamp [this message]
2022-06-13  8:25 ` [PR PATCH] [Merged]: " leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220612191222.jy9vrq7O-xz80FpFxn22tMNj-7esrxg46c6h8T6yS4E@z \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).