Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hfsprogs: fix broken fsck.hfs.8 symlink
@ 2020-11-06  1:23 amak79
  2020-11-08 14:35 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: amak79 @ 2020-11-06  1:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages hfsprogs
https://github.com/void-linux/void-packages/pull/26161

hfsprogs: fix broken fsck.hfs.8 symlink
- Use `vman` second argument to change the man page file name. This fixes the broken `/usr/share/man/man8/fsck.hfs.8 -> fsck.hfs.8` symlink.

- Create `fsck.hfsplus.8` symlink to `fsck.hfs.8`.

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

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

From 48d2318dac3d6a5c7b8dab6ce0038da9c7af694c Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 6 Nov 2020 12:05:43 +1100
Subject: [PATCH] hfsprogs: fix broken fsck.hfs.8 symlink

---
 srcpkgs/hfsprogs/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/hfsprogs/template b/srcpkgs/hfsprogs/template
index 7a74ae3bd12..5a17b5e22cc 100644
--- a/srcpkgs/hfsprogs/template
+++ b/srcpkgs/hfsprogs/template
@@ -3,7 +3,7 @@ pkgname=hfsprogs
 _distver=540.1
 _patchver=3
 version="${_distver}.linux${_patchver}"
-revision=6
+revision=7
 wrksrc="diskdev_cmds-${version}"
 hostmakedepends="clang"
 makedepends="libressl-devel libuuid-devel"
@@ -42,11 +42,11 @@ do_check() {
 do_install() {
 	vbin fsck_hfs.tproj/fsck_hfs fsck.hfs
 	vbin newfs_hfs.tproj/newfs_hfs mkfs.hfsplus
-	ln -s /usr/bin/fsck.hfs "${DESTDIR}"/usr/bin/fsck.hfsplus
+	ln -s fsck.hfs "${DESTDIR}"/usr/bin/fsck.hfsplus
 
-	vman fsck_hfs.tproj/fsck_hfs.8
-	vman newfs_hfs.tproj/newfs_hfs.8
-	ln -s fsck.hfs.8 "${DESTDIR}"/usr/share/man/man8/fsck.hfs.8
+	vman fsck_hfs.tproj/fsck_hfs.8 fsck.hfs.8
+	vman newfs_hfs.tproj/newfs_hfs.8 mkfs.hfsplus.8
+	ln -s fsck.hfs.8 "${DESTDIR}"/usr/share/man/man8/fsck.hfsplus.8
 
 	vlicense "${FILESDIR}"/APSL-2.0
 }

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

* Re: [PR PATCH] [Merged]: hfsprogs: fix broken fsck.hfs.8 symlink
  2020-11-06  1:23 [PR PATCH] hfsprogs: fix broken fsck.hfs.8 symlink amak79
@ 2020-11-08 14:35 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2020-11-08 14:35 UTC (permalink / raw)
  To: ml

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

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

hfsprogs: fix broken fsck.hfs.8 symlink
https://github.com/void-linux/void-packages/pull/26161

Description:
- Use `vman` second argument to change the man page file name. This fixes the broken `/usr/share/man/man8/fsck.hfs.8 -> fsck.hfs.8` symlink.
- Create `fsck.hfsplus.8` symlink to `fsck.hfs.8`.

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

end of thread, other threads:[~2020-11-08 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-06  1:23 [PR PATCH] hfsprogs: fix broken fsck.hfs.8 symlink amak79
2020-11-08 14:35 ` [PR PATCH] [Merged]: " sgn

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