Update to filezilla-3.51.0

Bugfix release. Changes: https://filezilla-project.org/versions.php
This commit is contained in:
bket 2020-10-22 12:11:05 +00:00
parent 829a8ef019
commit 72b5913647
5 changed files with 35 additions and 13 deletions

View File

@ -1,14 +1,16 @@
# $OpenBSD: Makefile,v 1.73 2020/08/28 14:14:21 bket Exp $
# $OpenBSD: Makefile,v 1.74 2020/10/22 12:11:05 bket Exp $
BROKEN-hppa= serverpath.h:17:19: error: variable 'CServerPath final' has initializer but incomplete type
BROKEN-alpha= serverpath.h:17:19: error: variable 'CServerPath final' has initializer but incomplete type
COMMENT= fast FTP and SFTP GUI client with a lot of features
V= 3.50.0
V= 3.51.0
PKGNAME= filezilla-$V
DISTNAME= FileZilla_$V_src
SHARED_LIBS= fzclient_private 0.0 # 3.51.0
CATEGORIES= net
HOMEPAGE= https://www.filezilla-project.org/
@ -41,7 +43,7 @@ COMPILER= base-clang ports-gcc
LIB_DEPENDS= databases/sqlite3 \
devel/harfbuzz \
devel/libidn \
net/libfilezilla>=0.22.0 \
net/libfilezilla>=0.25.0 \
security/gnutls \
textproc/pugixml \
x11/dbus \
@ -53,15 +55,15 @@ RUN_DEPENDS= devel/desktop-file-utils \
devel/xdg-utils \
x11/gtk+3,-guic
MAKE_FLAGS= LIBfzclient_private_VERSION=${LIBfzclient_private_VERSION}
FAKE_FLAGS= docsdir="${PREFIX}/share/examples/filezilla/"
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
FAKE_FLAGS+= docsdir="${PREFIX}/share/examples/filezilla/"
CONFIGURE_STYLE=autoreconf
CONFIGURE_ARGS+=--with-dbus \
--with-tinyxml=builtin \
--disable-manualupdatecheck
CONFIGURE_ARGS= --disable-manualupdatecheck \
--with-dbus \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
GREP=/usr/bin/grep \
@ -72,4 +74,7 @@ AUTOMAKE_VERSION= 1.15
WRKDIST= ${WRKDIR}/filezilla-$V
post-install:
rm -f ${PREFIX}/lib/libfzclient-private.so
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (FileZilla_3.50.0_src.tar.bz2) = 4NuHJpylIIqtFKAkFTN7T57+PEnC1NFOZukhx4oTXBA=
SIZE (FileZilla_3.50.0_src.tar.bz2) = 4791977
SHA256 (FileZilla_3.51.0_src.tar.bz2) = gr4cSk9RuzKlmdC0zDokEnupSMCvD5VyM8xqE+o7bEw=
SIZE (FileZilla_3.51.0_src.tar.bz2) = 4808717

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-src_engine_Makefile_am,v 1.1 2020/10/22 12:11:05 bket Exp $
Index: src/engine/Makefile.am
--- src/engine/Makefile.am.orig
+++ src/engine/Makefile.am
@@ -139,7 +139,7 @@ libfzclient_private_la_SOURCES += ../pugixml/pugixml.c
endif
libfzclient_private_la_CXXFLAGS = -fvisibility=hidden
-libfzclient_private_la_LDFLAGS = -no-undefined -release $(PACKAGE_VERSION_MAJOR).$(PACKAGE_VERSION_MINOR).$(PACKAGE_VERSION_MICRO)
+libfzclient_private_la_LDFLAGS = -no-undefined -release $(LIBfzclient_private_VERSION)
libfzclient_private_la_LDFLAGS += $(LIBFILEZILLA_LIBS)
libfzclient_private_la_LDFLAGS += $(IDN_LIB)

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-src_interface_file_utils_cpp,v 1.4 2020/05/14 19:34:20 bket Exp $
$OpenBSD: patch-src_interface_file_utils_cpp,v 1.5 2020/10/22 12:11:05 bket Exp $
Index: src/interface/file_utils.cpp
--- src/interface/file_utils.cpp.orig
+++ src/interface/file_utils.cpp
@ -13,7 +13,7 @@ Index: src/interface/file_utils.cpp
#endif
#include "Options.h"
@@ -548,12 +548,12 @@ wxString ShellUnescape(wxString const& path)
@@ -550,12 +550,12 @@ wxString ShellUnescape(wxString const& path)
const wxWX2MBbuf buf = path.mb_str();
if (buf && *buf) {

View File

@ -1,7 +1,10 @@
@comment $OpenBSD: PLIST,v 1.22 2020/08/28 14:14:21 bket Exp $
@comment $OpenBSD: PLIST,v 1.23 2020/10/22 12:11:05 bket Exp $
@bin bin/filezilla
@bin bin/fzputtygen
@bin bin/fzsftp
@so lib/libfzclient-private-0.0.so
@static-lib lib/libfzclient-private.a
lib/libfzclient-private.la
@man man/man1/filezilla.1
@man man/man1/fzputtygen.1
@man man/man1/fzsftp.1