[128679] trunk/dports/gis/saga

vince at macports.org vince at macports.org
Tue Nov 25 06:47:15 PST 2014


Revision: 128679
          https://trac.macports.org/changeset/128679
Author:   vince at macports.org
Date:     2014-11-25 06:47:15 -0800 (Tue, 25 Nov 2014)
Log Message:
-----------
saga: fixes a flub made during bump to 2.1.4.

Modified Paths:
--------------
    trunk/dports/gis/saga/Portfile
    trunk/dports/gis/saga/files/patch-configure.diff

Modified: trunk/dports/gis/saga/Portfile
===================================================================
--- trunk/dports/gis/saga/Portfile	2014-11-25 14:21:54 UTC (rev 128678)
+++ trunk/dports/gis/saga/Portfile	2014-11-25 14:47:15 UTC (rev 128679)
@@ -45,7 +45,7 @@
                     port:unixodbc
 
 post-patch  {
-#    reinplace -E "s|wx-config|${wxWidgets.wxconfig}|" ${worksrcpath}/configure
+    reinplace -E "s|wx-config|${wxWidgets.wxconfig}|" ${worksrcpath}/configure
 
     set mkfiles [exec find ${worksrcpath} -type f -name Makefile.in]
     foreach makefile ${mkfiles} {

Modified: trunk/dports/gis/saga/files/patch-configure.diff
===================================================================
--- trunk/dports/gis/saga/files/patch-configure.diff	2014-11-25 14:21:54 UTC (rev 128678)
+++ trunk/dports/gis/saga/files/patch-configure.diff	2014-11-25 14:47:15 UTC (rev 128679)
@@ -23,7 +23,7 @@
 -# the test could be extended to check for wx-config --version too
 -if test "`wx-config --list | grep unicode`" != "" ; then
 +# the test could be extended to check for /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wx-config --version too
-+if test "`/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/bin/wx-config --list | grep unicode`" != "" ; then
++if test "`wx-config --list | grep unicode`" != "" ; then
     if true; then
    SAGA_UNICODE_TRUE=
    SAGA_UNICODE_FALSE='#'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141125/7e107f65/attachment.html>


More information about the macports-changes mailing list