Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] schilytools: move ved online help out of /usr/share/man
@ 2023-03-30 21:50 classabbyamp
  2023-03-30 22:05 ` classabbyamp
  2023-04-06 22:56 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: classabbyamp @ 2023-03-30 21:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages ved-help
https://github.com/void-linux/void-packages/pull/43126

schilytools: move ved online help out of /usr/share/man
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

cc: @leahneukirchen


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

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

From 81dc124eb4260d7a690e7206b6e4b17f3a4e3f27 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 30 Mar 2023 17:48:48 -0400
Subject: [PATCH] schilytools: move ved online help out of /usr/share/man

---
 srcpkgs/schilytools/patches/helpfile.patch | 46 ++++++++++++++++++++++
 srcpkgs/schilytools/template               |  2 +-
 2 files changed, 47 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/schilytools/patches/helpfile.patch

diff --git a/srcpkgs/schilytools/patches/helpfile.patch b/srcpkgs/schilytools/patches/helpfile.patch
new file mode 100644
index 000000000000..b53b440fd989
--- /dev/null
+++ b/srcpkgs/schilytools/patches/helpfile.patch
@@ -0,0 +1,46 @@
+don't put the online help in /usr/share/man/help
+
+--- a/ved/ved.h
++++ b/ved/ved.h
+@@ -165,7 +165,7 @@
+ #define	HELPFILE	UC "/doc/cmds/ved.help"
+ #else
+ #define	DEFSHELL	"/bin/sh"
+-#define	HELPFILE	UC "/opt/schily/share/man/help/ved.help"
++#define	HELPFILE	UC "/opt/schily/share/doc/ved/help/ved.help"
+ #endif
+ 
+ /*
+--- a/ved/ved.c
++++ b/ved/ved.c
+@@ -530,7 +530,7 @@
+ 	Uchar	*hfile = HELPFILE;
+ 	Uchar	*name;
+ 
+-	name = _gethelpfile("share/man/help/ved.help");
++	name = _gethelpfile("share/doc/ved/help/ved.help");
+ 	if (name == NULL)
+ 		name = _gethelpfile("man/help/ved.help");
+ 
+--- a/ved/ved.1
++++ b/ved/ved.1
+@@ -3276,7 +3276,7 @@
+ .B ved
+ shell command execute buffer.
+ .TP
+-.B .../man/help/ved.help
++.B .../doc/ved/help/ved.help
+ The on-line help file is assumed to be in the same
+ directory tree as the
+ .B ved
+--- a/ved/Makefile.help
++++ b/ved/Makefile.help
+@@ -7,7 +7,7 @@
+ include		$(SRCROOT)/$(RULESDIR)/rules.top
+ ###########################################################################
+ 
+-INSDIR=		share/man/help
++INSDIR=		share/doc/ved/help
+ TARGET=		ved.help
+ #XMK_FILE=	Makefile.man
+ 
diff --git a/srcpkgs/schilytools/template b/srcpkgs/schilytools/template
index 176318566932..4ff29eb3ee83 100644
--- a/srcpkgs/schilytools/template
+++ b/srcpkgs/schilytools/template
@@ -1,7 +1,7 @@
 # Template file for 'schilytools'
 pkgname=schilytools
 version=2023.01.12
-revision=1
+revision=2
 build_style=meta
 makedepends="acl-devel attr-devel e2fsprogs-devel m4"
 depends="sccs sdd sfind smake star ved"

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

* Re: schilytools: move ved online help out of /usr/share/man
  2023-03-30 21:50 [PR PATCH] schilytools: move ved online help out of /usr/share/man classabbyamp
@ 2023-03-30 22:05 ` classabbyamp
  2023-04-06 22:56 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-03-30 22:05 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43126#issuecomment-1491023952

Comment:
hm that failure isn't related to anything i touched...


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

* Re: [PR PATCH] [Merged]: schilytools: move ved online help out of /usr/share/man
  2023-03-30 21:50 [PR PATCH] schilytools: move ved online help out of /usr/share/man classabbyamp
  2023-03-30 22:05 ` classabbyamp
@ 2023-04-06 22:56 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-04-06 22:56 UTC (permalink / raw)
  To: ml

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

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

schilytools: move ved online help out of /usr/share/man
https://github.com/void-linux/void-packages/pull/43126

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

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

cc: @leahneukirchen


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

end of thread, other threads:[~2023-04-06 22:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30 21:50 [PR PATCH] schilytools: move ved online help out of /usr/share/man classabbyamp
2023-03-30 22:05 ` classabbyamp
2023-04-06 22:56 ` [PR PATCH] [Merged]: " classabbyamp

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