git: 3afb54f26697 - main - devel/arm-elf-binutils: Remove USES=makeinfo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Oct 2023 19:01:53 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3afb54f26697fcc3d19577b66cf4ccb9fefc1be3
commit 3afb54f26697fcc3d19577b66cf4ccb9fefc1be3
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-21 18:48:42 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-21 19:01:37 +0000
devel/arm-elf-binutils: Remove USES=makeinfo
- The usage of makeinfo is actually a NOOP here as the info files are
deleted at post-install stage. So fake the presence of makeinfo.
- Pet portclippy
---
devel/arm-elf-binutils/Makefile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/devel/arm-elf-binutils/Makefile b/devel/arm-elf-binutils/Makefile
index 1db0fdeb3215..6ac0dbfb133d 100644
--- a/devel/arm-elf-binutils/Makefile
+++ b/devel/arm-elf-binutils/Makefile
@@ -11,11 +11,15 @@ WWW= https://www.gnu.org/software/binutils
LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
-USES= cpe gettext gmake localbase makeinfo tar:xz
+USES= cpe gettext gmake localbase tar:xz
CPE_VENDOR= gnu
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} --disable-werror \
--disable-nls
+
+BINARY_ALIAS= makeinfo=true
+
INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info
post-install: