[99013] trunk/dports/gis/qgis/Portfile

vince at macports.org vince at macports.org
Tue Oct 23 12:46:35 PDT 2012


Revision: 99013
          http://trac.macports.org//changeset/99013
Author:   vince at macports.org
Date:     2012-10-23 12:46:35 -0700 (Tue, 23 Oct 2012)
Log Message:
-----------
Bump the Grass dependency from 6.4.0 to 6.4.2 to stay in sync

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

Modified: trunk/dports/gis/qgis/Portfile
===================================================================
--- trunk/dports/gis/qgis/Portfile	2012-10-23 19:43:25 UTC (rev 99012)
+++ trunk/dports/gis/qgis/Portfile	2012-10-23 19:46:35 UTC (rev 99013)
@@ -155,7 +155,7 @@
 variant	grass				description "Build the grass (6.4) plugin" {
 
 	depends_lib-append		port:grass
-	configure.args-append	"-DGRASS_PREFIX=${prefix}/share/grass-6.4.0"
+	configure.args-append	"-DGRASS_PREFIX=${prefix}/share/grass-6.4.2"
 }
 
 configure.dir				${worksrcpath}/build									
@@ -176,14 +176,16 @@
 configure.args-append		"-DPROJ_INCLUDE_DIR=${prefix}/include"
 configure.args-append		"-DPROJ_LIBRARY=${prefix}/lib/libproj.dylib"
 configure.args-append		"-DWITH_SPATIALITE:BOOL=NO"
-configure.args-append       "-DSPATIALINDEX_INCLUDE=${prefix}/include"
+#configure.args-append       "-DSPATIALINDEX_INCLUDE=${prefix}/include"
 configure.args-append       "-DSPATIALINDEX_LIBRARY=${prefix}/lib/libspatialindex.dylib"
 configure.args-append		"-DPYTHON_INCLUDE_PATH=${Py_own_FRM}/Headers"
+configure.args-append       "'-DPYTHON_LIBRARY=-F${Py_own_FRM} -framework Python'"
 configure.args-append		"-DSIP_INCLUDE_DIR=${Py_own_FRM}/Headers"
 configure.args-append		"-DCMAKE_BUILD_TYPE=Release"
+configure.args-append       "-DQGIS_MACAPP_DEV_PREFIX=${frameworks_dir}"
 	
 # This is a fake but don't ask me why it is needed
-configure.args-append		"-DSVN_MARKER=/usr/bin/svnversion"
+#configure.args-append		"-DSVN_MARKER=/usr/bin/svnversion"
 
 # Patch for proper linking of our own Python framework
 post-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121023/4e3709f6/attachment.html>


More information about the macports-changes mailing list