Skip to content

Commit

Permalink
drop cross/fd_8.7.0
Browse files Browse the repository at this point in the history
- not supported for ARMv5 anymore
  • Loading branch information
hgy59 committed Jan 5, 2025
1 parent aab5db9 commit d9d3ea8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 35 deletions.
29 changes: 0 additions & 29 deletions cross/fd_8.7.0/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion cross/fd_8.7.0/PLIST

This file was deleted.

3 changes: 0 additions & 3 deletions cross/fd_8.7.0/digests

This file was deleted.

2 changes: 2 additions & 0 deletions diyspk/fd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ SPK_REV = 1
DEPENDS = cross/fd

UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS)
# fd 8.7.0 with rust 1.77.2: use of deprecated method `chrono::TimeZone::datetime_from_str
UNSUPPORTED_ARCHS += $(ARMv5_ARCHS)
# we can't no longer downgrade to rust 1.77.2 for ARMv7L to build fd 8.7.0
UNSUPPORTED_ARCHS += $(ARMv7L_ARCHS)

Expand Down
4 changes: 2 additions & 2 deletions spk/synocli-file/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ DEPENDS += cross/eza
OPTIONAL_DESC := $(OPTIONAL_DESC)", eza"
DEPENDS += cross/ripgrep
OPTIONAL_DESC := $(OPTIONAL_DESC)", rg (ripgrep)"
ifneq ($(findstring $(ARCH),$(ARMv7L_ARCHS)),$(ARCH))
ifneq ($(findstring $(ARCH),$(ARMv5_ARCHS) $(ARMv7L_ARCHS)),$(ARCH))
DEPENDS += cross/fd
OPTIONAL_DESC := $(OPTIONAL_DESC)", fd (fd-find)"
endif
Expand Down Expand Up @@ -110,7 +110,7 @@ DESCRIPTION = "SynoCli File Tools provide a set of small command-line utilities:
detox, iconv, dos2unix tools, \
patch$(OPTIONAL_DESC)."
STARTABLE = no
CHANGELOG = "1. Remove fd (fd-find) for VS and NVR models (ARMv7L archs). <br/>"
CHANGELOG = "1. Remove fd (fd-find) v8.7.0 used for VS and NVR models (ARMv7L archs) and for ARMv5 archs. <br/>"
CHANGELOG += "2. Update eza to v0.20.15. <br/>"
CHANGELOG += "3. Update file to v5.46. <br/>"
CHANGELOG += "4. Update fzf to v0.57.0. <br/>"
Expand Down

0 comments on commit d9d3ea8

Please sign in to comment.