Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2014 08:52:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 188203] [PATCH] x11/xcb app defaults file is not built correctly
Message-ID:  <bug-188203-13-tzp8P2UUvj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-188203-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-188203-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188203

--- Comment #2 from commit-hook@freebsd.org ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-188203-13-tzp8P2UUvj>