[Bug 213657] www/mongrel2: Fix conflict with max_align_t

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 20 22:02:55 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213657

            Bug ID: 213657
           Summary: www/mongrel2: Fix conflict with max_align_t
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: vg at FreeBSD.org
          Reporter: jhb at FreeBSD.org
            Blocks: 210890
             Flags: maintainer-feedback?(vg at FreeBSD.org)
          Assignee: vg at FreeBSD.org

Created attachment 175995
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175995&action=edit
max_align.patch

C11 adds max_align_t as a standard type, but mongrel2 defines a local symbol
named max_align_t.  This results in build failures when the base system is
patched to add max_align_t.  Upstream fixed this in in commit
https://github.com/mongrel2/mongrel2/commit/563bac8c59b9b32205164d237cf1ec0cb48d189f
which is included in 1.10.0 and later.  Upgrading the port would be option, but
for now I've just backported the upstream commit as a patch.


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210890
[Bug 210890] [exp-run] Define max_align_t for C11 and C++11 in stddef.h
-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list