Changeset 80310
- Timestamp:
- 07/08/11 17:25:00 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/science/netcdf/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/netcdf/Portfile
r78616 r80310 6 6 name netcdf 7 7 epoch 1 8 version 4.1.1 9 revision 5 8 version 4.1.3 10 9 maintainers takeshi openmaintainer 11 10 platforms darwin … … 23 22 http://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ \ 24 23 ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ 25 checksums md5 79c5ff14c80d5e18dd8f1fceeae1c8e1\26 sha1 6fece208825b978fc2240732f6f57927d71a0552\27 rmd160 89b6e1a2115ef348ac83166aa7a50e045fbd98e224 checksums md5 ead16cb3b671f767396387dcb3c1a814 \ 25 sha1 e600322478276f51612e17cca3cda38489003f81 \ 26 rmd160 ac07f570873bba89a49cb2eb2275a40cbc8e502b 28 27 29 patch { 30 reinplace {/^AM_CPPFLAGS/s/\(\$(am__append_5)\) \(\$(am__append_7)\)/\2 \1/} ${worksrcpath}/ncdump/Makefile.in 28 post-patch { 29 if {[variant_isset g95]} { 30 reinplace "s|lt_cv_ld_force_load=yes|lt_cv_ld_force_load=no|" ${worksrcpath}/configure 31 } 32 reinplace "s|szip|sz|" ${worksrcpath}/configure 31 33 foreach f {configure libcf/configure udunits/configure} { 32 34 foreach c {g77 g95 gfortran ifort xlf xlf90} {
Note: See TracChangeset
for help on using the changeset viewer.

