Andreas Wacknitz
2023-10-29 c6e233a9403f603c785ea1faa11d1870d248adb6
rebuild p7zip

2 files modified
11 ■■■■ changed files
components/archiver/p7zip/Makefile 6 ●●●● patch | view | raw | blame | history
components/archiver/p7zip/pkg5 5 ●●●●● patch | view | raw | blame | history
components/archiver/p7zip/Makefile
@@ -30,7 +30,7 @@
COMPONENT_NAME=         p7zip
COMPONENT_VERSION=      16.2
HUMAN_VERSION=        16.02
COMPONENT_REVISION=     5
COMPONENT_REVISION=     6
COMPONENT_SUMMARY=      The p7zip compression and archiving utility
COMPONENT_PROJECT_URL=  https://p7zip.sourceforge.net/
COMPONENT_SRC=          $(COMPONENT_NAME)_$(HUMAN_VERSION)
@@ -80,9 +80,9 @@
# so they're impossible to remove without adding the write bit first.
COMPONENT_POST_INSTALL_ACTION += $(CHMOD) -R u+w $(PROTO_DIR)
# build does this always
ifeq ($(strip $(MACH)),sparc)
REQUIRED_PACKAGES += system/library/math
endif
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
components/archiver/p7zip/pkg5
@@ -2,9 +2,8 @@
    "dependencies": [
        "shell/ksh93",
        "system/library",
        "system/library/g++-10-runtime",
        "system/library/gcc-10-runtime",
        "system/library/math"
        "system/library/g++-13-runtime",
        "system/library/gcc-13-runtime"
    ],
    "fmris": [
        "compress/p7zip"