Bug 265833 - sysutils/toybox: update to 0.8.8
Summary: sysutils/toybox: update to 0.8.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: http://landley.net/toybox/#12-08-2022
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-14 12:58 UTC by Vidar Karlsen
Modified: 2022-08-15 12:18 UTC (History)
1 user (show)

See Also:


Attachments
git format-patch (9.24 KB, patch)
2022-08-14 12:58 UTC, Vidar Karlsen
vidar: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vidar Karlsen 2022-08-14 12:58:22 UTC
Created attachment 235904 [details]
git format-patch

Update sysutils/toybox to 0.8.8.

poudriere testport ok on:
12.3 amd64
12.3 i386
13.0 amd64
13.0 arm64
13.1 amd64

portlint warns about possible direct uses of commands, but they are just lists of files for do-install to work with.

Changelog: http://landley.net/toybox/#12-08-2022
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-15 12:17:19 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1418764bb1bf0f0bca3f1c734a9655a49009b68c

commit 1418764bb1bf0f0bca3f1c734a9655a49009b68c
Author:     Vidar Karlsen <vidar@karlsen.tech>
AuthorDate: 2022-08-15 12:14:47 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-08-15 12:14:47 +0000

    sysutils/toybox: Update to 0.8.8

    ChangeLog:      http://landley.net/toybox/#12-08-2022
    PR:             265833

 sysutils/toybox/Makefile                           |  5 +-
 sysutils/toybox/distinfo                           |  6 +-
 sysutils/toybox/files/patch-lib_portability.c      | 70 +---------------------
 .../toybox/files/patch-lib_portability.h (gone)    | 20 -------
 .../toybox/files/patch-toys_other_chvt.c (gone)    | 25 --------
 .../toybox/files/patch-toys_other_openvt.c (new)   | 48 +++++++++++++++
 sysutils/toybox/pkg-plist                          |  1 -
 7 files changed, 56 insertions(+), 119 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-08-15 12:18:22 UTC
Committed, thanks!