Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2006 19:36:33 +0200
From:      Stefan Lambrev <stefan.lambrev@sun-fish.com>
To:        freebsd-ports-bugs@freebsd.org
Subject:   ports/databases/postgresql81-server HEIMDAL ENABLE bug
Message-ID:  <45463821.5090601@sun-fish.com>

next in thread | raw e-mail | index | archive | help
Hello,

Sorry if this is not the right place to post this.

When trying to install postgresql with HEIMDAL_KRB5 enabled,
it looks for krb5.20, but with latest version in ports (heimdal-0.7.2_1) 
heimdal's lib version is bumped
to 5.21, and the install script for postgresql will fail.
This patch seems to work ok for me:

--- Makefile    Wed Sep 27 15:58:53 2006
+++ Makefile.new        Mon Oct 30 19:30:25 2006
@@ -172,7 +172,7 @@
 # Postgresql apps will not link properly when libpq is linked with base 
heimdal in /usr,
 # so we always use the heimdal port. See
 # 
http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html
-LIB_DEPENDS+=  krb5.20:${PORTSDIR}/security/heimdal
+LIB_DEPENDS+=  krb5.21:${PORTSDIR}/security/heimdal
 CONFIGURE_ARGS+=--with-krb5
 .    endif
 .  endif


P.S. I'm not subscribed to this mail list so please CC me if you have 
any questions.

-- 
Best Wishes,
Stefan Lambrev
ICQ# 24134177




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