aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-05-11 18:54:02 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-05-11 18:54:02 +0000
commit438c63e254b3787151bd05269c1eec06423173c2 (patch)
tree62097dd0874685b4e68bd6c9464bb686e062882e /UPDATING
parent33611a377ceb55f06ec457faaf8da02a03a27f0e (diff)
downloadports-438c63e254b3787151bd05269c1eec06423173c2.tar.gz
ports-438c63e254b3787151bd05269c1eec06423173c2.zip
Document TEX_DEFAULT.
Notes
Notes: svn path=/head/; revision=317904
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a9a020e81946..6ab82d871403 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,17 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20130511:
+ AFFECTS: users of TeX
+ AUTHOR: hrs@FreeBSD.org
+
+ One can now choose TeXLive or teTeX by using TEX_DEFAULT.
+ Specifying TEX_DEFAULT=texlive, almost all of ports which use TeX
+ will install and depend on TeXLive-based ones. Note that the
+ default value is still "tetex" and the two cannot coexist. You need
+ to remove all of the TeX-related packages based on teTeX to try
+ TeXLive.
+
20130507:
AFFECTS: users of comms/usbmuxd or comms/libimobiledevice
AUTHOR: avilla@FreeBSD.org