Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2026 10:12:26 +0000
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 000a1b398bdc - main - devel/hyprwire: Update to 0.3.1
Message-ID:  <69f0880a.463af.7b409688@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=000a1b398bdc37e981b791f5e05ed03d48775b77

commit 000a1b398bdc37e981b791f5e05ed03d48775b77
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-04-28 10:02:43 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-04-28 10:12:18 +0000

    devel/hyprwire: Update to 0.3.1
    
    Changelog: https://github.com/hyprwm/hyprwire/releases/tag/v0.3.1
    
    Reported by:    GitHub (watch releases)
---
 devel/hyprwire/Makefile                               |  3 +--
 devel/hyprwire/distinfo                               |  6 +++---
 devel/hyprwire/files/patch-CMakeLists.txt             | 19 +++++++++++++++++++
 .../files/patch-src_core_server_ServerClient.cpp      |  6 +++---
 4 files changed, 26 insertions(+), 8 deletions(-)

diff --git a/devel/hyprwire/Makefile b/devel/hyprwire/Makefile
index 1452cb73f3e6..b26b8a477843 100644
--- a/devel/hyprwire/Makefile
+++ b/devel/hyprwire/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	hyprwire
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3.0
-PORTREVISION=	1
+DISTVERSION=	0.3.1
 CATEGORIES=	devel
 
 MAINTAINER=	tagattie@FreeBSD.org
diff --git a/devel/hyprwire/distinfo b/devel/hyprwire/distinfo
index 553e4286223e..2a0869c16933 100644
--- a/devel/hyprwire/distinfo
+++ b/devel/hyprwire/distinfo
@@ -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
diff --git a/devel/hyprwire/files/patch-CMakeLists.txt b/devel/hyprwire/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..b24638ab6612
--- /dev/null
+++ b/devel/hyprwire/files/patch-CMakeLists.txt
@@ -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"
diff --git a/devel/hyprwire/files/patch-src_core_server_ServerClient.cpp b/devel/hyprwire/files/patch-src_core_server_ServerClient.cpp
index aa05dfaec6dd..2d3f6f2ee9d8 100644
--- a/devel/hyprwire/files/patch-src_core_server_ServerClient.cpp
+++ b/devel/hyprwire/files/patch-src_core_server_ServerClient.cpp
@@ -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
  


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f0880a.463af.7b409688>