aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-10-06 22:16:00 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-10-06 22:16:00 +0000
commit97d5ea50317900083c3d6d56fe74cdf038c8b7f7 (patch)
tree7195108ec18bc71a64ef09e671bc724e8c2edb4e /UPDATING
parentd19181535a70b46769709c502f875ff578d9f388 (diff)
downloadports-97d5ea50317900083c3d6d56fe74cdf038c8b7f7.tar.gz
ports-97d5ea50317900083c3d6d56fe74cdf038c8b7f7.zip
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
Notes
Notes: svn path=/head/; revision=398725
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9ef090dcaa84..16c777a0af59 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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