- Remove duplicate USE_GMAKE line
- Add --disable-fast-perl to avoid a warning at configure time. This option
is used to do faster Makefile generation.
- For unknown reason, at build stage, the Makefile tries to rebuild
configure script (it happens before, but at this version, it breaks
build). Add necessary evils (automake dependency and libtool hacks from
bsd.autotools.mk) to make this port build in a tinderbox env.
PR: ports/125343
Submitted by: Rusty Nejdl <rnejdl at ringofsaturn.com> (maintainer)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
binary files with CONFIGURE_TARGET variable contents although this
is not reproduceable in local tests. Nevertheless, fix it by setting
CONFIGURE_ARGS+=--program-transform-name=''
Prompted by: bento