Re: git: 90ff69df3cde - main - archivers/ark: archivers/rar[i386] is available only for i386/amd64 arches (+)
- Reply: Gleb Popov : "Re: git: 90ff69df3cde - main - archivers/ark: archivers/rar[i386] is available only for i386/amd64 arches (+)"
- In reply to: Dima Panov : "git: 90ff69df3cde - main - archivers/ark: archivers/rar[i386] is available only for i386/amd64 arches (+)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jul 2026 10:40:55 UTC
On Fri, Jul 3, 2026 at 1:39 PM Dima Panov <fluffy@freebsd.org> wrote:
>
> RAR_DESC= Support for RAR archives (runtime)
> RAR_RUN_DEPENDS= unrar:archivers/unrar \
> - rar:archivers/rar
> + ${RAR_RUN_DEPENDS_${ARCH}}
> +RAR_RUN_DEPENDS_amd64= rar:archivers/rar
> +RAR_RUN_DEPENDS_i386= rar:archivers/rar-i386
This leaves out all arches except i386 and amd64.