From owner-svn-ports-all@FreeBSD.ORG Sat May 11 18:54:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BD890AF8; Sat, 11 May 2013 18:54:03 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AE7B636A; Sat, 11 May 2013 18:54:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4BIs33i018944; Sat, 11 May 2013 18:54:03 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4BIs3v9018943; Sat, 11 May 2013 18:54:03 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201305111854.r4BIs3v9018943@svn.freebsd.org> From: Hiroki Sato Date: Sat, 11 May 2013 18:54:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317904 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 18:54:03 -0000 Author: hrs Date: Sat May 11 18:54:02 2013 New Revision: 317904 URL: http://svnweb.freebsd.org/changeset/ports/317904 Log: Document TEX_DEFAULT. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat May 11 18:45:42 2013 (r317903) +++ head/UPDATING Sat May 11 18:54:02 2013 (r317904) @@ -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