pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gpsd: Find python, fix up PLIST
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Tue Apr 30 18:50:52 2019 -0400
Changeset: 23d108d279a85ed66eb050b58e1ea2aeee678864
Modified Files:
gpsd/Makefile
gpsd/PLIST
Log Message:
gpsd: Find python, fix up PLIST
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=23d108d279a85ed66eb050b58e1ea2aeee678864
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gpsd/Makefile | 8 ++++++++
gpsd/PLIST | 36 ++++++++++++++++++------------------
2 files changed, 26 insertions(+), 18 deletions(-)
diffs:
diff --git a/gpsd/Makefile b/gpsd/Makefile
index f2df18927c..f26b402e8a 100644
--- a/gpsd/Makefile
+++ b/gpsd/Makefile
@@ -25,6 +25,13 @@ FAKE_NCURSES= yes
# gpsd uses syncok
USE_CURSES= syncok
+REPLACE_PYTHON+= gegps
+REPLACE_PYTHON+= gpscat
+REPLACE_PYTHON+= gpsfake
+REPLACE_PYTHON+= gpsprof
+REPLACE_PYTHON+= ubxtool
+REPLACE_PYTHON+= zerk
+
# \todo Check if this is necessary.
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
@@ -32,6 +39,7 @@ CFLAGS.SunOS= -DLOG_PERROR=0
# Configure phase arguments:
SCONS_ARGS+= leapfetch=no # Do not use the net at build time.
+SCONS_ARGS+= target_python=${PYTHONBIN}
# \todo: Determine if CC/CXX are needed here.
# CC=${CC:Q} CXX=${CXX:Q}
diff --git a/gpsd/PLIST b/gpsd/PLIST
index 2893fca749..184d71902f 100644
--- a/gpsd/PLIST
+++ b/gpsd/PLIST
@@ -1,39 +1,39 @@
@comment $NetBSD: PLIST,v 1.10 2011/03/23 16:08:34 gdt Exp $
-bin/cgps
+@comment bin/cgps
+bin/gegps
bin/gps2udp
bin/gpscat
bin/gpsctl
bin/gpsdecode
bin/gpsfake
-bin/gpsmon
+@comment bin/gpsmon
bin/gpspipe
bin/gpsprof
bin/gpxlogger
bin/lcdgps
bin/ntpshmmon
-bin/xgps
-bin/xgpsspeed
+@comment bin/xgps
+@comment bin/xgpsspeed
+bin/ubxtool
+bin/zerk
include/gps.h
-include/gpsd.h
+@comment include/gpsd.h
include/libgpsmm.h
-lib/libgpsd.la
+lib/libgps.so
+lib/libgps.so.24
+lib/libgps.so.24.0.0
+@comment lib/libgpsd.la
lib/pkgconfig/libgps.pc
-lib/pkgconfig/libgpsd.pc
+@comment lib/pkgconfig/libgpsd.pc
+${PYSITELIB}/gps-${PKGVERSION}.egg-info
${PYSITELIB}/gps/__init__.py
-${PYSITELIB}/gps/__init__.pyc
${PYSITELIB}/gps/client.py
-${PYSITELIB}/gps/client.pyc
${PYSITELIB}/gps/clienthelpers.so
${PYSITELIB}/gps/fake.py
-${PYSITELIB}/gps/fake.pyc
${PYSITELIB}/gps/gps.py
-${PYSITELIB}/gps/gps.pyc
${PYSITELIB}/gps/misc.py
-${PYSITELIB}/gps/misc.pyc
${PYSITELIB}/gps/packet.so
-${PYSITELIB}/gpscap.py
-${PYSITELIB}/gpscap.pyc
-${PYSITELIB}/gpscap.pyo
+${PYSITELIB}/gps/watch_options.py
man/man1/cgps.1
man/man1/gegps.1
man/man1/gps.1
@@ -49,12 +49,12 @@ man/man1/gpxlogger.1
man/man1/lcdgps.1
man/man1/ntpshmmon.1
man/man1/ubxtool.1
-man/man1/xgps.1
-man/man1/xgpsspeed.1
+@comment man/man1/xgps.1
+@comment man/man1/xgpsspeed.1
man/man1/zerk.1
man/man3/libQgpsmm.3
man/man3/libgps.3
-man/man3/libgpsd.3
+@comment man/man3/libgpsd.3
man/man3/libgpsmm.3
man/man5/gpsd_json.5
man/man5/srec.5
Home |
Main Index |
Thread Index |
Old Index