Date: Sat, 18 May 2013 22:54:31 +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: r318464 - in head/print: tex-aleph tex-dvipdfmx tex-dvipsk tex-formats tex-jadetex tex-luatex tex-xdvik tex-xetex tex-xmltex Message-ID: <201305182254.r4IMsVPk067982@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Sat May 18 22:54:31 2013 New Revision: 318464 URL: http://svnweb.freebsd.org/changeset/ports/318464 Log: Add USE_TEX=texlive for TeXLive-specific ports. Modified: head/print/tex-aleph/Makefile head/print/tex-dvipdfmx/Makefile head/print/tex-dvipsk/Makefile head/print/tex-formats/Makefile head/print/tex-jadetex/Makefile head/print/tex-luatex/Makefile head/print/tex-xdvik/Makefile head/print/tex-xetex/Makefile head/print/tex-xmltex/Makefile Modified: head/print/tex-aleph/Makefile ============================================================================== --- head/print/tex-aleph/Makefile Sat May 18 22:43:54 2013 (r318463) +++ head/print/tex-aleph/Makefile Sat May 18 22:54:31 2013 (r318464) @@ -16,7 +16,7 @@ COMMENT= TeX Engine including Omega and USE_XZ= yes USE_GMAKE= yes -USE_TEX= kpathsea web2c texmf formats fmtutil +USE_TEX= texlive kpathsea web2c texmf formats fmtutil TEXHASHDIRS= ${TEXMFDISTDIR} EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} EXTRACT_FILES= \ Modified: head/print/tex-dvipdfmx/Makefile ============================================================================== --- head/print/tex-dvipdfmx/Makefile Sat May 18 22:43:54 2013 (r318463) +++ head/print/tex-dvipdfmx/Makefile Sat May 18 22:54:31 2013 (r318464) @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/ad USE_XZ= yes USE_GMAKE= yes -USE_TEX= kpathsea web2c texmf texhash +USE_TEX= texlive kpathsea web2c texmf texhash TEXHASHDIR= ${TEXMFDISTDIR} ${TEXMFDIR} USES= pkgconfig EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} Modified: head/print/tex-dvipsk/Makefile ============================================================================== --- head/print/tex-dvipsk/Makefile Sat May 18 22:43:54 2013 (r318463) +++ head/print/tex-dvipsk/Makefile Sat May 18 22:54:31 2013 (r318464) @@ -20,7 +20,7 @@ LIB_DEPENDS= paper:${PORTSDIR}/print/lib USE_XZ= yes USE_GMAKE= yes -USE_TEX= kpathsea web2c texmf texhash +USE_TEX= texlive kpathsea web2c texmf texhash TEXHASHDIRS= ${TEXMFDISTDIR} ${TEXMFDIR} EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} EXTRACT_FILES= \ Modified: head/print/tex-formats/Makefile ============================================================================== --- head/print/tex-formats/Makefile Sat May 18 22:43:54 2013 (r318463) +++ head/print/tex-formats/Makefile Sat May 18 22:54:31 2013 (r318464) @@ -12,7 +12,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Formats for Basic TeX Engines NO_BUILD= yes -USE_TEX= web2c kpathsea texmf texhash fmtutil +USE_TEX= texlive web2c kpathsea texmf texhash fmtutil TEXHASHDIRS= ${TEXMFVARDIR} TEX_FORMATS= amstex context cslatex eplain latex-bin \ metafont mex mltex mptopdf pdftex tex texsis Modified: head/print/tex-jadetex/Makefile ============================================================================== --- head/print/tex-jadetex/Makefile Sat May 18 22:43:54 2013 (r318463) +++ head/print/tex-jadetex/Makefile Sat May 18 22:54:31 2013 (r318464) @@ -13,7 +13,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= TeX backend for Jade, DSSSL processor for SGML/XML documents USE_XZ= yes -USE_TEX= texmf pdftex xmltex fmtutil +USE_TEX= texlive texmf pdftex xmltex fmtutil TEXHASHDIRS= ${TEXMFDISTDIR} EXTRACT_AFTER_ARGS=| ${TAR} -xf - -C ${PREFIX}/share \ --strip-components 1 --no-same-permission --no-same-owner \ Modified: head/print/tex-luatex/Makefile ============================================================================== --- head/print/tex-luatex/Makefile Sat May 18 22:43:54 2013 (r318463) +++ head/print/tex-luatex/Makefile Sat May 18 22:54:31 2013 (r318464) @@ -24,7 +24,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ USE_XZ= yes USE_GMAKE= yes -USE_TEX= kpathsea web2c texmf formats fmtutil +USE_TEX= texlive kpathsea web2c texmf formats fmtutil EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} EXTRACT_FILES= \ build-aux \ Modified: head/print/tex-xdvik/Makefile ============================================================================== --- head/print/tex-xdvik/Makefile Sat May 18 22:43:54 2013 (r318463) +++ head/print/tex-xdvik/Makefile Sat May 18 22:54:31 2013 (r318464) @@ -14,7 +14,7 @@ COMMENT= DVI Previewer(kpathsearch) for LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ paper:${PORTSDIR}/print/libpaper -USE_TEX= web2c kpathsea texmf texhash +USE_TEX= texlive web2c kpathsea texmf texhash TEXHASHDIRS= ${TEXMFDIR} USE_MOTIF= yes USE_GMAKE= yes Modified: head/print/tex-xetex/Makefile ============================================================================== --- head/print/tex-xetex/Makefile Sat May 18 22:43:54 2013 (r318463) +++ head/print/tex-xetex/Makefile Sat May 18 22:54:31 2013 (r318464) @@ -25,7 +25,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ USE_XZ= yes USE_GMAKE= yes -USE_TEX= kpathsea web2c texmf formats fmtutil +USE_TEX= texlive kpathsea web2c texmf formats fmtutil EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} EXTRACT_FILES= \ build-aux \ Modified: head/print/tex-xmltex/Makefile ============================================================================== --- head/print/tex-xmltex/Makefile Sat May 18 22:43:54 2013 (r318463) +++ head/print/tex-xmltex/Makefile Sat May 18 22:54:31 2013 (r318464) @@ -13,7 +13,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Non-validating XML parser, written in TeX USE_XZ= yes -USE_TEX= texmf pdftex fmtutil +USE_TEX= texlive texmf pdftex fmtutil TEXHASHDIRS= ${TEXMFDISTDIR} EXTRACT_AFTER_ARGS=| ${TAR} -xf - -C ${PREFIX}/share \ --strip-components 1 --no-same-permission --no-same-owner \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305182254.r4IMsVPk067982>