[Bug 205041] [PATCH] astro/gpsd: allow building when ncurses-6.0 is installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 5 17:33:33 UTC 2015


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

            Bug ID: 205041
           Summary: [PATCH] astro/gpsd: allow building when ncurses-6.0 is
                    installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: glebius at FreeBSD.org
          Reporter: cmt at burggraben.net
          Assignee: glebius at FreeBSD.org
             Flags: maintainer-feedback?(glebius at FreeBSD.org)
          Keywords: patch

Two files in gpsd (cgps.c and gpsmon.h) include "curses.h". The new ncurses
does not supply curses.h anymore, resulting in conflicts between base system
ncurses and devel/ncurses.
By changing those #include lines to "ncurses.h" (which is present in base and
supplied by devel/ncurses) we can make gpsd compile with and without
devel/ncurses.
Attached patch fixed the issue for my system (devel/ncurses installed), and
attached poudriere log uses base system ncurses only - showing "no breakage"
from this patch.

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


More information about the freebsd-ports-bugs mailing list