Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2003 21:01:27 +0100 (CET)
From:      Michel Oosterhof <michel@shift.xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47808: Typo in postgresql7 Makefile for Kerberos integration
Message-ID:  <20030127200127.C59B0145C@shift.xs4all.nl>

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

>Number:         47808
>Category:       ports
>Synopsis:       Typo in postgresql7 Makefile for Kerberos integration
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 02 04:10:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michel Oosterhof <m.oosterhof@xs4all.nl>
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD hydrogen 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #0: Mon Sep 9 20:44:52 CEST 2002 root@hydrogen:/usr/obj/usr/src/sys/HYDROGEN i386


>Description:


In /usr/ports/databases/postgresql7/Makefile in lines 105 and 115, the file in the variable
${KRB5CONFIG} is checked. But before that ${KRB5CONF} is defined. This should be the same
variable in both instances.

>How-To-Repeat:

cd /usr/ports/databases/postgresql7
make -DWITH_HEIMDAL_KRB5

>Fix:

Change ${KRB5CONFIG} to ${KRB5CONF} on lines 105 and 115


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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