| Summary: | 8.2-STABLE buildworld broken due to non-existing MK_INET_SUPPORT | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Eugene Grosbein <ports> |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 8.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->feedback Has this problem been resolved? State Changed From-To: feedback->closed problem has been resolved. |
For 8.2-STABLE, "make MODULES_WITH_WORLD=yes buildworld" fails: ===> sys/modules/netgraph/ipfw (cleandir) "/usr/local/src/sys/modules/netgraph/ipfw/Makefile", line 10: Malformed conditional (${MK_INET_SUPPORT} ! = "no") "/usr/local/src/sys/modules/netgraph/ipfw/Makefile", line 18: if-less endif make: fatal errors encountered -- cannot continue This is because MK_INET_SUPPORT was not MFC'd to RELENG_8. Fix: Either perform MFC for MK_INET_SUPPORT to RELENG_8 or fix sys/modules/netgraph/ipfw/Makefile to not use it. Eugene Grosbein How-To-Repeat: See above.