[Bug 234049] devel/ncurses: bogus CFLAGS break build of editors/nano

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 16 03:37:37 UTC 2018


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

            Bug ID: 234049
           Summary: devel/ncurses: bogus CFLAGS break build of
                    editors/nano
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: daniel_eisele at gmx.de
                CC: danilo at FreeBSD.org, swills at FreeBSD.org
                CC: swills at FreeBSD.org

The recent versions of devel/ncurses break the build editors/nano, because the
configure script adds bogus options to CFLAGS.

This had already been patched out
(https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223578), but the patch was
removed again with this commit:
https://svnweb.freebsd.org/ports?view=revision&revision=486883

The reason for the removal of the patch might have been, that the relevant part
of the configure script got changed upstream (they added a midnightbsd option).

That means that the patch probably has to be updated before it can be
reintroduced.

The editors/nano build fails, because the ncurses CFLAGS force an old C header
version, which makes the type "max_align_t" unavailable.

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


More information about the freebsd-ports-bugs mailing list