ports/databases/postgresql81-server

Cheffo stefan.lambrev at sun-fish.com
Mon Oct 30 22:24:28 UTC 2006


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


More information about the freebsd-ports mailing list