From owner-svn-ports-head@freebsd.org Fri Sep 13 09:40:44 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F8A5EC3F8; Fri, 13 Sep 2019 09:40:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46V9cD02GYz4PNG; Fri, 13 Sep 2019 09:40:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D908B5378; Fri, 13 Sep 2019 09:40:43 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8D9ehfO038662; Fri, 13 Sep 2019 09:40:43 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8D9ehmU038661; Fri, 13 Sep 2019 09:40:43 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201909130940.x8D9ehmU038661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 13 Sep 2019 09:40:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511920 - head/print/texinfo X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/print/texinfo X-SVN-Commit-Revision: 511920 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2019 09:40:44 -0000 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 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}