| 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 | ||
Hi! This is fixed by the PR ports/46894. /Palle State Changed From-To: open->closed PR superceeded by ports/47983. |
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.