[111620] trunk/dports/gis/saga/Portfile

vince at macports.org vince at macports.org
Fri Sep 27 07:33:11 PDT 2013


Revision: 111620
          https://trac.macports.org/changeset/111620
Author:   vince at macports.org
Date:     2013-09-27 07:33:11 -0700 (Fri, 27 Sep 2013)
Log Message:
-----------
wxWidgets30 -> wxWidgets-3.0

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

Modified: trunk/dports/gis/saga/Portfile
===================================================================
--- trunk/dports/gis/saga/Portfile	2013-09-27 14:12:25 UTC (rev 111619)
+++ trunk/dports/gis/saga/Portfile	2013-09-27 14:33:11 UTC (rev 111620)
@@ -2,7 +2,6 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           active_variants 1.1
 
 name                saga
 categories          gis
@@ -27,30 +26,31 @@
 checksums           rmd160  558332c890049c8c05b802aa2e413be2314697df \
                     sha256  eb4cfd9e1028a52d272bc2fe878ba4971b70fb79e6f73234e4c1519586a58a6c
 
-patchfiles          patch-configure_in.diff
+patchfiles          patch-configure_in.diff\
+                    patch-saga_cmd_cpp.diff
 
 depends_build       port:autoconf \
                     port:automake \
                     port:libtool
 
-depends_lib         port:wxWidgets30\
+depends_lib         port:wxWidgets-30\
                     port:geos\
                     port:gdal\
                     port:proj47\
                     port:jasper\
-                    port:fftw-3
+                    port:fftw-3\
+                    port:unixodbc
 
-pre-configure {
-    system -W ${worksrcpath} "autoreconf -i"
-    system "cp ${filespath}/patch-configure.diff ${worksrcpath} && \
-        cd ${worksrcpath} && patch < patch-configure.diff"
-}
 
+use_autoreconf              yes
+autoreconf.args             -i
+
 configure.args              --disable-openmp
 configure.cppflags-append   -I${prefix}/lib/proj47/include
 
 variant python27 {
-    depends_lib-append      port:python27
+    depends_lib-append      port:python27\
+                            port:swig-python
     configure.args-append   --enable-python
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130927/fb67cc63/attachment.html>


More information about the macports-changes mailing list