Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mdocml: fix detection of pager
@ 2022-06-11 16:11 classabbyamp
  2022-06-11 17:01 ` lfdebrux
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: classabbyamp @ 2022-06-11 16:11 UTC (permalink / raw)
  To: ml

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

There is a new 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: 758 bytes --]

From 0cdd6a15c8113ed4adae96d40af18dc958759b30 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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/mdocml/template b/srcpkgs/mdocml/template
index e18de8b7adf2..7be40747f56b 100644
--- a/srcpkgs/mdocml/template
+++ b/srcpkgs/mdocml/template
@@ -1,11 +1,12 @@
 # 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"
+hostmakedepends="less"
 makedepends="less zlib-devel"
 depends="less"
 checkdepends="perl"

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

* Re: mdocml: fix detection of pager
  2022-06-11 16:11 [PR PATCH] mdocml: fix detection of pager classabbyamp
@ 2022-06-11 17:01 ` lfdebrux
  2022-06-12 19:12 ` [PR PATCH] [Updated] " classabbyamp
  2022-06-13  8:25 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: lfdebrux @ 2022-06-11 17:01 UTC (permalink / raw)
  To: ml

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

New comment by lfdebrux on void-packages repository

https://github.com/void-linux/void-packages/pull/37518#issuecomment-1152965043

Comment:
@classabbyamp yes, this works, thank you!

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

* Re: [PR PATCH] [Updated] mdocml: fix detection of pager
  2022-06-11 16:11 [PR PATCH] mdocml: fix detection of pager classabbyamp
  2022-06-11 17:01 ` lfdebrux
@ 2022-06-12 19:12 ` classabbyamp
  2022-06-13  8:25 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-06-12 19:12 UTC (permalink / raw)
  To: ml

[-- 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"

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

* Re: [PR PATCH] [Merged]: mdocml: fix detection of pager
  2022-06-11 16:11 [PR PATCH] mdocml: fix detection of pager classabbyamp
  2022-06-11 17:01 ` lfdebrux
  2022-06-12 19:12 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-06-13  8:25 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2022-06-13  8:25 UTC (permalink / raw)
  To: ml

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

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

mdocml: fix detection of pager
https://github.com/void-linux/void-packages/pull/37518

Description:
<!-- 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?


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

end of thread, other threads:[~2022-06-13  8:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-11 16:11 [PR PATCH] mdocml: fix detection of pager classabbyamp
2022-06-11 17:01 ` lfdebrux
2022-06-12 19:12 ` [PR PATCH] [Updated] " classabbyamp
2022-06-13  8:25 ` [PR PATCH] [Merged]: " leahneukirchen

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).