Bug 47284

Summary: Build of PostgreSQL Fails on WITH_MIT_KRB5 et al
Product: Ports & Packages Reporter: Jason C. Wells <jcwells>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jason C. Wells 2003-01-21 03:40:00 UTC
When WITH_KRB5_MIT is defined in /etc/make.conf, the build of postgresql7 port dies with:

"Makefile", line 106: Unassociated shell command "@${ECHO} "Unable to find krb5- config in your local base, please verify that""
"Makefile", line 107: Unassociated shell command "@${ECHO} "security/krb5 is ins talled or undefine the WITH_MIT_KRB5 tunable.""
"Makefile", line 108: Unassociated shell command "@exit 1" make: fatal errors encountered -- cannot continue

The same behavior occurs with other ".if defined" sections of the make file as well.  E.g.  defining WITH_STRIPBIN also causes same failure.

Fix: 

I think it a syntactical issue with the make file, but I don't know.
Comment 1 Palle Girgensohn 2003-01-21 14:50:15 UTC
Hi!

This is fixed by the PR ports/46894.

/Palle
Comment 2 Sean Chittenden freebsd_committer freebsd_triage 2003-02-06 19:52:27 UTC
State Changed
From-To: open->closed

PR superceeded by ports/47983.