pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/gpsd Require ncurses



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8d530da949c
branches:  trunk
changeset: 359821:c8d530da949c
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Mar 19 00:23:00 2017 +0000

description:
Require ncurses

The last commit used the curses framework, and allowed NetBSD base
system curses to be used.  However, several programs in gpsd use
syncok, which NetBSD 7's curses doesn't have.  Resolve this by asking
for ncurses.

diffstat:

 geography/gpsd/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 9036ddae40c4 -r c8d530da949c geography/gpsd/Makefile
--- a/geography/gpsd/Makefile   Sat Mar 18 23:52:31 2017 +0000
+++ b/geography/gpsd/Makefile   Sun Mar 19 00:23:00 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2017/01/04 18:06:59 roy Exp $
+# $NetBSD: Makefile,v 1.35 2017/03/19 00:23:00 gdt Exp $
 
 # gpsd 3.11 has been released.  It has only not been updated because
 # newer versions use scons.
 DISTNAME=      gpsd-2.96
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    geography
 MASTER_SITES=  http://download-mirror.savannah.gnu.org/releases/gpsd/
 
@@ -24,7 +24,8 @@
 USE_TOOLS+=    gmake
 USE_LIBTOOL=   yes
 USE_LANGUAGES= c99 c++
-FAKE_NCURSES=  yes
+# gpsd uses syncok, which is in pkgsrc ncurses but not NetBSD system curses
+CURSES_DEFAULT=        ncurses
 
 CFLAGS.SunOS=  -DLOG_PERROR=0
 



Home | Main Index | Thread Index | Old Index