Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2015 22:16:00 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398725 - head
Message-ID:  <201510062216.t96MG0rh056986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510062216.t96MG0rh056986>