Commit 1daf833b authored by Rene Ladan's avatar Rene Ladan
Browse files

deskutils/growl-for-linux: Remove expired port

2026-05-12 deskutils/growl-for-linux: Obsolete software that does not compile with recent versions of GCC or Clang
parent fc885d12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5296,3 +5296,4 @@ games/linwarrior||2026-05-10|Has expired: Abandoned and obsolete, last release i
devel/lace14|devel/lace|2026-05-12|Last user switched to devel/lace
java/openjdk23||2026-05-12|Has expired: No longer supported by upstream
databases/jrrd||2026-05-12|Has expired: only builds with Java 8, unmaintained, no dependencies in the ports tree, an alternative is https://github.com/OpenNMS/jrrd2
deskutils/growl-for-linux||2026-05-12|Has expired: Obsolete software that does not compile with recent versions of GCC or Clang
+0 −1
Original line number Diff line number Diff line
@@ -111,7 +111,6 @@
    SUBDIR += gpicker
    SUBDIR += grantlee-editor
    SUBDIR += grantleetheme
    SUBDIR += growl-for-linux
    SUBDIR += gsimplecal
    SUBDIR += gtimer
    SUBDIR += gucharmap
+0 −54
Original line number Diff line number Diff line
PORTNAME=	growl-for-linux
PORTVERSION=	0.8.5
PORTREVISION=	11
CATEGORIES=	deskutils

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	Notification system compatible with Growl
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 \
		libdbus-glib-1.so:devel/dbus-glib \
		libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2

CONFIGURE_ARGS=	OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"

GH_ACCOUNT=	mattn
GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip

LIBNOTIFY_DESC=		Use notify-osd for libnotify display plugin
LIBNOTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
LIBNOTIFY_RUN_DEPENDS=	notify-osd>=0.9.29_3:deskutils/notify-osd

OPTIONS_DEFAULT=LIBNOTIFY
OPTIONS_DEFINE=	LIBNOTIFY

PLIST_SUB=	DESKTOPDIR=${DESKTOPDIR:S,^${PREFIX}/,,}

USES=		autoreconf compiler:nestedfct gnome libtool pkgconfig sqlite:3 \
		ssl
USE_CSTD=	gnu11
USE_GITHUB=	yes
USE_GNOME=	cairo gdkpixbuf gtk20 libxml2
USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}/display \
		${PREFIX}/lib/${PORTNAME}/subscribe

post-patch:
	@${REINPLACE_CMD} '/^gol_LDADD =/s/$$/ -lgmodule-2.0/' \
		${WRKSRC}/Makefile.am

post-install:
	${RM} ${STAGEDIR}${PREFIX}/lib/libgolplug.a

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1500984019
SHA256 (mattn-growl-for-linux-0.8.5_GH0.tar.gz) = 6af57c763d26e8bf985eb6ede5c2d2be9469c4f9254bdebcb168f0703dfb20fa
SIZE (mattn-growl-for-linux-0.8.5_GH0.tar.gz) = 842940
+0 −2
Original line number Diff line number Diff line
Growl For Linux is Linux-compatible of Growl. Growl is a notification
system for Mac OS X.
Loading