<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b1a49e7c9865940809c6f3447e29645b20d5e8a9">https://github.com/macports/macports-ports/commit/b1a49e7c9865940809c6f3447e29645b20d5e8a9</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new b1a49e7  QMK-Groundstation: Fix build and set license
</span>b1a49e7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b1a49e7c9865940809c6f3447e29645b20d5e8a9
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Nov 7 12:19:07 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    QMK-Groundstation: Fix build and set license
</span>---
 aqua/QMK-Groundstation/Portfile           |  4 ++++
 aqua/QMK-Groundstation/files/usleep.patch | 11 +++++++++++
 2 files changed, 15 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/QMK-Groundstation/Portfile b/aqua/QMK-Groundstation/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e4d946e..e37edb7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/QMK-Groundstation/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/QMK-Groundstation/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,8 @@ name                QMK-Groundstation
</span> version             1.0.1
 revision            3
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0ffe0;'>+license             GPL-2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> description         Configuration and Debugging Utility for the MikroKopter Project
 long_description    Configuration and Debugging Utility for the MikroKopter Project.
 homepage            http://www.mikrokopter.de/
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +31,8 @@ post-extract {
</span>     file rename "${workpath}/${name} ${version}" ${workpath}/${worksrcdir}
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles          usleep.patch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-patch {
     # make sure ${prefix}/include and ${prefix}/include/qwt are in
     # 'qmake's INCLUDEPATH
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/QMK-Groundstation/files/usleep.patch b/aqua/QMK-Groundstation/files/usleep.patch
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 0000000..f9dc696
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/QMK-Groundstation/files/usleep.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,11 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Fix "Classes/ToolBox.cpp:29:5: error: use of undeclared identifier 'usleep'"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- Classes/ToolBox.h.orig 2009-03-22 12:29:23.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ Classes/ToolBox.h      2018-11-07 12:11:09.000000000 -0600
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -19,6 +19,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #ifndef TOOLBOX_H
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #define TOOLBOX_H
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++#include <unistd.h>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #include <QString>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #include <QIcon>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #include "../global.h"
</span></pre><pre style='margin:0'>

</pre>