aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2016-06-11 03:37:47 +0800
committerhrs <hrs@FreeBSD.org>2016-06-11 03:37:47 +0800
commit582d65c3bd14490516bcb9f265a0983f50444310 (patch)
tree81acccbaba7f5da5a94863d02fa40461f146cb99 /UPDATING
parentd9a58fa0c7636f85f4cf1b7ab129e4c9fdc5d224 (diff)
downloadfreebsd-ports-gnome-582d65c3bd14490516bcb9f265a0983f50444310.tar.gz
freebsd-ports-gnome-582d65c3bd14490516bcb9f265a0983f50444310.tar.zst
freebsd-ports-gnome-582d65c3bd14490516bcb9f265a0983f50444310.zip
- Use Github to fetch the distfile.
- Split library part of textproc/xmlroff into textproc/libfo.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 94da1317a157..e9bea98763fd 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.
+20160611
+ AFFECTS: users of textproc/xmlroff
+ AUTHOR: hrs@FreeBSD.org
+
+ The library part of xmlroff has been separated into textproc/libfo.
+ Remove the installed xmlroff first when upgrading it because older
+ xmlroff than 0.6.2_6 have files which libfo installs. A typical
+ error message is the following:
+
+ pkg-static: libfo-0.6.2 conflicts with xmlroff-0.6.2_5 (installs files into the same place). Problematic file: /usr/local/include/libfo-0.6/libfo/area/fo-area.h
+
20160610
AFFECTS: users of databases/postgresql-repmgr
AUTHOR: bofh@FreeBSD.org