Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Dec 2015 17:33:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205041] [PATCH] astro/gpsd: allow building when ncurses-6.0 is installed
Message-ID:  <bug-205041-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: cmt@burggraben.net
          Assignee: glebius@FreeBSD.org
             Flags: maintainer-feedback?(glebius@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.



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