[55370] trunk/dports/science/vis5d/Portfile

takeshi at macports.org takeshi at macports.org
Sun Aug 9 16:18:29 PDT 2009


Revision: 55370
          http://trac.macports.org/changeset/55370
Author:   takeshi at macports.org
Date:     2009-08-09 16:18:27 -0700 (Sun, 09 Aug 2009)
Log Message:
-----------
vis5d: removed libraries to be linked with netcdf4

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

Modified: trunk/dports/science/vis5d/Portfile
===================================================================
--- trunk/dports/science/vis5d/Portfile	2009-08-09 23:14:08 UTC (rev 55369)
+++ trunk/dports/science/vis5d/Portfile	2009-08-09 23:18:27 UTC (rev 55370)
@@ -5,7 +5,7 @@
 
 name            vis5d
 version         1.3.0-beta
-revision        3
+revision        4
 distname        ${name}+-${version}
 categories      science graphics
 maintainers     takeshi
@@ -29,9 +29,6 @@
 
 depends_build   port:pkgconfig
 depends_lib     port:netcdf \
-                port:hdf5-18 \
-                port:szip \
-                port:zlib \
                 port:ImageMagick \
                 port:gettext \
                 port:tcl \
@@ -58,10 +55,11 @@
     reinplace "s|NULL/'80808080'X/|NULL/X'80808080'/|" ${worksrcpath}/util/igg3d.f
 }
 
-pre-configure {
-    reinplace "s|-lnetcdf \$V5D_LIBS_AUX|-lnetcdf -lhdf5_hl -lhdf5 -lz -lcurl \$V5D_LIBS_AUX|" \
-        ${worksrcpath}/configure
-}
+# netcdf4
+#pre-configure {
+#    reinplace "s|-lnetcdf \$V5D_LIBS_AUX|-lnetcdf -lhdf5_hl -lhdf5 -lz -lcurl \$V5D_LIBS_AUX|" \
+#        ${worksrcpath}/configure
+#}
 if {[variant_isset universal]} {
     post-configure {
         reinplace "s|-dynamiclib|-dynamiclib ${configure.universal_ldflags}|" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090809/a7ef82e6/attachment-0001.html>


More information about the macports-changes mailing list