From owner-freebsd-ports@FreeBSD.ORG Mon Oct 30 22:24:28 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0B6616A403; Mon, 30 Oct 2006 22:24:28 +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 51B7D43D49; Mon, 30 Oct 2006 22:24:28 +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 CBA5D38588; Mon, 30 Oct 2006 23:24:25 +0100 (CET) Received: from [192.168.25.6] (unknown [192.168.25.6]) by sun-fish.com (Postfix) with ESMTP id 8D0A038581; Mon, 30 Oct 2006 23:24:25 +0100 (CET) Message-ID: <45467B99.5000301@sun-fish.com> Date: Tue, 31 Oct 2006 00:24:25 +0200 From: Cheffo User-Agent: Thunderbird 1.5.0.7 (X11/20061019) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV Cc: girgen@FreeBSD.org Subject: ports/databases/postgresql81-server X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 22:24:28 -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