Date: Sat, 27 Jan 2018 11:14:19 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460105 - head/print/tex-xetex Message-ID: <201801271114.w0RBEJj3027446@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Jan 27 11:14:19 2018 New Revision: 460105 URL: https://svnweb.freebsd.org/changeset/ports/460105 Log: print/tex-xetex: Add dvipdfmx to dependencies compilation of tex files using xetex will fail with (./test.aux)sh: /usr/local/bin/xdvipdfmx: not found otherwise. PR: 217094 Approved by: hrs (maintainer timeout) Modified: head/print/tex-xetex/Makefile Modified: head/print/tex-xetex/Makefile ============================================================================== --- head/print/tex-xetex/Makefile Sat Jan 27 11:09:22 2018 (r460104) +++ head/print/tex-xetex/Makefile Sat Jan 27 11:14:19 2018 (r460105) @@ -2,7 +2,7 @@ PORTNAME= xetex PORTVERSION= 0.99992 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- @@ -25,7 +25,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libTECkit.so:textproc/teckit USES= pkgconfig tar:xz -USE_TEX= kpathsea web2c texmf formats fmtutil +USE_TEX= kpathsea web2c texmf formats fmtutil dvipdfmx USE_XORG= pixman USE_GNOME= cairo TEXHASHDIRS= ${TEXMFDISTDIR} ${TEXMFVARDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801271114.w0RBEJj3027446>