Date: Mon, 24 Nov 2014 00:34:37 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373188 - in head: . security/heimdal security/heimdal/files Message-ID: <201411240034.sAO0Ybba084063@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Mon Nov 24 00:34:36 2014 New Revision: 373188 URL: https://svnweb.freebsd.org/changeset/ports/373188 QAT: https://qat.redports.org/buildarchive/r373188/ Log: - Fix heimdal-gssapi.pc. - Add an UPDATING entry. PR: 195319 Added: head/security/heimdal/files/patch-tools-heimdal-gssapi.pc.in (contents, props changed) Modified: head/UPDATING head/security/heimdal/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Nov 23 22:48:43 2014 (r373187) +++ head/UPDATING Mon Nov 24 00:34:36 2014 (r373188) @@ -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 Modified: head/security/heimdal/Makefile ============================================================================== --- head/security/heimdal/Makefile Sun Nov 23 22:48:43 2014 (r373187) +++ head/security/heimdal/Makefile Mon Nov 24 00:34:36 2014 (r373188) @@ -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/ \ Added: head/security/heimdal/files/patch-tools-heimdal-gssapi.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/heimdal/files/patch-tools-heimdal-gssapi.pc.in Mon Nov 24 00:34:36 2014 (r373188) @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411240034.sAO0Ybba084063>