Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Nov 2014 20:49:59 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372088 - head/print/texlive-texmf
Message-ID:  <201411022049.sA2KnxGP026191@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Sun Nov  2 20:49:59 2014
New Revision: 372088
URL: https://svnweb.freebsd.org/changeset/ports/372088
QAT: https://qat.redports.org/buildarchive/r372088/

Log:
  Fix a warning message when \usepackage[magyar]{babel} and utf8 inputenc
  are used at the same time.
  
  PR:		194349
  Submitted by:	Zsolt Udvari

Modified:
  head/print/texlive-texmf/Makefile

Modified: head/print/texlive-texmf/Makefile
==============================================================================
--- head/print/texlive-texmf/Makefile	Sun Nov  2 20:45:16 2014	(r372087)
+++ head/print/texlive-texmf/Makefile	Sun Nov  2 20:49:59 2014	(r372088)
@@ -2,7 +2,7 @@
 
 PORTNAME=	texlive
 PORTVERSION=	20140525
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	print
 MASTER_SITES=	ftp://ftp.tug.org/historic/systems/texlive/2014/
 PKGNAMESUFFIX=	-texmf
@@ -246,6 +246,7 @@ do-install:
 	${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \
 		${EXTRACT_AFTER_ARGS} -C ${STAGEDIR}${PREFIX}/share \
 		--strip-components 1 --no-same-permission --no-same-owner
+	${REINPLACE_CMD} -i '' 's/\\def\\magyar@sugg@ie@low#1#2#3/\\def\\magyar@sugg@ie@low\\protect #1#2#3/' ${STAGEDIR}${PREFIX}/share/texmf-dist/tex/latex/babel-hungarian/magyar.ldf
 	${MKDIR} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/doc
 	${TOUCH} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/doc/.keep_me
 	${MKDIR} ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/source



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