| Summary: | Again, unbreak port: x11-wm/mosfet-liquid (by maintainer) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | michiel.dewilde <michiel.dewilde> | ||||
| Component: | Individual Port(s) | Assignee: | Patrick Li <pat> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports->pat I'll work with the submitter on this one State Changed From-To: open->closed Fixed, Thanks! |
When committing a change due to PR ports/33462, the committer inserted USE_AUTOMAKE into the Makefile. The early invocation of auto{conf,make} inhibits the creation of *.moc files by a special configuration script inside the distribution, which itself calls auto{conf,make} anyway. The build process then doesn't find the moc files and dies. Fix: Apply this patch from within x11-wm/mosfet-liquid (and shouldn't PORTREVISION be incremented too, like I did in the patch?): How-To-Repeat: How to not repeat: Next time, committers please please check the build process before committing self-initiated changes.