update to freerdp-2.3.1
This commit is contained in:
parent
a843410b54
commit
6376fe361a
@ -1,14 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2021/02/28 14:42:09 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2021/03/02 17:31:24 sthen Exp $
|
||||
|
||||
# Also: __sync_fetch_and_add_4 __sync_add_and_fetch_4 __sync_sub_and_fetch_4
|
||||
BROKEN-hppa = undefined reference to __sync_val_compare_and_swap_4
|
||||
|
||||
COMMENT = client for Microsoft RDP (remote desktop protocol)
|
||||
DISTNAME = freerdp-2.3.0
|
||||
DISTNAME = freerdp-2.3.1
|
||||
DPB_PROPERTIES = parallel
|
||||
CATEGORIES = x11 net
|
||||
|
||||
SHARED_LIBS += freerdp-client2 1.0
|
||||
SHARED_LIBS += freerdp2 1.0
|
||||
SHARED_LIBS += freerdp2 1.1
|
||||
SHARED_LIBS += winpr-tools2 1.0
|
||||
SHARED_LIBS += winpr2 1.0
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (freerdp-2.3.0.tar.gz) = lO6I9Ws0TH+WDWgF6i24sd66PI9gnbCX4IzN9r35vXg=
|
||||
SIZE (freerdp-2.3.0.tar.gz) = 7280113
|
||||
SHA256 (freerdp-2.3.1.tar.gz) = IAccaRwZR8olYUnh0D7ewaXfv5lg8O9OIeyrh0M8IXg=
|
||||
SIZE (freerdp-2.3.1.tar.gz) = 7282211
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-CMakeLists_txt,v 1.7 2021/02/28 14:42:09 sthen Exp $
|
||||
$OpenBSD: patch-CMakeLists_txt,v 1.8 2021/03/02 17:31:24 sthen Exp $
|
||||
|
||||
Index: CMakeLists.txt
|
||||
--- CMakeLists.txt.orig
|
||||
+++ CMakeLists.txt
|
||||
@@ -194,12 +194,14 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "BSD")
|
||||
@@ -198,12 +198,14 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "BSD")
|
||||
set(BSD TRUE)
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
||||
set(FREEBSD TRUE)
|
||||
@ -18,7 +18,7 @@ Index: CMakeLists.txt
|
||||
endif()
|
||||
endif()
|
||||
|
||||
@@ -208,7 +210,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "DragonFly")
|
||||
@@ -212,7 +214,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "DragonFly")
|
||||
set(FREEBSD TRUE)
|
||||
endif()
|
||||
|
||||
@ -27,7 +27,7 @@ Index: CMakeLists.txt
|
||||
find_path(EPOLLSHIM_INCLUDE_DIR NAMES sys/epoll.h sys/timerfd.h HINTS /usr/local/include/libepoll-shim)
|
||||
find_library(EPOLLSHIM_LIBS NAMES epoll-shim libepoll-shim HINTS /usr/local/lib)
|
||||
endif()
|
||||
@@ -524,7 +526,7 @@ add_definitions(-DWINPR_EXPORTS -DFREERDP_EXPORTS)
|
||||
@@ -528,7 +530,7 @@ add_definitions(-DWINPR_EXPORTS -DFREERDP_EXPORTS)
|
||||
if(NOT IOS)
|
||||
check_include_files(fcntl.h HAVE_FCNTL_H)
|
||||
check_include_files(unistd.h HAVE_UNISTD_H)
|
||||
@ -36,7 +36,7 @@ Index: CMakeLists.txt
|
||||
check_include_files(inttypes.h HAVE_INTTYPES_H)
|
||||
check_include_files(sys/modem.h HAVE_SYS_MODEM_H)
|
||||
check_include_files(sys/filio.h HAVE_SYS_FILIO_H)
|
||||
@@ -576,7 +578,7 @@ if(OPENBSD)
|
||||
@@ -580,7 +582,7 @@ if(OPENBSD)
|
||||
set(WITH_MANPAGES "ON")
|
||||
set(WITH_ALSA "OFF")
|
||||
set(WITH_PULSE "OFF")
|
||||
@ -45,7 +45,7 @@ Index: CMakeLists.txt
|
||||
set(WITH_WAYLAND "OFF")
|
||||
endif()
|
||||
|
||||
@@ -631,11 +633,11 @@ if(UNIX OR CYGWIN)
|
||||
@@ -635,11 +637,11 @@ if(UNIX OR CYGWIN)
|
||||
if (HAVE_SYS_EVENTFD_H)
|
||||
check_symbol_exists(eventfd_read sys/eventfd.h WITH_EVENTFD_READ_WRITE)
|
||||
endif()
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-client_common_CMakeLists_txt,v 1.2 2021/02/28 14:42:09 sthen Exp $
|
||||
$OpenBSD: patch-client_common_CMakeLists_txt,v 1.3 2021/03/02 17:31:24 sthen Exp $
|
||||
|
||||
Don't use ossaudio for OpenBSD
|
||||
|
||||
Index: client/common/CMakeLists.txt
|
||||
--- client/common/CMakeLists.txt.orig
|
||||
+++ client/common/CMakeLists.txt
|
||||
@@ -67,11 +67,7 @@ endif()
|
||||
@@ -71,11 +71,7 @@ endif()
|
||||
set(${MODULE_PREFIX}_LIBS ${${MODULE_PREFIX}_LIBS} winpr)
|
||||
|
||||
target_link_libraries(${MODULE_NAME} ${PRIVATE_KEYWORD} ${FREERDP_CHANNELS_CLIENT_LIBS})
|
||||
|
Loading…
x
Reference in New Issue
Block a user