aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-02-14 21:40:50 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-02-14 21:40:50 +0000
commit5e0d7a740618f4433bf2d32917a4b47c263d0bd6 (patch)
tree0a8cdce718c8a6e5ecb07164c2b283f3664f2b42 /UPDATING
parentf48a045cf95052a11b26ae0d678fb3555ce6873c (diff)
downloadports-5e0d7a740618f4433bf2d32917a4b47c263d0bd6.tar.gz
ports-5e0d7a740618f4433bf2d32917a4b47c263d0bd6.zip
Add a note that the pcre update needs to preserve its old shared lib for now
Notes
Notes: svn path=/head/; revision=291367
Diffstat (limited to 'UPDATING')
-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