<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>Hal Murray pushed to branch master at <a href="https://gitlab.com/NTPsec/ntpsec">NTPsec / ntpsec</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/42b515d42b684cfbb2b266aceae1ab201709b6dd">42b515d4</a></strong>
<div>
<span>by Hal Murray</span>
<i>at 2015-12-04T21:57:23Z</i>
</div>
<pre class='commit-message'>Adding audio to NetBSD: needs libossaudio</pre>
</li>
</ul>
<h4>3 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
ntpd/wscript
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
pylib/configure.py
</a>
</li>
<li class='file-stats'>
<a href='#diff-2'>
util/wscript
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/42b515d42b684cfbb2b266aceae1ab201709b6dd#diff-0'>
<strong>
ntpd/wscript
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/ntpd/wscript
</span><span style="color: #000000;background-color: #ddffdd">+++ b/ntpd/wscript
</span><span style="color: #aaaaaa">@@ -135,7 +135,7 @@ def build(ctx):
</span>           target          = "ntpd",
                features        = "c cprogram bld_include src_include libisc_include libisc_pthread_include ntp_version",
                source          = ntpd_source,
<span style="color: #000000;background-color: #ffdddd">-                use                     = "libntpd_obj bison_obj isc ntp sodium opts M parse GCC_S RT CAP THR PTHREAD CRYPTO DNS_SD DNS_SD_INCLUDES %s" % use_refclock,
</span><span style="color: #000000;background-color: #ddffdd">+           use                     = "libntpd_obj bison_obj isc ntp sodium opts OSSAUDIO M parse GCC_S RT CAP THR PTHREAD CRYPTO DNS_SD DNS_SD_INCLUDES %s" % use_refclock,
</span>           includes        = [
                        "%s/ntpd/" % bldnode,
                        "%s/ntpd/" % srcnode,
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/42b515d42b684cfbb2b266aceae1ab201709b6dd#diff-1'>
<strong>
pylib/configure.py
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/pylib/configure.py
</span><span style="color: #000000;background-color: #ddffdd">+++ b/pylib/configure.py
</span><span style="color: #aaaaaa">@@ -62,7 +62,7 @@ def cmd_configure(ctx):
</span>           ctx.env.PLATFORM_INCLUDES = ["/usr/local/include"]
                ctx.env.PLATFORM_LIBPATH = ["/usr/local/lib"]
        elif ctx.env.PLATFORM_TARGET == "netbsd":
<span style="color: #000000;background-color: #ffdddd">-                ctx.env.PLATFORM_LIBPATH = ["/usr/pkg/lib"]
</span><span style="color: #000000;background-color: #ddffdd">+           ctx.env.PLATFORM_LIBPATH = ["/usr/lib"]
</span>   elif ctx.env.PLATFORM_TARGET == "win":
                ctx.load("msvc")
 
<span style="color: #aaaaaa">@@ -190,6 +190,7 @@ def cmd_configure(ctx):
</span> 
        ctx.check_cc(lib="edit", mandatory=False)
        ctx.check_cc(lib="m")
<span style="color: #000000;background-color: #ddffdd">+        ctx.check_cc(lib="ossaudio", mandatory=False)  # NetBSD audio
</span>   ctx.check_cc(lib="pthread")
        ctx.check_cc(lib="rt", mandatory=False)
        ctx.check_cc(lib="readline", mandatory=False)
</code></pre>

<br>
</li>
<li id='diff-2'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/42b515d42b684cfbb2b266aceae1ab201709b6dd#diff-2'>
<strong>
util/wscript
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/util/wscript
</span><span style="color: #000000;background-color: #ddffdd">+++ b/util/wscript
</span><span style="color: #aaaaaa">@@ -6,7 +6,7 @@ def build(ctx):
</span> 
        util = ['bumpclock', 'hist', 'propdelay', 'sht']
 
<span style="color: #000000;background-color: #ffdddd">-        if ctx.env.PLATFORM_TARGET not in ['netbsd', 'osx']:
</span><span style="color: #000000;background-color: #ddffdd">+   if ctx.env.PLATFORM_TARGET not in ['osx']:
</span>           util += ['tg2']
 
        for name in util:
<span style="color: #aaaaaa">@@ -17,7 +17,7 @@ def build(ctx):
</span>                   includes        = [
                                                "%s/%s/" % (bldnode, name)
                                        ],
<span style="color: #000000;background-color: #ffdddd">-                        use             = "ntp opts isc M RT PTHREAD",
</span><span style="color: #000000;background-color: #ddffdd">+                   use             = "ntp opts isc OSSAUDIO M RT PTHREAD",
</span>                   install_path    = False
                )
 
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/42b515d42b684cfbb2b266aceae1ab201709b6dd">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/NTPsec/ntpsec/commit/42b515d42b684cfbb2b266aceae1ab201709b6dd"}}</script>
</p>
</div>
</body>
</html>