svn commit: r318245 - in head/print: texlive-base texlive-full texlive-infra texlive-texmf
Hiroki Sato
hrs at FreeBSD.org
Wed May 15 15:33:03 UTC 2013
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 at 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 at 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 at 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
More information about the svn-ports-all
mailing list