pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/gpsd syncok test has been comitted, remove b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a853843b5530
branches:  trunk
changeset: 359853:a853843b5530
user:      roy <roy%pkgsrc.org@localhost>
date:      Mon Mar 20 00:31:57 2017 +0000

description:
syncok test has been comitted, remove bogus getsyx test.

diffstat:

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

diffs (23 lines):

diff -r 91cb131c7e15 -r a853843b5530 geography/gpsd/Makefile
--- a/geography/gpsd/Makefile   Mon Mar 20 00:30:30 2017 +0000
+++ b/geography/gpsd/Makefile   Mon Mar 20 00:31:57 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2017/03/19 16:31:43 gdt Exp $
+# $NetBSD: Makefile,v 1.37 2017/03/20 00:31:57 roy Exp $
 
 # gpsd 3.11 has been released.  It has only not been updated because
 # newer versions use scons.
@@ -28,11 +28,8 @@
 # gpsd looks for ncurses but not curses. (Not yet filed upstream.)
 FAKE_NCURSES=  yes
 
-# gpsd uses syncok (which at least NetBSD curses lacks).
-USE_CURSES+=   syncok
-# However, syncok isn't tested in mk/curses.builtin.mk.  For now, test
-# another feature that NetBSD curses lacks.
-USE_CURSES+=   getsyx
+# gpsd uses syncok
+USE_CURSES=    syncok
 
 CFLAGS.SunOS=  -DLOG_PERROR=0
 



Home | Main Index | Thread Index | Old Index