From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 30 17:37:59 2006 Return-Path: X-Original-To: freebsd-ports-bugs@freebsd.org Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15DE016A513 for ; Mon, 30 Oct 2006 17:37:59 +0000 (UTC) (envelope-from stefan.lambrev@sun-fish.com) Received: from sun-fish.com (blah.sun-fish.com [217.18.249.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A6ED43D8E for ; Mon, 30 Oct 2006 17:36:35 +0000 (GMT) (envelope-from stefan.lambrev@sun-fish.com) Received: from sun-fish.com (localhost.cmotd.com [127.0.0.1]) by sun-fish.com (Postfix) with ESMTP id E762B384F0 for ; Mon, 30 Oct 2006 18:36:32 +0100 (CET) Received: from [192.168.3.112] (boar.cmotd.com [192.168.3.112]) by sun-fish.com (Postfix) with ESMTP id B54C0384C4 for ; Mon, 30 Oct 2006 18:36:32 +0100 (CET) Message-ID: <45463821.5090601@sun-fish.com> Date: Mon, 30 Oct 2006 19:36:33 +0200 From: Stefan Lambrev User-Agent: Thunderbird 1.5.0.7 (X11/20061023) MIME-Version: 1.0 To: freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV Subject: ports/databases/postgresql81-server HEIMDAL ENABLE bug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 17:37:59 -0000 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