Date: Wed, 15 May 2013 15:33:02 +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: r318245 - in head/print: texlive-base texlive-full texlive-infra texlive-texmf Message-ID: <201305151533.r4FFX2LL084319@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Wed May 15 15:33:02 2013 New Revision: 318245 URL: http://svnweb.freebsd.org/changeset/ports/318245 Log: Mark USE_TEX=texlive in TeXLive-specific ports. Modified: head/print/texlive-base/Makefile head/print/texlive-full/Makefile head/print/texlive-infra/Makefile head/print/texlive-texmf/Makefile Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Wed May 15 15:29:01 2013 (r318244) +++ head/print/texlive-base/Makefile Wed May 15 15:33:02 2013 (r318245) @@ -23,8 +23,7 @@ LIB_DEPENDS= icuio:${PORTSDIR}/devel/icu png15:${PORTSDIR}/graphics/png \ zzip:${PORTSDIR}/devel/zziplib -USE_TEX= web2c kpathsea ptexenc texhash -TEX_DEFAULT= texlive # override user configuration +USE_TEX= texlive web2c kpathsea ptexenc texhash USE_XZ= yes USE_GMAKE= yes USE_AUTOTOOLS= autoconf Modified: head/print/texlive-full/Makefile ============================================================================== --- head/print/texlive-full/Makefile Wed May 15 15:29:01 2013 (r318244) +++ head/print/texlive-full/Makefile Wed May 15 15:33:02 2013 (r318245) @@ -11,8 +11,7 @@ EXTRACT_ONLY= #empty MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Live, Full Version -USE_TEX= full texhash -TEX_DEFAULT= texlive +USE_TEX= texlive full texhash NO_BUILD= yes do-install: Modified: head/print/texlive-infra/Makefile ============================================================================== --- head/print/texlive-infra/Makefile Wed May 15 15:29:01 2013 (r318244) +++ head/print/texlive-infra/Makefile Wed May 15 15:33:02 2013 (r318245) @@ -12,7 +12,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Basic TeXLive infrastructure USE_XZ= yes -USE_TEX= texmf +USE_TEX= texlive texmf NO_BUILD= yes NO_WRKSUBDIR= yes Modified: head/print/texlive-texmf/Makefile ============================================================================== --- head/print/texlive-texmf/Makefile Wed May 15 15:29:01 2013 (r318244) +++ head/print/texlive-texmf/Makefile Wed May 15 15:33:02 2013 (r318245) @@ -13,8 +13,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Live Typesetting System, texmf Tree USE_XZ= yes -USE_TEX= base texhash -TEX_DEFAULT= texlive # override user configuration +USE_TEX= texlive base texhash TEXHASHDIRS= ${TEXMFDIR} ${TEXMFDISTDIR} NO_BUILD= yes NO_WRKSRC= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305151533.r4FFX2LL084319>