pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gpsd



Module Name:    pkgsrc
Committed By:   roy
Date:           Mon Mar 20 00:31:57 UTC 2017

Modified Files:
        pkgsrc/geography/gpsd: Makefile

Log Message:
syncok test has been comitted, remove bogus getsyx test.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/geography/gpsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/gpsd/Makefile
diff -u pkgsrc/geography/gpsd/Makefile:1.36 pkgsrc/geography/gpsd/Makefile:1.37
--- pkgsrc/geography/gpsd/Makefile:1.36 Sun Mar 19 16:31:43 2017
+++ pkgsrc/geography/gpsd/Makefile      Mon Mar 20 00:31:57 2017
@@ -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 @@ USE_LANGUAGES=       c99 c++
 # 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