From owner-freebsd-ports-bugs Wed Feb 5 18: 0:30 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26CFE37B401 for ; Wed, 5 Feb 2003 18:00:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C5743F93 for ; Wed, 5 Feb 2003 18:00:28 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1620SNS099447 for ; Wed, 5 Feb 2003 18:00:28 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1620Sfj099446; Wed, 5 Feb 2003 18:00:28 -0800 (PST) Date: Wed, 5 Feb 2003 18:00:28 -0800 (PST) Message-Id: <200302060200.h1620Sfj099446@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Palle Girgensohn Subject: Re: ports/47983: Update postgresql to 7.3.2 Reply-To: Palle Girgensohn Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/47983; it has been noted by GNATS. From: Palle Girgensohn To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/47983: Update postgresql to 7.3.2 Date: 06 Feb 2003 02:57:21 +0100 Hi! Also apply this patch on top of the above; it fixes a PR that I've missed: ports/47808. Thanks to Michel Oosterhof --- Makefile~ Thu Feb 6 02:53:00 2003 +++ Makefile Thu Feb 6 02:53:05 2003 @@ -161,12 +161,12 @@ @${ECHO} "Please choose one or the other." @exit 1 .endif -.if defined(WITH_MIT_KRB5) && !exists(${KRB5CONFIG}) +.if defined(WITH_MIT_KRB5) && !exists(${KRB5CONF}) @${ECHO} "Unable to find krb5-config in your local base, please verify that" @${ECHO} "security/krb5 is installed or undefine the WITH_MIT_KRB5 tunable." @exit 1 .endif -.if defined(WITH_HEIMDAL_KRB5) && !exists(${KRB5CONFIG}) +.if defined(WITH_HEIMDAL_KRB5) && !exists(${KRB5CONF}) @${ECHO} "Unable to find krb5-config in the base system. Undefine" @${ECHO} "WITH_HEIMDAL_KRB5 or add MAKE_KERBEROS5=yes to /etc/make.conf" @${ECHO} "and remake world (or undefine the WITH_HEIMDAL_KRB5 tunable)." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message