Files
jca 887b25f3a9 Drop COMPILER tweak added to work around a base-gcc limitation
As noted by claudio and tb, the offending enum is in a public header, so
tweaking just COMPILER in devel/libnotify won't help libnotify
consumers.  kmos then tweaked consumers and made them use ports-gcc too.
This commit only comments the problematic __attribute__((__deprecated__))
in the public header, said attribute isn't very useful anyway since the
enum member containing a typo doesn't appear used in the ecosystem anyway.

ok aja@

There may be a followup commit if people feel like moving back consumers
to a default COMPILER line makes sense, mail to follow.
2026-03-23 18:55:50 +00:00

36 lines
780 B
Makefile

COMMENT= send desktop notifications to a notification daemon
GNOME_VERSION= 0.8.8
GNOME_PROJECT= libnotify
REVISION= 0
CATEGORIES= devel
SHARED_LIBS += notify 6.1 # 4.0.0
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE= Yes
WANTLIB += c gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
MODULES= devel/meson \
x11/gnome
BUILD_DEPENDS= textproc/xmlto
# GTK is needed to build the tests
BUILD_DEPENDS += x11/gtk+4
LIB_DEPENDS= graphics/gdk-pixbuf2
MODGNOME_TOOLS= gi-docgen gobject-introspection
# XXX "need to install docbook-xsl-ns or similar package"
# https://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl
#MODGNOME_TOOLS += docbook
CONFIGURE_ARGS += -Dman=false
.include <bsd.port.mk>