git: f5d854dfc38c - main - sysutils/syslinux: remove artificial architecture limitation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Oct 2021 05:51:35 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5d854dfc38c91b17fb2389c10264b5148f72d17 commit f5d854dfc38c91b17fb2389c10264b5148f72d17 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-10-24 05:50:06 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-10-24 05:50:15 +0000 sysutils/syslinux: remove artificial architecture limitation Added with a dubious reason in r423370 (89d3f87471f0c). This program can be used in stand-alone environments to populate bootable media, e.g. as dependency of `sysutils/unetbootin' port, and GNU/Linux is certainly available on far more architectures than could be listed here. --- sysutils/syslinux/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/sysutils/syslinux/Makefile b/sysutils/syslinux/Makefile index 6869982533be..d885a8061e8a 100644 --- a/sysutils/syslinux/Makefile +++ b/sysutils/syslinux/Makefile @@ -14,9 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= nasm:devel/nasm RUN_DEPENDS= mtools:emulators/mtools -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 -ONLY_FOR_ARCHS_REASON= linux is not available for ${ARCH} - USES= perl5 gmake tar:xz USE_PERL5= build MAKE_ARGS= CC="${CC}"