aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-09-13 09:40:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-09-13 09:40:43 +0000
commit06ab19817481d7d893dba5b3b2e9329e0c63ff19 (patch)
treec163a741d9c86bbaf683e13eb87bc3924e5e12f6 /print
parentf0d86eed3f1f34fcb924f6389b3bb648c7e4f1c9 (diff)
downloadports-06ab19817481d7d893dba5b3b2e9329e0c63ff19.tar.gz
ports-06ab19817481d7d893dba5b3b2e9329e0c63ff19.zip
Fix texinfo playing with unicode variables
Chose ncurses (tinfo in this case) with widechar support first. PR: 240553 Submitted by: Victor Sudakov <vas@mpeks.tomsk.su>
Notes
Notes: svn path=/head/; revision=511920
Diffstat (limited to 'print')
-rw-r--r--print/texinfo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile
index c2ba88087619..ff9337936012 100644
--- a/print/texinfo/Makefile
+++ b/print/texinfo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= texinfo
PORTVERSION= 6.6
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= print
MASTER_SITES= GNU \
@@ -59,6 +59,7 @@ post-patch:
@${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/texi2dvi-${TEXI2DVI_RELDATE} ${WRKSRC}/util/texi2dvi
@${REINPLACE_CMD} -e '/rm -f $$(DESTDIR)/ s|$$| $$(DESTDIR)$$(xsdir)/XSParagraph.*|' ${WRKSRC}/tp/Texinfo/XS/Makefile.in
@${REINPLACE_CMD} -e 's|free (.*)|Safe&|' ${WRKSRC}/tp/Texinfo/XS/misc.c
+ @${REINPLACE_CMD} -e 's/tinfo/tinfow/g' ${WRKSRC}/configure
post-install:
${INSTALL_DATA} ${WRKSRC}/util/htmlxref.cnf ${STAGEDIR}${DATADIR}