[109261] users/mojca/wxports

mojca at macports.org mojca at macports.org
Sun Aug 11 10:25:27 PDT 2013


Revision: 109261
          https://trac.macports.org/changeset/109261
Author:   mojca at macports.org
Date:     2013-08-11 10:25:26 -0700 (Sun, 11 Aug 2013)
Log Message:
-----------
mojca/FileZilla: update to 3.5.1 + temporary patch for linking against the new wxWidgets

Modified Paths:
--------------
    users/mojca/wxports/FileZilla/Portfile

Added Paths:
-----------
    users/mojca/wxports/FileZilla/

Modified: users/mojca/wxports/FileZilla/Portfile
===================================================================
--- trunk/dports/www/FileZilla/Portfile	2013-08-11 16:42:56 UTC (rev 109260)
+++ users/mojca/wxports/FileZilla/Portfile	2013-08-11 17:25:26 UTC (rev 109261)
@@ -2,9 +2,10 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           wxwidgets 1.0
 
 name                FileZilla
-version             3.5.1
+version             3.7.3
 revision            1
 categories          www aqua
 platforms           darwin
@@ -20,25 +21,23 @@
 homepage            http://filezilla-project.org/
 master_sites        sourceforge:project/filezilla/FileZilla_Client/${version}
 
-checksums           sha1    e4b2048cf8740e05cfff8e444a9059f79784e3f6 \
-                    rmd160  6f5c7e9db07cb1b5cc43de194f35a032a6f966b8
+checksums           sha1    34c3dd1943816a916c54e49cbbea51c97ef3f583 \
+                    rmd160  8fefebae9f2024dedab9841dc6fe3876305f8d2f
 
 depends_build       port:pkgconfig
 
-depends_lib         port:wxWidgets \
+wxWidgets.use_version 2.8
+
+# TODO: depend on wxGTK
+depends_lib         port:wxWidgets-2.8 \
                     port:libidn \
                     port:gettext \
                     port:libgpg-error \
                     port:libgcrypt \
                     port:gnutls \
-                    port:sqlite3
+                    port:sqlite3 \
+                    port:xdg-utils
 
-# wxWidgets is 32-bit only
-supported_archs     i386 ppc
-
-# wxWidgets is not universal
-universal_variant   no
-
 distname            ${name}_${version}_src
 use_bzip2           yes
 worksrcdir          filezilla-${version}
@@ -46,11 +45,14 @@
 # http://sourceforge.net/tracker/index.php?func=detail&aid=3031828&group_id=13559&atid=313559
 configure.args      --with-tinyxml=builtin \
                     --disable-manualupdatecheck \
-                    --disable-autoupdatecheck
+                    --disable-autoupdatecheck \
+                    --with-wxdir=${wxWidgets.confpath}
+configure.env       WXRC=${wxWidgets.confpath}/wxrc
 
+# ???
 # cp: fzputtygen: No such file or directory
-use_parallel_build  no
 
-destroot {
-    copy ${worksrcpath}/FileZilla.app ${destroot}${applications_dir}
-}
+# TODO: when FileZilla is built against wxGTK, it doesn't create an app; this needs fixing
+# destroot {
+#     copy ${worksrcpath}/FileZilla.app ${destroot}${applications_dir}
+# }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130811/afd30470/attachment-0001.html>


More information about the macports-changes mailing list