Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#47271 closed update (fixed)

FileZilla @3.10.1.1_0: update to 3.10.2

Reported by: asedeno@… Owned by: mojca (Mojca Miklavec)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc: rudloff@…
Port: FileZilla

Description

Attached is a patch to update FileZilla to v3.10.2.

  • remove obsolete patches
  • cherry-pick upstream revision 6543 to fix the build

Attachments (1)

0001-bump-FileZilla-to-v3.10.2.patch (4.6 KB) - added by asedeno@… 9 years ago.

Download all attachments as: .zip

Change History (6)

Changed 9 years ago by asedeno@…

comment:1 Changed 9 years ago by larryv (Lawrence Velázquez)

Cc: mojca@… removed
Keywords: haspatch added
Owner: changed from macports-tickets@… to mojca@…
Summary: Update to 3.10.2FileZilla @3.10.1.1_0: update to 3.10.2

comment:2 Changed 9 years ago by mojca (Mojca Miklavec)

Resolution: fixed
Status: newclosed
Version: 2.3.3

Thanks, r134473.

comment:3 Changed 9 years ago by mojca (Mojca Miklavec)

The Mountain Lion buildbot fails with:

/usr/bin/clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I./../include -I/opt/local/include -I/opt/local/include/p11-kit-1 -I/opt/local/include  -I/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I/opt/local/include -fpch-preprocess -I/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -pipe -Os -arch x86_64 -stdlib=libc++ -Wall -g -std=gnu++11 -MT libengine_a-event_handler.o -MD -MP -MF .deps/libengine_a-event_handler.Tpo -c -o libengine_a-event_handler.o `test -f 'event_handler.cpp' || echo './'`event_handler.cpp
engineprivate.cpp:15:63: error: initialization of non-aggregate type 'std::atomic_int' (aka 'atomic<int>') with an initializer list
std::atomic_int CFileZillaEnginePrivate::m_activeStatus[2] = {{0}, {0}};
                                                              ^~~
engineprivate.cpp:15:68: error: initialization of non-aggregate type 'std::atomic_int' (aka 'atomic<int>') with an initializer list
std::atomic_int CFileZillaEnginePrivate::m_activeStatus[2] = {{0}, {0}};
                                                                   ^~~

The Snow Leopard buildbot fails with:

checking for std::wstring in <string>... no
checking if std::basic_string<wchar_t> works... no
configure: error: Can't use --enable-std_string without std::wstring or std::basic_string<wchar_t>
Command failed:  cd "/opt/local/var/macports/build/_opt_mports_dports_graphics_wxWidgets-3.0/wxWidgets-3.0-libcxx/work/wxWidgets-3.0.2/build" && ../configure --prefix=/opt/local --prefix=/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx --with-libiconv-prefix=/opt/local --with-libjpeg --with-libtiff --with-libpng --with-zlib --with-opengl --with-cocoa --without-sdl --enable-aui --disable-sdltest --enable-unicode --enable-display --enable-xrc --enable-graphics_ctx --with-macosx-sdk=no --with-macosx-version-min=no 

comment:4 Changed 9 years ago by mojca (Mojca Miklavec)

It probably never worked on 10.6 (it's an error while building wxWidgets, not FileZilla).

comment:5 Changed 9 years ago by mojca (Mojca Miklavec)

A new ticket: #47273.

Note: See TracTickets for help on using tickets.