pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gpsd: Make scons respect CCACHE_DIR
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Tue Apr 30 19:53:58 2019 -0400
Changeset: 703aa81958b4f44c7662ffe87607d8b83e83fe5e
Modified Files:
gpsd/distinfo
gpsd/patches/patch-SConstruct
Log Message:
gpsd: Make scons respect CCACHE_DIR
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=703aa81958b4f44c7662ffe87607d8b83e83fe5e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gpsd/distinfo | 2 +-
gpsd/patches/patch-SConstruct | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs:
diff --git a/gpsd/distinfo b/gpsd/distinfo
index d19ccde660..b4ade1e61e 100644
--- a/gpsd/distinfo
+++ b/gpsd/distinfo
@@ -4,6 +4,6 @@ SHA1 (gpsd-3.18.tar.gz) = 9785ca861dc2fc3373119b8067f3b420c564c4c4
RMD160 (gpsd-3.18.tar.gz) = 8499ad1637bf6dbf6b7349d74b0dd6317771e87b
SHA512 (gpsd-3.18.tar.gz) = c80f2ef6856faa0b38f3d258be9801982588916677401654902ef0b8ec9e62c8b3cb9421f41b4a1e2e27a15a3f3562cbf68ce7bf03a19746ab62f80172d85434
Size (gpsd-3.18.tar.gz) = 9020649 bytes
-SHA1 (patch-SConstruct) = cf084bbba9ed420d935a9873019e4c6ffa043787
+SHA1 (patch-SConstruct) = 9a0904c003f1883e188e277f9e45c324e09f9c9f
SHA1 (patch-gpspipe.c) = 43d9e99867175418874adaaf210a429819c3ea9a
SHA1 (patch-serial.c) = b28f1d209ecf27fcd7a98dcacb201632f3667d56
diff --git a/gpsd/patches/patch-SConstruct b/gpsd/patches/patch-SConstruct
index b092c60eee..fc55d5381c 100644
--- a/gpsd/patches/patch-SConstruct
+++ b/gpsd/patches/patch-SConstruct
@@ -7,11 +7,13 @@ Not yet addressed upstream.
--- SConstruct.orig 2018-10-03 00:05:28.000000000 +0000
+++ SConstruct
-@@ -280,6 +280,7 @@ import_env = (
+@@ -280,6 +280,9 @@ import_env = (
'STAGING_DIR', # Required by the OpenWRT and CeroWrt builds.
'STAGING_PREFIX', # Required by the OpenWRT and CeroWrt builds.
'WRITE_PAD', # So we can test WRITE_PAD values on the fly.
-+ 'CWRAPPERS_CONFIG_DIR', # pkgsrc config
++ # pkgsrc
++ 'CWRAPPERS_CONFIG_DIR',
++ 'CCACHE_DIR',
)
envs = {}
Home |
Main Index |
Thread Index |
Old Index