Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2026 09:13:14 +0000
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: abe7294495da - main - deskutils/growl-for-linux: Mark deprecated and expiration date
Message-ID:  <69db622a.1eb96.4a721656@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=abe7294495daa23de6c19a8206cd8a75fc60bef1

commit abe7294495daa23de6c19a8206cd8a75fc60bef1
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2026-04-12 09:03:44 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2026-04-12 09:12:38 +0000

    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 \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69db622a.1eb96.4a721656>