Github messages for voidlinux
 help / color / mirror / Atom feed
From: amak79 <amak79@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] hfsprogs: fix broken fsck.hfs.8 symlink
Date: Fri, 06 Nov 2020 02:23:09 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26161@inbox.vuxu.org> (raw)

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

             reply	other threads:[~2020-11-06  1:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-06  1:23 amak79 [this message]
2020-11-08 14:35 ` [PR PATCH] [Merged]: " sgn

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26161@inbox.vuxu.org \
    --to=amak79@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).