diff options
author | dougb <dougb@FreeBSD.org> | 2012-02-15 05:40:50 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-02-15 05:40:50 +0800 |
commit | a770a0f5c0d744dd232b02a90a97c83936c493f6 (patch) | |
tree | 3a8f294cce7fb5b9151c6aa0b56e08622f483021 | |
parent | 33c7d094f26a67ff5c4536fe6bbce1a7a43bff6b (diff) | |
download | freebsd-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-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |