Created attachment 211362 [details] patch assuming dir is renamed misc/brs currently builds with many warnings but segfaults at runtime (probably a missing prototypes issue since that's what most of the warnings are). A much more recent version (4.30 as opposed to 4.03) of this is widely available on linux under the name bible-kjv, which also exists as an openbsd port. This patch updates to 4.30 and renames to bible-kjv; switches to using DEBIAN as the upstream; includes the "randverse" program; and does some wordsmithing on the description (it's all very well saying that the port includes libraries, but it doesn't install them). I did not change the maintainer field but feel free to assign it to me if the existing maintainer times out or demurs. Attached patch assumes the dir is already renamed from misc/brs to misc/bible-kjv (note all the files/* are removed).
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/115037426
I have not run FreeBSD in many years, so no objections to reassigning the maintenance. Thanks!
Comment on attachment 211362 [details] patch assuming dir is renamed Approved by: <user unknown nu> (implicit, approves maintainer change)
A commit references this bug: Author: koobs Date: Sat Feb 8 08:24:57 UTC 2020 New revision: 525523 URL: https://svnweb.freebsd.org/changeset/ports/525523 Log: misc/brs: Update to 4.3.0 misc/brs currently builds with many warnings and segfaults at runtime, likely a missing prototypes issue as that's what most of the warnings are. A much more recent version (4.30 as opposed to 4.03) of this is widely available on linux under the name "bible-kjv", which also exists as an OpenBSD port. This change updates brs to 4.30, switching upstream to DEBIAN [1], and the first step commit to renaming the port. While here: - Include the "randverse" program - Wordsmith pkg-descr: It's all very well saying that the port includes libraries, but it doesn't install them. - Remove patches: no longer relevent [1] Use a temporary MASTER_SITES workaround, instead of 'DEBIAN' directly because it does not currently use or support DISTNAME. PR: 243886 Submitted by: Andrew <andrew tao11.riddles.org.uk> Approved by: <user unknown nu> (implicit, approves maintainer change) Approved by: portmgr (blanket: run (crash) fixes) MFH: 2020Q1 Changes: head/misc/brs/Makefile head/misc/brs/distinfo head/misc/brs/files/ head/misc/brs/pkg-descr head/misc/brs/pkg-plist
A commit references this bug: Author: koobs Date: Tue Feb 11 03:37:48 UTC 2020 New revision: 525774 URL: https://svnweb.freebsd.org/changeset/ports/525774 Log: MFH: r525523 misc/brs: Update to 4.3.0 misc/brs currently builds with many warnings and segfaults at runtime, likely a missing prototypes issue as that's what most of the warnings are. A much more recent version (4.30 as opposed to 4.03) of this is widely available on linux under the name "bible-kjv", which also exists as an OpenBSD port. This change updates brs to 4.30, switching upstream to DEBIAN [1], and the first step commit to renaming the port. While here: - Include the "randverse" program - Wordsmith pkg-descr: It's all very well saying that the port includes libraries, but it doesn't install them. - Remove patches: no longer relevent [1] Use a temporary MASTER_SITES workaround, instead of 'DEBIAN' directly because it does not currently use or support DISTNAME. PR: 243886 Submitted by: Andrew <andrew tao11.riddles.org.uk> Approved by: <user unknown nu> (implicit, approves maintainer change) Approved by: portmgr (blanket: run (crash) fixes) Approved by: ports-secteam (blanket: run (crash) fixes) Changes: _U branches/2020Q1/ branches/2020Q1/misc/brs/Makefile branches/2020Q1/misc/brs/distinfo branches/2020Q1/misc/brs/files/ branches/2020Q1/misc/brs/pkg-descr branches/2020Q1/misc/brs/pkg-plist
A commit references this bug: Author: koobs Date: Mon Feb 17 06:29:47 UTC 2020 New revision: 526344 URL: https://svnweb.freebsd.org/changeset/ports/526344 Log: misc/brs: Rename to bible-kjv ports r525523 updated brs to use the DEBIAN upstream 'bible-kjv', the successor to the now unmaintained brs. This commit renames brs to bible-kjv accordingly. PR: 243886 Submitted by: Andrew <andrew tao11.riddles.org.uk> Approved by: <user unknown nu> (implicit, approves maintainer change) Changes: head/MOVED head/misc/bible-kjv/ head/misc/bible-kjv/Makefile head/misc/brs/
Committed and merged (bugfix), and renamed. Thanks Andrew!