aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2014-11-24 08:34:36 +0800
committerhrs <hrs@FreeBSD.org>2014-11-24 08:34:36 +0800
commite9dd262f56355e730e1357cc4fb8f7988e504e5a (patch)
tree0d763f7d1090e83074340e2a78c925abef7dad4f /UPDATING
parent232e8c8d61fa2ce0ed8824baa2aac42987de3eb3 (diff)
downloadfreebsd-ports-graphics-e9dd262f56355e730e1357cc4fb8f7988e504e5a.tar.gz
freebsd-ports-graphics-e9dd262f56355e730e1357cc4fb8f7988e504e5a.tar.zst
freebsd-ports-graphics-e9dd262f56355e730e1357cc4fb8f7988e504e5a.zip
- Fix heimdal-gssapi.pc.
- Add an UPDATING entry. PR: 195319
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 28f81d6560c..68e04c28779 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ 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.
+20141123:
+ AFFECTS: users of security/heimdal
+ AUTHOR: hrs@FreeBSD.org
+
+ The header and library files have been moved from PREFIX/{include,lib} to
+ PREFIX/{include,lib}/heimdal at r373047 to fix a library dependency
+ confusion when software attempts to link a Heimdal library in base and
+ an external library in LOCALBASE/lib at the same time.
+
+ All of packages which depend on security/heimdal have to be recompiled
+ and reinstalled because of this library location change.
+
20141119:
AFFECTS: users of x11/gnome2, graphics/clutter and lang/vala
AUTHOR: kwm@FreeBSD.org