Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2014 14:24:37 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363483 - head/security/p5-Authen-Krb5
Message-ID:  <201407301424.s6UEObc3051408@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Jul 30 14:24:37 2014
New Revision: 363483
URL: http://svnweb.freebsd.org/changeset/ports/363483
QAT: https://qat.redports.org/buildarchive/r363483/

Log:
  Specify the libkrb5 abi version, otherwise, LIB_DEPEDNS finds it from base, and
  hell breaks loose.
  
  Pointy hat to:	bapt (because one has to take the blame)
  Sponsored by:	Absolight

Modified:
  head/security/p5-Authen-Krb5/Makefile

Modified: head/security/p5-Authen-Krb5/Makefile
==============================================================================
--- head/security/p5-Authen-Krb5/Makefile	Wed Jul 30 14:18:32 2014	(r363482)
+++ head/security/p5-Authen-Krb5/Makefile	Wed Jul 30 14:24:37 2014	(r363483)
@@ -11,7 +11,7 @@ DISTNAME=	Krb5-${PORTVERSION}
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl extension for Kerberos 5
 
-LIB_DEPENDS=	libkrb5.so:${PORTSDIR}/security/krb5
+LIB_DEPENDS=	libkrb5.so.3:${PORTSDIR}/security/krb5
 
 USES=		perl5
 USE_PERL5=	configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407301424.s6UEObc3051408>