aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-04 11:04:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-04 11:04:49 +0000
commitac10f6b95f5d7be3a2e110f68f8198bdf91984b0 (patch)
tree5b3d75a42d9198976f5216298fbecfd802e8118b /UPDATING
parentf9660f7fba8cecfeb1b3ab7c45cfba48be361e95 (diff)
downloadports-ac10f6b95f5d7be3a2e110f68f8198bdf91984b0.tar.gz
ports-ac10f6b95f5d7be3a2e110f68f8198bdf91984b0.zip
The gettext upgrade is revealing a bug in the pkg(8) solver, add instruction to
workaround it
Notes
Notes: svn path=/head/; revision=373878
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d033dba534cd..5c7c70b35aae 100644
--- a/UPDATING
+++ b/UPDATING
@@ -34,6 +34,11 @@ you update your ports collection, before attempting any port upgrades.
# pkg delete -f gettext
# portinstall devel/gettext
+ Or for binary users:
+
+ # pkg delete -f gettext
+ # pkg upgrade
+
20141127:
AFFECTS: users of lang/perl5.*
AUTHOR: mat@FreeBSD.org