[147620] trunk/dports/gis/gdal/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Apr 10 07:16:41 PDT 2016


Revision: 147620
          https://trac.macports.org/changeset/147620
Author:   mcalhoun at macports.org
Date:     2016-04-10 07:16:41 -0700 (Sun, 10 Apr 2016)
Log Message:
-----------
gdal: remove trailing whitespace

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

Modified: trunk/dports/gis/gdal/Portfile
===================================================================
--- trunk/dports/gis/gdal/Portfile	2016-04-10 14:05:55 UTC (rev 147619)
+++ trunk/dports/gis/gdal/Portfile	2016-04-10 14:16:41 UTC (rev 147620)
@@ -153,7 +153,7 @@
     configure.args-delete   --without-ecw
     configure.args-append   --with-ecw=${prefix}/lib/ECW
 
-    if {${configure.cxx_stdlib} == "libc++" } { 
+    if {${configure.cxx_stdlib} == "libc++" } {
         patchfiles-append       patch-configure-ecw-libcxx.diff
     } else {
         patchfiles-append       patch-configure-ecw-libstdcxx.diff
@@ -164,23 +164,23 @@
         (![file exists /Intergraph/ERDASEcwJpeg2000SDK5.1.1/Desktop_Read-Only])} {
             ui_error "
 ****
-* The Intergraph ECW SDK version 5.1.1 is needed to 
+* The Intergraph ECW SDK version 5.1.1 is needed to
 * compile gdal with the ecw variant. It must be installed separately.
-* Please download the Mac OS X version of the SDK 
-* 'ERDAS ECW/JP2 SDK v5.1.1 (MacOSX)' from 
+* Please download the Mac OS X version of the SDK
+* 'ERDAS ECW/JP2 SDK v5.1.1 (MacOSX)' from
 * http://download.intergraph.com/
 * Choose to install it in ${prefix}/lib/ECW.
 * Then try to install GDAL again.
-****"       
+****"
             return -code error "ECW SDK 5.1.1 not installed."
         }
-        
+
         if {(![file exists ${prefix}/lib/ECW]) && \
             ([file exists /Intergraph/ERDASEcwJpeg2000SDK5.1.1/Desktop_Read-Only])} {
 
           ui_error "
 ****
-* Please create symbolic links from the /Intergraph directory to 
+* Please create symbolic links from the /Intergraph directory to
 * ${prefix}/lib/ECW, by executing at the prompt:
 * sudo ln -s /Intergraph/ERDASEcwJpeg2000SDK5.1.1/Desktop_Read-Only \
                   ${prefix}/lib/ECW
@@ -325,7 +325,7 @@
     foreach makefile [glob -dir $FRMT_PATH */GNUmakefile] {
         reinplace "s|\$\(EXPAT_INCLUDE\)||" $makefile
     }
-    
+
     reinplace -E "s|(GEOS_CFLAGS.*=).*|\\1|" ${worksrcpath}/GDALmake.opt
     reinplace -E "s|^CPPFLAGS.*|CPPFLAGS = -I\$(GDAL_ROOT)/port -I${prefix} -I${prefix}/include|" ${worksrcpath}/GDALmake.opt
 }
@@ -399,7 +399,7 @@
                     exec install_name_tool -change \
                         /Users/jenkins/hudson/workspace/RL_5.1.1_ECWJP2SDK_OSX/Master/libNCSEcw.dylib ${prefix}/lib/ECW/redistributable/libstdc++/libNCSEcw.dylib \
                         ${destroot}${prefix}/${f}
-                } 
+                }
             }
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160410/af9b5321/attachment.html>


More information about the macports-changes mailing list