aboutsummaryrefslogtreecommitdiffstats
path: root/print/tex-formats
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2014-08-22 19:04:23 +0800
committerhrs <hrs@FreeBSD.org>2014-08-22 19:04:23 +0800
commit91f24e6eecdb1e1f3a701409d114d13305a46ff9 (patch)
tree4e5655e52b6737cbd19a56d45857fbe796c396bb /print/tex-formats
parent8cd8f23c7fff0820165439aa6fdc4ec2ea639d26 (diff)
downloadfreebsd-ports-gnome-91f24e6eecdb1e1f3a701409d114d13305a46ff9.tar.gz
freebsd-ports-gnome-91f24e6eecdb1e1f3a701409d114d13305a46ff9.tar.zst
freebsd-ports-gnome-91f24e6eecdb1e1f3a701409d114d13305a46ff9.zip
Update TeXLive to 2014.
- Note that full support of configuration tools such as tlmgr and texconfig is not ready yet. - Most of dviware now supports libpaper to choose the default papersize. Use paperconfig(8) utility or print/papersize-default-* packages. - Some quite old macros of the age of latex209 have been removed, and there are user-visible/invisible incompatibilities. Please send a report to freebsd-tex@FreeBSD.org or file a PR if you have trouble.
Diffstat (limited to 'print/tex-formats')
-rw-r--r--print/tex-formats/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile
index cd9a38924096..b5a97a9a3310 100644
--- a/print/tex-formats/Makefile
+++ b/print/tex-formats/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= formats
-PORTVERSION= 20120701
-PORTREVISION= 2
+PORTVERSION= 20140525
CATEGORIES= print
MASTER_SITES= #empty
PKGNAMEPREFIX= tex-
@@ -15,9 +14,9 @@ COMMENT= Formats for Basic TeX Engines
NO_BUILD= yes
NO_INSTALL= yes
-USE_TEX= texlive web2c kpathsea texmf texhash fmtutil
+USE_TEX= web2c kpathsea texmf texhash fmtutil
TEXHASHDIRS= ${TEXMFVARDIR}
-TEX_FORMATS= amstex context cslatex eplain latex-bin \
- metafont mex mltex mptopdf pdftex tex texsis
+TEX_FORMATS= amstex context cslatex csplain eplain latex-bin \
+ metafont mex mptopdf pdftex tex
.include <bsd.port.mk>