Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] socat: fix spurious spacing in man page
@ 2022-05-18 18:05 subnut
  2022-06-14 16:04 ` sgn
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: subnut @ 2022-05-18 18:05 UTC (permalink / raw)
  To: ml

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

There is a new pull request by subnut against master on the void-packages repository

https://github.com/subnut/void-packages socat
https://github.com/void-linux/void-packages/pull/37189

socat: fix spurious spacing in man page
Only affects man pages rendered by mandoc.
mandb-man isn't affected (it ignores blank lines).

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-socat-37189.patch --]
[-- Type: text/x-diff, Size: 915 bytes --]

From 6bad7b003222cc9dad56cebbdfece029cdd5ed88 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Wed, 18 May 2022 23:31:24 +0530
Subject: [PATCH] socat: fix spurious spacing in man page

Only affects man pages rendered by mandoc.
mandb-man isn't affected (it ignores blank lines).
---
 srcpkgs/socat/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/socat/template b/srcpkgs/socat/template
index 44fe3e4ce6d6..de3d36464b31 100644
--- a/srcpkgs/socat/template
+++ b/srcpkgs/socat/template
@@ -1,7 +1,7 @@
 # Template file for 'socat'
 pkgname=socat
 version=1.7.4.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-libwrap --enable-fips
  ac_cv_have_z_modifier=yes"
@@ -35,3 +35,7 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 configure_args+=" ac_cv_ispeed_offset=13"
+
+post_extract() {
+	vsed -i doc/socat.1 -e /^$/d
+}

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

end of thread, other threads:[~2022-09-24 16:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 18:05 [PR PATCH] socat: fix spurious spacing in man page subnut
2022-06-14 16:04 ` sgn
2022-06-22  6:30 ` [PR PATCH] [Updated] " subnut
2022-06-22  6:30 ` subnut
2022-06-22  6:32 ` subnut
2022-06-22  6:33 ` [PR PATCH] [Updated] " subnut
2022-06-22  6:36 ` subnut
2022-09-21  2:15 ` github-actions
2022-09-24 16:19 ` [PR PATCH] [Closed]: " subnut

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