aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-04 19:04:49 +0800
committerbapt <bapt@FreeBSD.org>2014-12-04 19:04:49 +0800
commit851d98e1b74480dcfddeb016ade6eb0693aeba23 (patch)
tree5b3d75a42d9198976f5216298fbecfd802e8118b /UPDATING
parent969817f40750e310ec86756b4043abd8b51215a7 (diff)
downloadfreebsd-ports-gnome-851d98e1b74480dcfddeb016ade6eb0693aeba23.tar.gz
freebsd-ports-gnome-851d98e1b74480dcfddeb016ade6eb0693aeba23.tar.zst
freebsd-ports-gnome-851d98e1b74480dcfddeb016ade6eb0693aeba23.zip
The gettext upgrade is revealing a bug in the pkg(8) solver, add instruction to
workaround it
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