<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c4445a3db97fbf6d27d9c770fcf52baf9dc71675">https://github.com/macports/macports-ports/commit/c4445a3db97fbf6d27d9c770fcf52baf9dc71675</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 c4445a3 smartmontools: build without c++11 on old systems
</span>c4445a3 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c4445a3db97fbf6d27d9c770fcf52baf9dc71675
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Fri Jan 11 20:34:29 2019 -0800
<span style='display:block; white-space:pre;color:#404040;'> smartmontools: build without c++11 on old systems
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> closes: https://trac.macports.org/ticket/55730
</span>---
sysutils/smartmontools/Portfile | 7 +++++++
1 file changed, 7 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/smartmontools/Portfile b/sysutils/smartmontools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9be941b..0b91b4b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/smartmontools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/smartmontools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +31,13 @@ configure.args --without-savestates \
</span> --enable-sample \
--with-libcap-ng=no
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platform darwin {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {${configure.cxx_stdlib} eq "libstdc++"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --with-cxx11-option=no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot.keepdirs ${destroot}${prefix}/var/run \
${destroot}${prefix}/var/lib/smartmontools
</pre><pre style='margin:0'>
</pre>