Github messages for voidlinux
 help / color / mirror / Atom feed
From: meator <meator@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] rc: fix dead links
Date: Sun, 12 Sep 2021 19:05:42 +0200	[thread overview]
Message-ID: <20210912170542.s_qmZ7q3SgNbkOqIlGEHeoPehep-IcPMVmyWwCpnZjQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32875@inbox.vuxu.org>

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

There is an updated pull request by meator against master on the void-packages repository

https://github.com/meator/void-packages rc
https://github.com/void-linux/void-packages/pull/32875

rc: fix dead links
<!-- Mark items with [x] where applicable -->
`rc` seems pretty dead now. `tobold.org` and `static.tobold.org` are down. I have tried to contact the author, but his email seems to be down too. This package should maybe be removed rather than fixed.

This PR fixes dead links and modifies the build process.

@leahneukirchen I'm pinging you since you are the maintainer of `rc`. Do you have any comment on this?
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

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

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

From aa2a040833fe1b3ba66ee0d31a22f5ab7d87840e Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Wed, 8 Sep 2021 09:45:47 +0200
Subject: [PATCH] rc: fix dead links

---
 srcpkgs/rc/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/rc/template b/srcpkgs/rc/template
index 9b5cce9066ff..12d2169be111 100644
--- a/srcpkgs/rc/template
+++ b/srcpkgs/rc/template
@@ -1,19 +1,20 @@
 # Template file for 'rc'
 pkgname=rc
 version=1.7.4
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="ac_cv_sys_restartable_syscalls=no
  $(vopt_if readline --with-edit=gnu)
  $(vopt_if libedit --with-edit=bsd)"
+hostmakedepends="automake"
 makedepends="$(vopt_if readline readline-devel)
  $(vopt_if libedit libedit-devel)"
 short_desc="Alternative implementation of the plan 9 rc shell"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Zlib"
-homepage="http://tobold.org/article/rc"
-distfiles="http://static.tobold.org/$pkgname/$pkgname-$version.tar.gz"
-checksum=5ed26334dd0c1a616248b15ad7c90ca678ae3066fa02c5ddd0e6936f9af9bfd8
+homepage="https://github.com/rakitzis/rc"
+distfiles="https://github.com/rakitzis/rc/archive/refs/tags/v${version}.tar.gz"
+checksum=0b83f8698dd8ef44ca97b25c4748c087133f53c7fff39b6b70dab65931def8b0
 register_shell="/bin/rc"
 
 build_options="readline libedit static"
@@ -24,6 +25,7 @@ pre_configure() {
 		CFLAGS+=" -static"
 		LDFLAGS+=" -static"
 	fi
+	sh bootstrap
 }
 
 pre_build() {

  parent reply	other threads:[~2021-09-12 17:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-08  8:21 [PR PATCH] " meator
2021-09-08  9:40 ` [PR PATCH] [Updated] " meator
2021-09-08  9:53 ` leahneukirchen
2021-09-12 16:27 ` leahneukirchen
2021-09-12 16:42 ` [PR PATCH] [Updated] " meator
2021-09-12 16:42 ` meator
2021-09-12 16:48 ` ericonr
2021-09-12 17:05 ` meator [this message]
2021-09-12 17:12 ` [PR PATCH] [Merged]: " leahneukirchen

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=20210912170542.s_qmZ7q3SgNbkOqIlGEHeoPehep-IcPMVmyWwCpnZjQ@z \
    --to=meator@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).