gpsd-commit-watch
[Top][All Lists]
Advanced

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

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-90-


From: Jon Schlueter
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-90-g3925d00
Date: Mon, 07 Mar 2016 11:29:04 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  3925d00acf7674023f6027d4ec849bb3432201e7 (commit)
       via  f66a6a5d7ce94471b85d320f7c678c30375f6768 (commit)
       via  4eaab70905b9bd4a5df474f591f27ffdfcd26c43 (commit)
       via  98ac74b6bfb954d8c3f5936edd01fab504de16d3 (commit)
       via  73cd4629697e82c3098cde8ce842720e4a093fac (commit)
      from  6fc736ee17ae91dfb47e019e9aaa1d45ace96b0e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3925d00acf7674023f6027d4ec849bb3432201e7
Author: Fred Wright <address@hidden>
Date:   Sat Mar 5 16:05:13 2016 -0800

    Removes now-redundant 'test-noclean' target.
    
    TESTED:
    Ran 'check' as a quick sanity check.

commit f66a6a5d7ce94471b85d320f7c678c30375f6768
Author: Fred Wright <address@hidden>
Date:   Sun Mar 6 20:33:35 2016 -0800

    Reworks "clean" to be more "sconsy".
    
    This causes much of the cleaning to be handled automatically by making
    the default target more comprehensive in clean mode.  It adds a dummy
    'clean-misc' target just for cleaning, where all the files needing
    cleaning that aren't automatically tracked by scons are attached.
    
    TESTED:
    Built 'build-all' and 'check', with and without coveraging, followed
    by a default '-c', and verified that no unexpected files were left
    around.  Also tried the individual clean targets as a sanity check.

commit 4eaab70905b9bd4a5df474f591f27ffdfcd26c43
Author: Fred Wright <address@hidden>
Date:   Sun Mar 6 13:51:14 2016 -0800

    Disables ncurses when library not found.
    
    When none of the entries in the elif chain is able to find a library
    for [n]curses, this turns off the option (with a message), similar to
    the way some other options are treated.
    
    It also clarifies the CheckPKG messages by showing that the "check" is
    via pkg-config.  Otherwise one may see (e.g. on OpenBSD) the confusing
    scenario where "ncurses... no" is followed by a working build with
    [n]curses.
    
    TESTED:
    Ran build-all on OSX, Linux, FreeBSD, OpenBSD, and NetBSD, verifying
    that ncurses was enabled and built successfully on all but NetBSD (see
    NetBSD, of course).  Also verified expected "Checking..."  messages.

commit 98ac74b6bfb954d8c3f5936edd01fab504de16d3
Author: Fred Wright <address@hidden>
Date:   Sat Mar 5 16:26:34 2016 -0800

    Fixes building with ncurses on FreeBSD (#47349).
    
    This makes the change suggested in the bug, where the "--libs" option
    to pkg-config is replaced with "--libs-only-L --libs-only-l", in order
    to suppress the "-rpath" flag that crashes scons.
    
    TESTED:
    Built "build-all check" on three versions of OSX, as well as Linux,
    FreeBSD, OpenBSD, and NetBSD.  NetBSD still has unresolved issues with
    both dbus and ncurses, requiring those options to be turned off, but
    otherwise everything passes.

commit 73cd4629697e82c3098cde8ce842720e4a093fac
Author: Fred Wright <address@hidden>
Date:   Fri Mar 4 16:07:49 2016 -0800

    Fixes dbusflags for some platforms.
    
    The simple '-ldbus-1' isn't adequate for platforms where the dbus
    library isn't located in a "usual" place, and where additional include
    paths and/or additional library paths may be needed.  Obtaining the
    flags via pkg-config (as is already done in some other cases) takes
    care of this.
    
    It appears that dbusflags is used in enough places that the
    questionable LIBPATH overrides no longer break dbus linking with this
    fix.
    
    TESTED:
    Verified that build-all with dbus_export=yes builds on OSX, Linux,
    FreeBSD, and OpenBSD.

-----------------------------------------------------------------------

Summary of changes:
 SConstruct |   63 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 34 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]