From abe7294495daa23de6c19a8206cd8a75fc60bef1 Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Sun, 12 Apr 2026 11:03:44 +0200 Subject: [PATCH] deskutils/growl-for-linux: Mark deprecated and expiration date - Growl-for-linux is an obsolete software that does not compile with recent versions of GCC or Clang, so mark it as deprecated - Set a short deadline (1 months instead of 2 months) as expiration date, because it blocks GCC_DEFAULT update to 15 - As alternative software you can use sysutils/dunst (X11/Wayland) or x11/mako (Wayland) PR: 293286 --- deskutils/growl-for-linux/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deskutils/growl-for-linux/Makefile b/deskutils/growl-for-linux/Makefile index e7fbe3f81154..8446291079fa 100644 --- a/deskutils/growl-for-linux/Makefile +++ b/deskutils/growl-for-linux/Makefile @@ -10,6 +10,9 @@ WWW= http://mattn.github.com/growl-for-linux/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Obsolete software that does not compile with recent versions of GCC or Clang +EXPIRATION_DATE= 2026-05-12 + BUILD_DEPENDS= desktop-file-install:devel/desktop-file-utils LIB_DEPENDS= libcurl.so:ftp/curl \ libdbus-1.so:devel/dbus \