[132929] trunk/dports/www/FileZilla

mojca at macports.org mojca at macports.org
Fri Feb 13 13:57:34 PST 2015


Revision: 132929
          https://trac.macports.org/changeset/132929
Author:   mojca at macports.org
Date:     2015-02-13 13:57:34 -0800 (Fri, 13 Feb 2015)
Log Message:
-----------
filezilla: extremely ugly workaround to allow compilation on < 10.9 (missing CXXFLAGS in a test), #46768

Modified Paths:
--------------
    trunk/dports/www/FileZilla/Portfile

Added Paths:
-----------
    trunk/dports/www/FileZilla/files/patch-configure.diff

Modified: trunk/dports/www/FileZilla/Portfile
===================================================================
--- trunk/dports/www/FileZilla/Portfile	2015-02-13 21:28:24 UTC (rev 132928)
+++ trunk/dports/www/FileZilla/Portfile	2015-02-13 21:57:34 UTC (rev 132929)
@@ -37,7 +37,8 @@
 use_bzip2           yes
 worksrcdir          filezilla-${version}
 
-patchfiles          patch-src-include-socket.h.diff
+patchfiles          patch-src-include-socket.h.diff \
+                    patch-configure.diff
 
 # http://trac.filezilla-project.org/ticket/5473
 # http://sourceforge.net/p/tinyxml/patches/51/

Added: trunk/dports/www/FileZilla/files/patch-configure.diff
===================================================================
--- trunk/dports/www/FileZilla/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/www/FileZilla/files/patch-configure.diff	2015-02-13 21:57:34 UTC (rev 132929)
@@ -0,0 +1,19 @@
+# extremely ugly workaround to compensate for missing CXXFLAGS in a test
+
+--- configure.orig
++++ configure
+@@ -16399,10 +16399,10 @@ else
+ 
+         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+-        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+-as_fn_error $? "Positional printf argument support in wxWidgets is required by FileZilla. Please rebuild wxWidgets and pass --enable-printfposparam to its configure script.
+-See \`config.log' for more details" "$LINENO" 5; }
++#         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++# $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++# as_fn_error $? "Positional printf argument support in wxWidgets is required by FileZilla. Please rebuild wxWidgets and pass --enable-printfposparam to its configure script.
++# See \`config.log' for more details" "$LINENO" 5; }
+ 
+ 
+ fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150213/437522a6/attachment.html>


More information about the macports-changes mailing list