svn commit: r372088 - head/print/texlive-texmf
Hiroki Sato
hrs at FreeBSD.org
Sun Nov 2 20:49:59 UTC 2014
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 at sugg@ie at low#1#2#3/\\def\\magyar at sugg@ie at 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
More information about the svn-ports-all
mailing list