--- Makefile (revision 516635) +++ Makefile (working copy) @@ -50,7 +50,7 @@ CPE_VERSION= ${PORTVERSION:R} NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext +NLS_USES= gettext localbase post-patch: @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/texinfo.tex-${TEXINFO_TEX_RELDATE} ${WRKSRC}/doc/texinfo.tex --- files/patch-tp-Texinfo-XS-configure (nonexistent) +++ files/patch-tp-Texinfo-XS-configure (working copy) @@ -0,0 +1,33 @@ +--- tp/Texinfo/XS/configure.libtool.bak 2019-09-19 14:27:26 UTC ++++ tp/Texinfo/XS/configure +@@ -16989,6 +16989,18 @@ + done + + ++ for ac_header in libintl.h ++do : ++ ac_fn_c_check_header_mongrel "$LINENO" "libintl.h" "ac_cv_header_libintl_h" "$ac_includes_default" ++if test "x$ac_cv_header_libintl_h" = xyes; then : ++ cat >>confdefs.h <<_ACEOF ++#define HAVE_LIBINTL_H 1 ++_ACEOF ++ ++fi ++ ++done ++ + + + +--- tp/Texinfo/XS/config.in.orig 2019-09-19 14:27:37 UTC ++++ tp/Texinfo/XS/config.in +@@ -158,6 +158,9 @@ + declares uintmax_t. */ + #undef HAVE_INTTYPES_H_WITH_UINTMAX + ++/* Define to 1 if you have the header file. */ ++#undef HAVE_LIBINTL_H ++ + /* Define to 1 if you have the header file. */ + #undef HAVE_LIMITS_H +