Bug 265833

Summary: sysutils/toybox: update to 0.8.8
Product: Ports & Packages Reporter: Vidar Karlsen <vidar>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Only Me CC: eduardo
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: http://landley.net/toybox/#12-08-2022
Attachments:
Description Flags
git format-patch vidar: maintainer-approval+

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!