<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/373105673340ba161fe1246949aa5bca370cfaf0">https://github.com/macports/macports-ports/commit/373105673340ba161fe1246949aa5bca370cfaf0</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 3731056  ncview: Remove workaround for hdf5/hdf5-18
</span>3731056 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 373105673340ba161fe1246949aa5bca370cfaf0
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Thu Aug 3 17:15:13 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    ncview: Remove workaround for hdf5/hdf5-18
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    netcdf is now using hdf5, so this workaround is no longer necessary.
</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/54560
</span>---
 science/ncview/Portfile | 8 --------
 1 file changed, 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ncview/Portfile b/science/ncview/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b2802f6..9ba990a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ncview/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ncview/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,10 +29,6 @@ checksums               rmd160  3862bad211f468d121c02a99e72b34bf81bb9cb7 \
</span> 
 patchfiles              patch-configure.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# configure picks up the wrong hdf5 (netcdf still depends on hdf5-18) and it
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# doesn't seem easy to coerce the paths since configure calls nc-config
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-conflicts_build         hdf5
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> depends_lib             port:expat \
                         port:udunits2 \
                         port:netcdf \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,10 +56,6 @@ configure.args          --with-netcdf_incdir=${prefix}/include \
</span>                         --x-libraries=${prefix}/lib \
                         --x-includes=${prefix}/include
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# seems that nc-config doesn't provide hdf5-18's paths?
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cppflags-prepend -I${prefix}/lib/hdf5-18/include
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.ldflags-prepend  -L${prefix}/lib/hdf5-18/lib
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> use_parallel_build      yes
 
 post-destroot {
</pre><pre style='margin:0'>

</pre>