git: c1666df9dade - main - x11/swayimg: drop unused dependency on FreeBSD >= 14.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Aug 2023 17:05:16 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1666df9dade58e60a3327114798160601dd4f44 commit c1666df9dade58e60a3327114798160601dd4f44 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-08-27 08:24:44 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-08-28 17:05:01 +0000 x11/swayimg: drop unused dependency on FreeBSD >= 14.0 --- x11/swayimg/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/x11/swayimg/Makefile b/x11/swayimg/Makefile index c368f9e5274a..265e12e083ae 100644 --- a/x11/swayimg/Makefile +++ b/x11/swayimg/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols LIB_DEPENDS= libjson-c.so:devel/json-c \ - libepoll-shim.so:devel/libepoll-shim \ libwayland-client.so:graphics/wayland \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ @@ -30,6 +29,12 @@ PLIST_FILES= bin/${PORTNAME} \ share/icons/hicolor/64x64/apps/${PORTNAME}.png \ ${NULL} +# XXX Drop after FreeBSD 13.* 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 +.endif + OPTIONS_DEFINE= BASH GIF HEIF JPEG JXL LIBEXIF LIBRSVG2 OPENEXR PNG TIFF WEBP ZSH OPTIONS_DEFAULT=BASH GIF HEIF JPEG JXL LIBEXIF LIBRSVG2 OPENEXR PNG TIFF WEBP ZSH OPTIONS_EXCLUDE=${LIBRSVG2_DEFAULT:Mlegacy:C/.+/LIBRSVG2/}