[118750] trunk/dports/gis/qgis

Ryan Schmidt ryandesign at macports.org
Thu Apr 10 08:11:43 PDT 2014


On Apr 10, 2014, at 09:19, vince at macports.org wrote:

> Revision
> 118750
> Author
> vince at macports.org
> Date
> 2014-04-10 07:19:39 -0700 (Thu, 10 Apr 2014)
> Log Message
> 
> Add some environment variables for the processing plug-in to work better when launched from the Finder

> +--- mac/app.info.plist.in.orig	2014-04-10 11:12:31.000000000 +0200
> ++++ mac/app.info.plist.in	2014-04-10 11:14:33.000000000 +0200
> +@@ -26,6 +26,21 @@
> + 	<string>6.0</string>
> + 	<key>CSResourcesFileMapped</key>
> + 	<true/>
> ++    <key>LSEnvironment</key>
> ++    <dict>
> ++        <key>PATH</key>
> ++        <string>/bin:/usr/bin:/usr/sbin:@@@/bin:@@@/sbin</string>
> ++        <key>GRASS_SH</key>
> ++        <string>/bin/sh</string>
> ++        <key>GRASS_PROJSHARE</key>
> ++        <string>/opt/local/lib/proj47/share/proj</string>
> ++        <key>GRASS_VERSION</key>
> ++        <string>6.4.3</string>
> ++        <key>GRASS_LD_LIBRARY_PATH</key>
> ++        <string>/opt/local/share/grass-6.4.3/lib</string>
> ++        <key>GRASS_PERL</key>
> ++        <string>/opt/local/bin/perl</string>
> ++    </dict>

/opt/local shouldn’t be hardcoded here.

Also, the port revision should be increased when this is fixed.




More information about the macports-dev mailing list