svn commit: r511920 - head/print/texinfo

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 13 09:40:44 UTC 2019


Author: bapt
Date: Fri Sep 13 09:40:43 2019
New Revision: 511920
URL: https://svnweb.freebsd.org/changeset/ports/511920

Log:
  Fix texinfo playing with unicode variables
  Chose ncurses (tinfo in this case) with widechar support first.
  
  PR:		240553
  Submitted by:	Victor Sudakov <vas at mpeks.tomsk.su>

Modified:
  head/print/texinfo/Makefile

Modified: head/print/texinfo/Makefile
==============================================================================
--- head/print/texinfo/Makefile	Fri Sep 13 09:32:51 2019	(r511919)
+++ head/print/texinfo/Makefile	Fri Sep 13 09:40:43 2019	(r511920)
@@ -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}


More information about the svn-ports-head mailing list