From owner-svn-ports-head@FreeBSD.ORG Mon Feb 17 10:16:30 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E7D0E67; Mon, 17 Feb 2014 10:16:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 087F81C6B; Mon, 17 Feb 2014 10:16:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1HAGTf2082570; Mon, 17 Feb 2014 10:16:29 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1HAGTUV082569; Mon, 17 Feb 2014 10:16:29 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201402171016.s1HAGTUV082569@svn.freebsd.org> From: Guido Falsi Date: Mon, 17 Feb 2014 10:16:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344722 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 10:16:30 -0000 Author: madpilot Date: Mon Feb 17 10:16:29 2014 New Revision: 344722 URL: http://svnweb.freebsd.org/changeset/ports/344722 QAT: https://qat.redports.org/buildarchive/r344722/ Log: Add note in UPDATING entry 20130904 about devel/libiconv being a dependency for a few ports on 10/head too after r341775. Suggested/Reviewed by: tijl@ Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Feb 17 10:04:05 2014 (r344721) +++ head/UPDATING Mon Feb 17 10:16:29 2014 (r344722) @@ -701,6 +701,11 @@ you update your ports collection, before 10-CURRENT after r254273 (committed on August 13, 2013) has an implementation of iconv enabled by default in libc. + NOTE: after r341775 (committed on January 29, 2014) and other + following commits, a few ports, including devel/glib20, depend + on the devel/libiconv again due to missing functionality in the + base iconv implementation. + Due to this change some major overhauling of the ports tree has been necessary to move the ports to using that implementation.