[148772] trunk/dports/gis/grass7/Portfile

vince at macports.org vince at macports.org
Tue May 17 12:28:55 PDT 2016


Revision: 148772
          https://trac.macports.org/changeset/148772
Author:   vince at macports.org
Date:     2016-05-17 12:28:54 -0700 (Tue, 17 May 2016)
Log Message:
-----------
grass7: Bump to 7.0.4. UI seems to work.

Modified Paths:
--------------
    trunk/dports/gis/grass7/Portfile

Modified: trunk/dports/gis/grass7/Portfile
===================================================================
--- trunk/dports/gis/grass7/Portfile	2016-05-17 18:22:03 UTC (rev 148771)
+++ trunk/dports/gis/grass7/Portfile	2016-05-17 19:28:54 UTC (rev 148772)
@@ -5,7 +5,7 @@
 PortGroup         active_variants 1.1
 
 name              grass7
-version           7.0.2
+version           7.0.4
 distname          grass-${version}
 maintainers       nomaintainer
 categories        gis
@@ -19,8 +19,8 @@
 homepage          http://grass.osgeo.org/
 master_sites      ${homepage}grass[join [lrange [split ${version} .] 0 1] {}]/source/
 
-checksums           rmd160  8a13e89add8c0dd2160344717310111d564d42c7 \
-                    sha256  2eabd84c5426c675b7f3046213bbacb0cee9d0225df15e1530b93f43ec6b190b
+checksums           rmd160  897b4d85b9becf33ad713f8bd51f806963018c86 \
+                    sha256  657188dc640b8482d16f889ff281abe424a0b232d03328086ba28cbf02c65af2
 
 wxWidgets.use     wxPython-3.0
 
@@ -52,8 +52,7 @@
     reinplace "s|PYVER.*|PYVER = 2.7|" ${worksrcpath}/macosx/Makefile
     reinplace "s|^PYTHON.*|PYTHON = ${python_bin}|" ${worksrcpath}/include/Make/Platform.make.in
 
-    ui_warn "WARNING! This port does not provide a functional standalone Grass 7 package (yet)."
-    ui_warn "However the set of functions is usable with QGIS +grass."
+    ui_warn "WARNING! Experimental build. Report any problems."
 }
 
 configure.ldflags-append -framework OpenCL
@@ -85,7 +84,7 @@
     --with-opengl=osx \
     --with-opencl=yes \
     --with-blas \
-    --with-lapack \
+    --with-lapack=no \
     --with-readline \
     --with-readline-includes=${prefix}/include/readline \
     --with-readline-libs=${prefix}/lib \
@@ -109,6 +108,14 @@
     configure.args-append --with-postgres-libs=${prefix}/lib/postgresql94
 }
 
+variant postgresql95 description {Add PostgreSQL 9.5 support} {
+    depends_lib-append    port:postgresql95
+    configure.args-delete --without-postgres
+    configure.args-append --with-postgres
+    configure.args-append --with-postgres-includes=${prefix}/include/postgresql95
+    configure.args-append --with-postgres-libs=${prefix}/lib/postgresql95
+}
+
 variant sqlite description {Add SQLite 3 support} {
     depends_lib-append    port:sqlite3
     configure.args-append --with-sqlite
@@ -127,10 +134,10 @@
 
 variant atlas description {Use Atlas for BLAS/LAPACK} {
     depends_lib-append      port:atlas
-    configure.args-append   --with-libblas=${prefix}/lib/libtatlas.dylib
-    configure.args-append   --with-liblapack=${prefix}/lib/libtatlas.dylib
+#    configure.args-append   --with-libblas=${prefix}/lib/libtatlas.dylib
+#    configure.args-append   --with-liblapack=${prefix}/lib/libtatlas.dylib
 }
 
 livecheck.type      regex
 livecheck.url       http://grass.osgeo.org/download/software/sources/
-livecheck.regex     grass-(\[0-9.\]+)${extract.suffix}
+livecheck.regex     grass-7.(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160517/5ef46188/attachment.html>


More information about the macports-changes mailing list