<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/20d14fae9d45b5f37c3e79ecbf4b54a7786f89c3">https://github.com/macports/macports-ports/commit/20d14fae9d45b5f37c3e79ecbf4b54a7786f89c3</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 20d14fae9d45b5f37c3e79ecbf4b54a7786f89c3
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Mar 18 07:50:18 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    scotty: respect MacPorts cflags
</span>---
 net/scotty/Portfile                     | 4 +++-
 net/scotty/files/patch-Makefile.in.diff | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/scotty/Portfile b/net/scotty/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5588077..befe00c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/scotty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/scotty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem                  1.0
</span> 
 name                        scotty
 version                     3.0.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                    6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                    7
</span> categories                  net
 maintainers                 nomaintainer
 description                 Network management extensions to Tcl that enables \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,6 +47,8 @@ configure.args              --exec_prefix=${prefix} \
</span>                             --with-tcl=${prefix} \
                             --with-tk=${prefix}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cflags-append     -DBIND_8_COMPAT
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot.target             install sinstall
 
 post-patch {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/scotty/files/patch-Makefile.in.diff b/net/scotty/files/patch-Makefile.in.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index cd1aa2f..353acab 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/scotty/files/patch-Makefile.in.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/scotty/files/patch-Makefile.in.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +14,7 @@
</span>  # To change the compiler switches, for example to change from -O
  # to -g, change the following line:
 -CFLAGS = -O # -DINET6
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+CFLAGS = -O -DBIND_8_COMPAT=1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++CFLAGS = @CFLAGS@
</span>  
  # NMICMPD should contain the full path to the installed nmicmpd binary.
  NMICMPD = $(BIN_INSTALL_DIR)/nmicmpd
</pre><pre style='margin:0'>

</pre>