Skip to content

Commit

Permalink
sysutils/toybox: update to 0.8.9
Browse files Browse the repository at this point in the history
Changelog: http://landley.net/toybox/#10-01-2023

Changes to the port:
- Removed patches that are no longer necessary due to upstream having
  improved the FreeBSD support
- Removed LIB_DEPEND on devel/libinotify (no longer necessary)
- Removed s|sed|gsed| replacement (no longer necessary)

PR:		269009
  • Loading branch information
vkarlsen authored and MikaelUrankar committed Jan 17, 2023
1 parent 339c547 commit 9649e75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 78 deletions.
8 changes: 1 addition & 7 deletions sysutils/toybox/Makefile
@@ -1,5 +1,5 @@
PORTNAME= toybox
PORTVERSION= 0.8.8
PORTVERSION= 0.8.9
CATEGORIES= sysutils
MASTER_SITES= http://landley.net/toybox/downloads/

Expand All @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

BUILD_DEPENDS= bash:shells/bash gsed:textproc/gsed
LIB_DEPENDS= libinotify.so:devel/libinotify

USES= gmake shebangfix

Expand Down Expand Up @@ -41,11 +40,6 @@ USRBIN_LINKS= acpi ascii base64 basename bunzip2 bzcat cal chrt chvt \
uuidgen w watch wc which who whoami xargs xxd yes
USRSBIN_LINKS= chroot

post-patch:
${REINPLACE_CMD} -e 's|<sys/inotify.h>|"${LOCALBASE}/include/sys/inotify.h"|' \
${WRKSRC}/lib/portability.c
${REINPLACE_CMD} -e 's|sed|gsed|' ${WRKSRC}/scripts/single.sh

do-configure:
cd ${WRKSRC} && HOSTCC=${CC} ${GMAKE} bsd_defconfig

Expand Down
6 changes: 3 additions & 3 deletions sysutils/toybox/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1660384956
SHA256 (toybox-0.8.8.tar.gz) = dafd41978d40f02a61cf1be99a2b4a25812bbfb9c3157e679ee7611202d6ac58
SIZE (toybox-0.8.8.tar.gz) = 3492750
TIMESTAMP = 1673953133
SHA256 (toybox-0.8.9.tar.gz) = 06913dde3de7139b40f947bd7f23869dfc8796e9c6ff39de02719f8b7b2d47ad
SIZE (toybox-0.8.9.tar.gz) = 3517516
20 changes: 0 additions & 20 deletions sysutils/toybox/files/patch-lib_portability.c

This file was deleted.

48 changes: 0 additions & 48 deletions sysutils/toybox/files/patch-toys_other_openvt.c

This file was deleted.

0 comments on commit 9649e75

Please sign in to comment.