[127758] trunk/dports/science/cdo/Portfile

takeshi at macports.org takeshi at macports.org
Mon Nov 3 00:45:58 PST 2014


Revision: 127758
          https://trac.macports.org/changeset/127758
Author:   takeshi at macports.org
Date:     2014-11-03 00:45:58 -0800 (Mon, 03 Nov 2014)
Log Message:
-----------
cdo: add an explicit library dependency to curl. use proj instead of proj47. stop appending -I/usr/include/malloc

Modified Paths:
--------------
    trunk/dports/science/cdo/Portfile

Modified: trunk/dports/science/cdo/Portfile
===================================================================
--- trunk/dports/science/cdo/Portfile	2014-11-03 08:26:03 UTC (rev 127757)
+++ trunk/dports/science/cdo/Portfile	2014-11-03 08:45:58 UTC (rev 127758)
@@ -6,6 +6,7 @@
 
 name                        cdo
 version                     1.6.5.1
+revision                    1
 platforms                   darwin
 maintainers                 takeshi openmaintainer
 license                     GPL-2
@@ -29,8 +30,9 @@
 mpi.enforce_variant         hdf5
 
 depends_lib                 port:netcdf \
+                            port:curl \
                             port:udunits2 \
-                            port:proj47 \
+                            port:proj \
                             port:fftw-3
 
 configure.args              --with-netcdf=${prefix} \
@@ -42,8 +44,7 @@
                             --with-fftw3 \
                             --with-curl=${prefix} \
                             --with-zlib=${prefix}
-configure.cppflags-append   -I/usr/include/malloc \
-                            -I${prefix}/include/udunits2
+configure.cppflags-append   -I${prefix}/include/udunits2
 
 set v [mpi_active_variant_name bin:h5pcc:hdf5]
 if {${v} != "" } {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141103/e7c80315/attachment.html>


More information about the macports-changes mailing list