aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-02-15 05:40:50 +0800
committerdougb <dougb@FreeBSD.org>2012-02-15 05:40:50 +0800
commita770a0f5c0d744dd232b02a90a97c83936c493f6 (patch)
tree3a8f294cce7fb5b9151c6aa0b56e08622f483021
parent33c7d094f26a67ff5c4536fe6bbce1a7a43bff6b (diff)
downloadfreebsd-ports-gnome-a770a0f5c0d744dd232b02a90a97c83936c493f6.tar.gz
freebsd-ports-gnome-a770a0f5c0d744dd232b02a90a97c83936c493f6.tar.zst
freebsd-ports-gnome-a770a0f5c0d744dd232b02a90a97c83936c493f6.zip
Add a note that the pcre update needs to preserve its old shared lib for now
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f4e712864a54..482ef4f4c4d5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,17 @@ 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.
+20120214:
+ AFFECTS: users of devel/pcre
+ AUTHOR: dougb@FreeBSD.org
+
+ Until all dependent ports have been updated you should update pcre in
+ a manner that will preserve its old shared library. For example:
+
+ # portmaster -w devel/pcre
+ or
+ # portupgrade -w devel/pcre
+
20120213:
AFFECTS: users of lang/ghc and */hs-*
AUTHOR: pgj@FreeBSD.org