mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to libfilezilla-0.56.1
Changes: https://lib.filezilla-project.org Followed output of check_sym, bumped minor of libfilezilla
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
COMMENT = support library for FileZilla
|
||||
|
||||
DISTNAME = libfilezilla-0.55.5
|
||||
REVISION = 0
|
||||
DISTNAME = libfilezilla-0.56.1
|
||||
|
||||
SHARED_LIBS = filezilla 25.1
|
||||
SHARED_LIBS = filezilla 25.2
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (libfilezilla-0.55.5.tar.xz) = SQwDLvB8WOurdpe3xRAk3XceovgPxM3JKQjDSDV+BT4=
|
||||
SIZE (libfilezilla-0.55.5.tar.xz) = 570664
|
||||
SHA256 (libfilezilla-0.56.1.tar.xz) = rL8r36LFpLHy/zaCs9UsuaZUIv1fPh+WR9iEahB7cck=
|
||||
SIZE (libfilezilla-0.56.1.tar.xz) = 571924
|
||||
|
||||
@@ -3,11 +3,11 @@ error: 'PATH_MAX' was not declared in this scope
|
||||
Index: lib/local_filesys.cpp
|
||||
--- lib/local_filesys.cpp.orig
|
||||
+++ lib/local_filesys.cpp
|
||||
@@ -10,6 +10,7 @@
|
||||
@@ -10,7 +10,6 @@
|
||||
#include <winternl.h>
|
||||
#else
|
||||
#include <errno.h>
|
||||
+#include <limits.h>
|
||||
-#include <limits.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
Reference in New Issue
Block a user