From owner-svn-ports-all@FreeBSD.ORG Fri Feb 13 19:04:43 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 665E2573; Fri, 13 Feb 2015 19:04:43 +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 5146FC54; Fri, 13 Feb 2015 19:04:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1DJ4hsd035050; Fri, 13 Feb 2015 19:04:43 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1DJ4hVj035049; Fri, 13 Feb 2015 19:04:43 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502131904.t1DJ4hVj035049@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 13 Feb 2015 19:04:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378939 - 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-1 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: Fri, 13 Feb 2015 19:04:43 -0000 Author: antoine Date: Fri Feb 13 19:04:42 2015 New Revision: 378939 URL: https://svnweb.freebsd.org/changeset/ports/378939 QAT: https://qat.redports.org/buildarchive/r378939/ Log: Add a note in UPDATING about dependency registration rework PR: 197542 Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Feb 13 18:57:56 2015 (r378938) +++ head/UPDATING Fri Feb 13 19:04:42 2015 (r378939) @@ -5,6 +5,19 @@ 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. +20150213: + AFFECTS: users who upgraded from FreeBSD 7.x or older with "make world" but never ran "make delete-old" + AUTHOR: antoine@FreeBSD.org + + Dependency registration has been reworked. + If you encounter the following error, you may have stale magic files + for file(1): + + ===> bar-x depends on shared library: libfoo.so - not found + + You can remove the stale /usr/share/misc/magic.mime{,.mgc} files + manually or run "make delete-old" in ${SRCDIR}. + 20150207: AFFECTS: users of mail/opensmtpd-devel AUTHOR: ashish@FreeBSD.org