Date: Wed, 07 Jan 2026 08:24:29 +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: 3617d15262ce - main - */*: Add expiration note about depending on libinotify on FreeBSD < 15 Message-ID: <695e183d.4688c.214017d4@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=3617d15262cebff2e44068ff501549c355994117 commit 3617d15262cebff2e44068ff501549c355994117 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2026-01-07 08:22:16 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2026-01-07 08:24:21 +0000 */*: Add expiration note about depending on libinotify on FreeBSD < 15 Obtained from: https://cgit.freebsd.org/ports/commit/?id=168150ec3fd76720ac36513cd4219a5823ed0ea1 --- x11-toolkits/hyprtoolkit/Makefile | 2 ++ x11-wm/hyprland/Makefile | 2 ++ x11/ashell/Makefile | 2 ++ x11/hyprlauncher/Makefile | 2 ++ 4 files changed, 8 insertions(+) diff --git a/x11-toolkits/hyprtoolkit/Makefile b/x11-toolkits/hyprtoolkit/Makefile index 2077e748e1e7..c0e6abf26ab7 100644 --- a/x11-toolkits/hyprtoolkit/Makefile +++ b/x11-toolkits/hyprtoolkit/Makefile @@ -42,6 +42,8 @@ PLIST_SUB= SOVERSION_FULL=${DISTVERSION} \ LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim .endif +# XXX Drop after FreeBSD 14.* EOL around 2028-11-30 +# https://cgit.freebsd.org/src/commit/?id=3965de642c29 .if !exists(/usr/include/sys/inotify.h) LIB_DEPENDS+= libinotify.so:devel/libinotify .endif diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index 33b955efe4d5..b986334020cc 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -54,6 +54,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-source LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim .endif +# XXX Drop after FreeBSD 14.* EOL around 2028-11-30 +# https://cgit.freebsd.org/src/commit/?id=3965de642c29 .if !exists(/usr/include/sys/inotify.h) LIB_DEPENDS+= libinotify.so:devel/libinotify .endif diff --git a/x11/ashell/Makefile b/x11/ashell/Makefile index e7a88ffc3130..6b736f034bd8 100644 --- a/x11/ashell/Makefile +++ b/x11/ashell/Makefile @@ -26,6 +26,8 @@ PORTDOCS= CHANGELOG.md README.md OPTIONS_DEFINE= DOCS +# XXX Drop after FreeBSD 14.* EOL around 2028-11-30 +# https://cgit.freebsd.org/src/commit/?id=3965de642c29 .if !exists(/usr/include/sys/inotify.h) LIB_DEPENDS+= libinotify.so:devel/libinotify USES+= localbase:ldflags diff --git a/x11/hyprlauncher/Makefile b/x11/hyprlauncher/Makefile index 9d0f3b80e4aa..66d76ea3b1fa 100644 --- a/x11/hyprlauncher/Makefile +++ b/x11/hyprlauncher/Makefile @@ -31,6 +31,8 @@ LDFLAGS+= -pthread PLIST_FILES= bin/hyprlauncher +# XXX Drop after FreeBSD 14.* EOL around 2028-11-30 +# https://cgit.freebsd.org/src/commit/?id=3965de642c29 .if !exists(/usr/include/sys/inotify.h) LIB_DEPENDS+= libinotify.so:devel/libinotify USES+= localbase:ldflagshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695e183d.4688c.214017d4>
