mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
devel/hyprwire: Update to 0.3.1
Changelog: https://github.com/hyprwm/hyprwire/releases/tag/v0.3.1 Reported by: GitHub (watch releases)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
PORTNAME= hyprwire
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.3.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.3.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= tagattie@FreeBSD.org
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1770709987
|
||||
SHA256 (hyprwm-hyprwire-v0.3.0_GH0.tar.gz) = ba3ff4b82620209d5680ce0e771d0f2c41f78cdb96d5d84fa66e4f0709ca8de6
|
||||
SIZE (hyprwm-hyprwire-v0.3.0_GH0.tar.gz) = 41897
|
||||
TIMESTAMP = 1777364511
|
||||
SHA256 (hyprwm-hyprwire-v0.3.1_GH0.tar.gz) = 92a673d40ae6a7d66fbcd0a34ec071e026e17eaeeb0040c3375e4b2a80dba737
|
||||
SIZE (hyprwm-hyprwire-v0.3.1_GH0.tar.gz) = 53928
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
--- CMakeLists.txt.orig 2026-04-25 23:30:02 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -144,14 +144,14 @@ if(BUILD_TESTING)
|
||||
file(GLOB_RECURSE TESTFILES CONFIGURE_DEPENDS "tests/unit/*.cpp")
|
||||
add_executable(hyprwire_tests ${TESTFILES})
|
||||
|
||||
- target_compile_options(hyprwire_tests PRIVATE --coverage -fsanitize=address)
|
||||
+ target_compile_options(hyprwire_tests PRIVATE --coverage)
|
||||
target_link_options(hyprwire_tests PRIVATE --coverage)
|
||||
|
||||
target_include_directories(
|
||||
hyprwire_tests
|
||||
PUBLIC "./include"
|
||||
PRIVATE "./src" "./src/include" "./protocols" "${CMAKE_BINARY_DIR}")
|
||||
- target_link_libraries(hyprwire_tests PRIVATE asan hyprwire GTest::gtest_main
|
||||
+ target_link_libraries(hyprwire_tests PRIVATE hyprwire GTest::gtest_main
|
||||
PkgConfig::deps)
|
||||
gtest_discover_tests(hyprwire_tests
|
||||
PROPERTIES ENVIRONMENT "ASAN_OPTIONS=detect_leaks=0"
|
||||
@@ -1,6 +1,6 @@
|
||||
--- src/core/server/ServerClient.cpp.orig 2026-02-04 11:08:13 UTC
|
||||
--- src/core/server/ServerClient.cpp.orig 2026-04-25 23:30:02 UTC
|
||||
+++ src/core/server/ServerClient.cpp
|
||||
@@ -13,6 +13,11 @@
|
||||
@@ -15,6 +15,11 @@
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
using namespace Hyprwire;
|
||||
|
||||
CServerClient::CServerClient(int fd) : m_fd(fd) {
|
||||
@@ -31,19 +36,29 @@ void CServerClient::dispatchFirstPoll() {
|
||||
@@ -37,19 +42,29 @@ void CServerClient::dispatchFirstPoll() {
|
||||
|
||||
// get peer's pid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user