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: Wed Jan 4 18:06:59 UTC 2017
Modified Files:
pkgsrc/geography/gpsd: Makefile
Log Message:
Use the curses framework.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 pkgsrc/geography/gpsd/Makefile:1.34
--- pkgsrc/geography/gpsd/Makefile:1.33 Sun Jan 1 14:43:41 2017
+++ pkgsrc/geography/gpsd/Makefile Wed Jan 4 18:06:59 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2017/01/01 14:43:41 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2017/01/04 18:06:59 roy Exp $
# gpsd 3.11 has been released. It has only not been updated because
# newer versions use scons.
DISTNAME= gpsd-2.96
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= geography
MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/gpsd/
@@ -24,7 +24,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 #
USE_TOOLS+= gmake
USE_LIBTOOL= yes
USE_LANGUAGES= c99 c++
-USE_NCURSES= yes
+FAKE_NCURSES= yes
CFLAGS.SunOS= -DLOG_PERROR=0
@@ -32,7 +32,7 @@ INSTALLATION_DIRS= sbin
TEST_TARGET= check
-.include "../../devel/ncurses/buildlink3.mk"
.include "../../lang/python/extension.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index