diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2025-11-28 18:29:53 +0100 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2025-12-14 19:29:12 +0100 |
| commit | 974099d0bd746251e5166248e3126781f39937c0 (patch) | |
| tree | f619834274bdff1bd320f86e83268f8a8b79072d /misc/lifelines/files/patch-configure.ac | |
| parent | net/sniproxy: Apply upstream patches (diff) | |
devel/libtextstyle, devel/gettext*: Update to 0.26
Recent versions of gettext no longer install m4 files in
PREFIX/share/aclocal. They have to be installed in the work
directory by autopoint for aclocal to find them.
Patch devel/autoconf so autoreconf runs autopoint when gettext related
macros are used in configure.ac (e.g. AM_ICONV). Previously it only
ran autopoint when AM_GNU_GETTEXT_(REQUIRE_)VERSION was used.
The following ports now require autopoint (i.e. USES=gettext-tools):
benchmarks/sysbench, devel/libhtp, editors/fxite, filesystems/rar2fs,
graphics/gd, net/ucarp, news/fidogate, sysutils/cdrdao
Other fixes:
emulators/mednafen, misc/lifelines: Use older version of gettext macros.
ftp/axel: Patch Makefile.am and configure.ac to get gettext working and
add NLS option.
ftp/wzdftpd: Use autoreconf 2.72.
mail/sympa: Remove hack from configure.ac.
multimedia/dvdauthor: Use ports autoreconf.
net/asterisk-chan_sccp: Drop autoreconf and gettext-tools dependencies.
security/pam_pkcs11: Patch configure.ac so autoreconf can find the
custom directory with m4 files.
sysutils/grub2-efi, sysutils/grub2-pcbsd: Add patch to run autoreconf
with -f flag so it updates all files.
www/wget2: Patch configure.ac to what autopoint expects.
PR: 287167
Exp-run by: antoine
Diffstat (limited to 'misc/lifelines/files/patch-configure.ac')
| -rw-r--r-- | misc/lifelines/files/patch-configure.ac | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/lifelines/files/patch-configure.ac b/misc/lifelines/files/patch-configure.ac new file mode 100644 index 000000000000..60e9b9ead875 --- /dev/null +++ b/misc/lifelines/files/patch-configure.ac @@ -0,0 +1,18 @@ +--- configure.ac.orig 2016-03-17 00:15:34 UTC ++++ configure.ac +@@ -11,6 +11,7 @@ AC_CONFIG_AUX_DIR(build/autotools) + AC_PREREQ(2.50) + AC_REVISION([for lifelines, built with autoconf] AC_ACVERSION) + AC_CONFIG_AUX_DIR(build/autotools) ++AC_CONFIG_MACRO_DIRS([build/autotools]) + AC_CANONICAL_HOST + + dnl Use 'foreign' to avoid requiring GNU files in top-level. +@@ -48,6 +49,7 @@ AM_GNU_GETTEXT(,need-ngettext) + dnl These languages should be a copy of po/LINGUAS + ALL_LINGUAS="da de el eo es fr it nl pl rw sv" + AM_GNU_GETTEXT(,need-ngettext) ++AM_GNU_GETTEXT_VERSION([0.11.5]) + + dnl codeset conversion library + AM_ICONV |
