Date: Wed, 10 Jun 2026 16:16:17 +0000 From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7b09a55a743f - main - lang/gnat1?: gettext is always required Message-ID: <6a298dd1.35ca7.1c589710@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b09a55a743f6b03e89bee11124e51f3e77632a5 commit 7b09a55a743f6b03e89bee11124e51f3e77632a5 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2026-06-10 16:12:31 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2026-06-10 16:12:31 +0000 lang/gnat1?: gettext is always required Ignore the portlint warning and always depends on gettext. (See PR 277508) PR: 295966 Reported by: Robert William Vesterman --- lang/gnat12/Makefile | 3 +-- lang/gnat13/Makefile | 3 +-- lang/gnat14/Makefile | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/lang/gnat12/Makefile b/lang/gnat12/Makefile index c7b0a0651c13..8fe6bde25aac 100644 --- a/lang/gnat12/Makefile +++ b/lang/gnat12/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \ RUN_DEPENDS= ${LOCALBASE}/bin/as:devel/binutils \ gcc${_GCC_VER}>0:lang/gcc${_GCC_VER} -USES= bison gmake iconv libtool localbase tar:xz +USES= bison gettext-runtime gmake iconv libtool localbase tar:xz USE_BINUTILS= yes USE_LDCONFIG= ${_TARGLIB} @@ -95,7 +95,6 @@ MULTILIB_CONFIGURE_ENABLE= multilib .else CONFIGURE_ARGS+= --disable-multilib .endif -NLS_USES= gettext-runtime NLS_CONFIGURE_ON= --enable-nls NLS_CONFIGURE_OFF= --disable-nls PREVASSET_DISTFILES+= ${_PREV_ASSET_FILE}.tar.xz:gnat diff --git a/lang/gnat13/Makefile b/lang/gnat13/Makefile index 221b3a1416e7..672839c1b2e4 100644 --- a/lang/gnat13/Makefile +++ b/lang/gnat13/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr RUN_DEPENDS= ${LOCALBASE}/bin/as:devel/binutils -USES= bison gmake iconv libtool localbase tar:xz +USES= bison gettext-runtime gmake iconv libtool localbase tar:xz USE_BINUTILS= yes USE_LDCONFIG= ${_TARGLIB} @@ -93,7 +93,6 @@ MULTILIB_CONFIGURE_ENABLE= multilib .else CONFIGURE_ARGS+= --disable-multilib .endif -NLS_USES= gettext-runtime NLS_CONFIGURE_ON= --enable-nls NLS_CONFIGURE_OFF= --disable-nls PREVASSET_DISTFILES+= ${_PREV_ASSET_FILE}.tar.xz:gnat diff --git a/lang/gnat14/Makefile b/lang/gnat14/Makefile index 673b79fa406a..3fe1079fa619 100644 --- a/lang/gnat14/Makefile +++ b/lang/gnat14/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr RUN_DEPENDS= ${LOCALBASE}/bin/as:devel/binutils -USES= bison gmake iconv libtool localbase tar:xz +USES= bison gettext-runtime gmake iconv libtool localbase tar:xz USE_BINUTILS= yes USE_LDCONFIG= ${_TARGLIB} @@ -93,7 +93,6 @@ MULTILIB_CONFIGURE_ENABLE= multilib .else CONFIGURE_ARGS+= --disable-multilib .endif -NLS_USES= gettext-runtime NLS_CONFIGURE_ON= --enable-nls NLS_CONFIGURE_OFF= --disable-nls PREVASSET_DISTFILES+= ${_PREV_ASSET_FILE}.tar.xz:gnathome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a298dd1.35ca7.1c589710>
