git: 42f054aeff40 - main - misc/getopt: Fix a0b5a8dd4cedad3afe8f125cd273dbdd32b44ee5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Sep 2025 10:57:24 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=42f054aeff40526d5ebae2e845303e3b0dc90401
commit 42f054aeff40526d5ebae2e845303e3b0dc90401
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-30 10:41:45 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-30 10:50:43 +0000
misc/getopt: Fix a0b5a8dd4cedad3afe8f125cd273dbdd32b44ee5
- Bump PORTREVISION for package change
Reported by: fluffy
---
misc/getopt/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile
index a5fdc59d8af2..ebb5d5c2ad83 100644
--- a/misc/getopt/Makefile
+++ b/misc/getopt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= getopt
PORTVERSION= 2.41.1
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION:R}/
DISTNAME= util-linux-${PORTVERSION}
@@ -19,8 +20,9 @@ CONFIGURE_ARGS= --disable-asciidoc \
--disable-nls \
--disable-makeinstall-chown \
--disable-makeinstall-setuid \
- --disable-year2038 \
- --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
+ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
+ ${CONFIGURE_ARGS_${ARCH}}
+CONFIGURE_ARGS_i386= --disable-year2038
GNU_CONFIGURE= yes
SHEBANG_FILES= misc-utils/getopt-example.bash