Summary: | [PATCH] x11/xcb app defaults file is not built correctly | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Callum Gibson <callum> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | marino |
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Callum Gibson
2014-04-02 22:40:00 UTC
fyi: no port maintainer. Bumping this with "ready" so it catches someone's eye A commit references this bug: Author: marino Date: Sun Jul 27 08:51:37 UTC 2014 New revision: 363029 URL: http://svnweb.freebsd.org/changeset/ports/363029 Log: x11/xcb: Fix incorrectly built app-defaults file The app-defaults file for xcb was not built correctly as a consequence of the switch to clang and replacement of gcc's cpp to tradcpp which is more strict about the order of the parameters. The filename must be last on the command line otherwise a zero-length file is created. Fixed by moving the filename parameter to the end of the cpp command PR: 188203 Submitted by: callum (omma.gibson.athome) Changes: head/x11/xcb/Makefile head/x11/xcb/files/ head/x11/xcb/files/patch-Imakefile Thanks! |