Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2019 09:40:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511920 - head/print/texinfo
Message-ID:  <201909130940.x8D9ehmU038661@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909130940.x8D9ehmU038661>