Created attachment 204757 [details] patch Update devel/gettext-runtime and devel/gettext-tools to 0.20.1. Add new subpackage devel/libtextstyle.
Assign to portmgr for exp-run.
Created attachment 204780 [details] patch2 Updated patch after libtextstyle got committed in ports r503261.
New failure logs on 12.0 amd64: http://package18.nyi.freebsd.org/data/120amd64-default-PR238277/2019-06-04_14h29m02s/logs/errors/lgeneral-1.3.2.log http://package18.nyi.freebsd.org/data/120amd64-default-PR238277/2019-06-04_14h29m02s/logs/errors/weex-2.8.2.log http://package18.nyi.freebsd.org/data/120amd64-default-PR238277/2019-06-04_14h29m02s/logs/errors/sarg-2.3.11.log
Created attachment 204857 [details] patch3 ftp/weex: - remove bundled gettext (intl/): no longer supported - patch configure.in, Makefile.am and src/Makefile.am to remove references to bundled gettext - patch configure.in to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will include gettext .m4 files from m4/ (matching the version set with AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal. - port to modern gettext: install po/Makevars and fix a problem in the French translation. - patch configure.in to fix detection of OpenSSL 1.1. - in port Makefile: add EXAMPLES and NLS options, add ports OpenSSL support, set default path for root certificates games/lgeneral: - patch Makefile.in instead Makefile.am so USES=autoreconf isn't needed. www/sarg: - patch configure.ac to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will include gettext .m4 files from m4/ (matching the version set with AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal. - port Makefile: remove obsolete post-patch, patching configure also has no effect with USES=autoreconf
make patch fails for weex: http://package18.nyi.freebsd.org/data/120amd64-default-PR238277/2019-06-06_13h34m59s/logs/errors/weex-2.8.2_1.log
Created attachment 204862 [details] patch4 ftp/weex: copy Makevars in pre-configure instead of post-patch.
Exp-run looks fine
A commit references this bug: Author: tijl Date: Sat Jun 8 09:55:03 UTC 2019 New revision: 503716 URL: https://svnweb.freebsd.org/changeset/ports/503716 Log: devel/gettext*: - Update to 0.20.1. - Add options to install documentation and examples. devel/libtextstyle: - Take maintainership because it is now released as part of gettext. ftp/weex: - Remove bundled gettext (intl/): no longer supported. - Patch configure.in, Makefile.am and src/Makefile.am to remove references to bundled gettext. - Patch configure.in to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will include gettext .m4 files from m4/ (matching the version set with AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal. - Port to modern gettext: add po/Makevars and fix a problem in the French translation. - Patch configure.in to fix detection of OpenSSL 1.1. - In port Makefile: add EXAMPLES and NLS options, add ports OpenSSL support, set default path for root certificates. games/lgeneral: - Patch Makefile.in instead of Makefile.am so USES=autoreconf isn't needed. www/sarg: - Patch configure.ac to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will include gettext .m4 files from m4/ (matching the version set with AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal. - Port Makefile: remove obsolete post-patch, patching configure also has no effect with USES=autoreconf. PR: 238277 Exp-run by: antoine Approved by: portmgr (antoine) Changes: head/devel/gettext/Makefile.common head/devel/gettext/distinfo head/devel/gettext/pkg-descr head/devel/gettext-runtime/Makefile head/devel/gettext-runtime/files/patch-configure head/devel/gettext-runtime/pkg-descr head/devel/gettext-runtime/pkg-plist head/devel/gettext-tools/Makefile head/devel/gettext-tools/files/patch-configure head/devel/gettext-tools/pkg-descr head/devel/gettext-tools/pkg-plist head/devel/libtextstyle/Makefile head/devel/libtextstyle/distinfo head/ftp/weex/Makefile head/ftp/weex/files/ head/ftp/weex/files/patch-Makefile.am head/ftp/weex/files/patch-configure.in head/ftp/weex/files/patch-po-fr.po head/ftp/weex/files/patch-src-Makefile.am head/ftp/weex/pkg-plist head/games/lgeneral/Makefile head/www/sarg/Makefile head/www/sarg/files/patch-configure.ac