git: a8d31ab8abdc - main - net-p2p/aeron: update 1.46.7 → 1.46.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Jan 2025 02:40:55 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8d31ab8abdc48d3b3d6e3fbc79b7f9b20040ff0 commit a8d31ab8abdc48d3b3d6e3fbc79b7f9b20040ff0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-20 01:55:00 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-20 02:40:38 +0000 net-p2p/aeron: update 1.46.7 → 1.46.8 --- net-p2p/aeron/Makefile | 8 +++++--- net-p2p/aeron/distinfo | 6 +++--- .../aeron/files/patch-aeron-driver_src_main_c_CMakeLists.txt | 11 +++++++++++ 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/net-p2p/aeron/Makefile b/net-p2p/aeron/Makefile index cefccbe8f729..4ef0a977f5dc 100644 --- a/net-p2p/aeron/Makefile +++ b/net-p2p/aeron/Makefile @@ -1,5 +1,5 @@ PORTNAME= aeron -DISTVERSION= 1.46.7 +DISTVERSION= 1.46.8 CATEGORIES= net-p2p MAINTAINER= yuri@FreeBSD.org @@ -12,9 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 # limited in aeron-client/src/main/c/concurrent/aeron_atomic.h +LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid # only for uuid_generate TEST_DEPENDS= googletest>0:devel/googletest -USES= cmake:testing +USES= cmake:testing localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= real-logic @@ -29,7 +30,8 @@ CMAKE_TESTING_ON= AERON_TESTS \ AERON_SYSTEM_TESTS \ AERON_SLOW_SYSTEM_TESTS -LDFLAGS+= -lm +LDFLAGS+= -lm \ + -luuid # tests as of 1.44.6: 89% tests passed, 15 tests failed out of 131, see https://github.com/real-logic/aeron/issues/1696 diff --git a/net-p2p/aeron/distinfo b/net-p2p/aeron/distinfo index d6753ff186a6..07d512f35bf7 100644 --- a/net-p2p/aeron/distinfo +++ b/net-p2p/aeron/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733901682 -SHA256 (real-logic-aeron-1.46.7_GH0.tar.gz) = 9938226321405034d93eefb50592cca4df1ee5726abda2820689b22c7724522f -SIZE (real-logic-aeron-1.46.7_GH0.tar.gz) = 3533219 +TIMESTAMP = 1737257720 +SHA256 (real-logic-aeron-1.46.8_GH0.tar.gz) = db340ca3d3bc70349956faab168b19e4785f06061aa4f1988889147bd06cbc6c +SIZE (real-logic-aeron-1.46.8_GH0.tar.gz) = 3533085 diff --git a/net-p2p/aeron/files/patch-aeron-driver_src_main_c_CMakeLists.txt b/net-p2p/aeron/files/patch-aeron-driver_src_main_c_CMakeLists.txt new file mode 100644 index 000000000000..fe620dc8d0ab --- /dev/null +++ b/net-p2p/aeron/files/patch-aeron-driver_src_main_c_CMakeLists.txt @@ -0,0 +1,11 @@ +--- aeron-driver/src/main/c/CMakeLists.txt.orig 2025-01-13 11:59:44 UTC ++++ aeron-driver/src/main/c/CMakeLists.txt +@@ -58,7 +58,7 @@ check_symbol_exists(poll "poll.h" POLL_PROTOTYPE_EXIST + check_symbol_exists(uuid_generate "uuid/uuid.h" UUID_GENERATE_PROTOTYPE_EXISTS) + + check_symbol_exists(poll "poll.h" POLL_PROTOTYPE_EXISTS) +-check_symbol_exists(epoll_create "sys/epoll.h" EPOLL_PROTOTYPE_EXISTS) ++check_symbol_exists(epoll_create "libepoll-shim/sys/epoll.h" EPOLL_PROTOTYPE_EXISTS) + + set(CMAKE_EXTRA_INCLUDE_FILES sys/socket.h) + check_type_size("struct mmsghdr" STRUCT_MMSGHDR_TYPE_EXISTS)