FreeBSD Bugzilla – Attachment 244425 Details for
Bug 273406
x11/wmenu: drop libepoll-shim on FreeBSD >= 14.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1 (apply via "git am")
bug273406.diff (text/plain), 1.22 KB, created by
Jan Beich
on 2023-08-28 17:19:22 UTC
(
hide
)
Description:
v1 (apply via "git am")
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2023-08-28 17:19:22 UTC
Size:
1.22 KB
patch
obsolete
>From 2623643f2a17cbf7dfff577093b52aa9bdb2ecae Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Sun, 27 Aug 2023 10:24:44 +0200 >Subject: [PATCH] x11/wmenu: drop unused dependency on FreeBSD >= 14.0 > >PR: 273406 >Approved by: Oleh Hushchenkov (maintainer) >--- > x11/wmenu/Makefile | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > >diff --git a/x11/wmenu/Makefile b/x11/wmenu/Makefile >index cfe45e46b286..8764a8ffe766 100644 >--- a/x11/wmenu/Makefile >+++ b/x11/wmenu/Makefile >@@ -12,15 +12,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > > BUILD_DEPENDS= scdoc:textproc/scdoc \ > wayland-protocols>0:graphics/wayland-protocols >-LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ >- libwayland-client.so:graphics/wayland \ >+LIB_DEPENDS= libwayland-client.so:graphics/wayland \ > libxkbcommon.so:x11/libxkbcommon > > USES= compiler:c11 gnome meson pkgconfig > USE_GNOME= cairo pango > >+# XXX Drop after FreeBSD 13.4 EOL around 2026-01-31 >+# https://cgit.freebsd.org/src/commit/?id=af93fea71038 >+.if !exists(/usr/include/sys/timerfd.h) >+LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim > CPPFLAGS+= `pkg-config --cflags epoll-shim` > LDFLAGS+= `pkg-config --libs epoll-shim` >+.endif > > PLIST_FILES= bin/wmenu \ > man/man1/wmenu.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273406
: 244425