Bug 47808 - Typo in postgresql7 Makefile for Kerberos integration
Summary: Typo in postgresql7 Makefile for Kerberos integration
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-02 12:10 UTC by Michel Oosterhof
Modified: 2003-02-06 19:55 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Oosterhof 2003-02-02 12:10:11 UTC

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.

Fix: 

Change ${KRB5CONFIG} to ${KRB5CONF} on lines 105 and 115
How-To-Repeat: 
cd /usr/ports/databases/postgresql7
make -DWITH_HEIMDAL_KRB5
Comment 1 Sean Chittenden freebsd_committer freebsd_triage 2003-02-06 19:54:51 UTC
State Changed
From-To: open->closed

PR superceeded by ports/47983