- Fix heimdal-gssapi.pc.

- Add an UPDATING entry.

PR:	195319
This commit is contained in:
Hiroki Sato 2014-11-24 00:34:36 +00:00
parent 9075e10be5
commit 9b6b9bacb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373188
3 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -3,6 +3,7 @@
PORTNAME= heimdal
PORTVERSION= 1.5.3
PORTREVISION= 1
CATEGORIES= security ipv6
MASTER_SITES= http://www.h5l.org/dist/src/ \
http://ftp.pdc.kth.se/pub/heimdal/src/ \

View File

@ -0,0 +1,13 @@
--- tools/heimdal-gssapi.pc.in.orig 2014-11-24 09:17:39.000000000 +0900
+++ tools/heimdal-gssapi.pc.in 2014-11-24 09:17:44.000000000 +0900
@@ -1,8 +1,8 @@
# $Id$
prefix=@prefix@
exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
+libdir=@libdir@
+includedir=@includedir@
Name: @PACKAGE@
Description: Heimdal is an implementation of Kerberos 5, freely available under a three clause BSD style license.