From owner-svn-ports-all@FreeBSD.ORG Tue Jul 15 21:46:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92710E43; Tue, 15 Jul 2014 21:46:24 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FE94286A; Tue, 15 Jul 2014 21:46:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FLkORG022679; Tue, 15 Jul 2014 21:46:24 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6FLkORV022678; Tue, 15 Jul 2014 21:46:24 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201407152146.s6FLkORV022678@svn.freebsd.org> From: Matthias Andree Date: Tue, 15 Jul 2014 21:46:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362011 - 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.18 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: Tue, 15 Jul 2014 21:46:24 -0000 Author: mandree Date: Tue Jul 15 21:46:24 2014 New Revision: 362011 URL: http://svnweb.freebsd.org/changeset/ports/362011 QAT: https://qat.redports.org/buildarchive/r362011/ Log: Note broken ports. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Jul 15 21:41:30 2014 (r362010) +++ head/UPDATING Tue Jul 15 21:46:24 2014 (r362011) @@ -16,7 +16,17 @@ you update your ports collection, before - Also, you must rebuild all applications that link to db6. To do so: + Note: if you've got Apache installed and depending on db6, you may + need to upgrade it separately BEFORE upgrading other ports. + + Note: some GNOME-related ports, for instance, evolution-data-server, + are broken and cannot be compiled if their older version is installed + and it depends on the previous db6 version. For these ports, deinstall + them with pkg_delete -f or pkg delete -f before trying to upgrade them. + + After that, you must rebuild all applications that link to db6 because + the shared library name has changed with the upgrade. To do that: + If you use portmaster: portmaster -w -r db6- If you use portupgrade: