From owner-svn-ports-head@freebsd.org Tue Oct 6 22:16:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08E289B62C5; Tue, 6 Oct 2015 22:16:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C4F72BA9; Tue, 6 Oct 2015 22:16:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t96MG01T056987; Tue, 6 Oct 2015 22:16:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t96MG0rh056986; Tue, 6 Oct 2015 22:16:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201510062216.t96MG0rh056986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 6 Oct 2015 22:16:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398725 - 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.20 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: Tue, 06 Oct 2015 22:16:02 -0000 Author: jbeich Date: Tue Oct 6 22:16:00 2015 New Revision: 398725 URL: https://svnweb.freebsd.org/changeset/ports/398725 Log: Document recent pitfall when updating www/firefox r398061 only helps package users due to ports framework bugs: - {BUILD,RUN}_DEPENDS cannot specify options requirements - During updates default options' state aren't propagated once saved PR: 203384 Reported by: many Modified: head/UPDATING (contents, props changed) Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Oct 6 21:21:23 2015 (r398724) +++ head/UPDATING Tue Oct 6 22:16:00 2015 (r398725) @@ -5,6 +5,14 @@ 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. +20151006: + AFFECTS: users of www/firefox, www/seamonkey + AUTHOR: gecko@FreeBSD.org + + Firefox since 41.0 and SeaMonkey since 2.38 require databases/sqlite3 + port built with DBSTAT option enabled (default). Re-run "make config" + if the port(s) fail to build as described in ports/200853. + 20150921: AFFECTS: users of mail/rspamd AUTHOR: vsevolod@FreeBSD.org