head 1.11; access; symbols pkgsrc-2026Q1:1.11.0.6 pkgsrc-2026Q1-base:1.11 pkgsrc-2025Q4:1.11.0.4 pkgsrc-2025Q4-base:1.11 pkgsrc-2025Q3:1.11.0.2 pkgsrc-2025Q3-base:1.11 pkgsrc-2025Q2:1.10.0.14 pkgsrc-2025Q2-base:1.10 pkgsrc-2025Q1:1.10.0.12 pkgsrc-2025Q1-base:1.10 pkgsrc-2024Q4:1.10.0.10 pkgsrc-2024Q4-base:1.10 pkgsrc-2024Q3:1.10.0.8 pkgsrc-2024Q3-base:1.10 pkgsrc-2024Q2:1.10.0.6 pkgsrc-2024Q2-base:1.10 pkgsrc-2024Q1:1.10.0.4 pkgsrc-2024Q1-base:1.10 pkgsrc-2023Q4:1.10.0.2 pkgsrc-2023Q4-base:1.10 pkgsrc-2023Q3:1.9.0.2 pkgsrc-2023Q3-base:1.9 pkgsrc-2023Q2:1.8.0.4 pkgsrc-2023Q2-base:1.8 pkgsrc-2023Q1:1.8.0.2 pkgsrc-2023Q1-base:1.8 pkgsrc-2022Q4:1.7.0.4 pkgsrc-2022Q4-base:1.7 pkgsrc-2022Q3:1.7.0.2 pkgsrc-2022Q3-base:1.7 pkgsrc-2022Q2:1.6.0.4 pkgsrc-2022Q2-base:1.6 pkgsrc-2022Q1:1.6.0.2 pkgsrc-2022Q1-base:1.6 pkgsrc-2021Q4:1.5.0.6 pkgsrc-2021Q4-base:1.5 pkgsrc-2021Q3:1.5.0.4 pkgsrc-2021Q3-base:1.5 pkgsrc-2021Q2:1.5.0.2 pkgsrc-2021Q2-base:1.5 pkgsrc-2021Q1:1.3.0.4 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.2 pkgsrc-2020Q4-base:1.3; locks; strict; comment @# @; 1.11 date 2025.09.08.10.41.12; author vins; state Exp; branches; next 1.10; commitid 70A4ZVfT67uhMT9G; 1.10 date 2023.11.12.13.24.41; author wiz; state Exp; branches; next 1.9; commitid SjpNXQIV5XeZ3kME; 1.9 date 2023.09.10.11.37.28; author vins; state Exp; branches; next 1.8; commitid xWpGQzNe5IzewdEE; 1.8 date 2023.01.29.21.18.33; author ryoon; state Exp; branches; next 1.7; commitid QL7aBXsBGmQvUtbE; 1.7 date 2022.08.22.19.46.47; author tnn; state Exp; branches; next 1.6; commitid cXmadbKGtIpxzUQD; 1.6 date 2022.02.25.09.18.56; author pin; state Exp; branches; next 1.5; commitid LDS9a4TrZfiWOYtD; 1.5 date 2021.05.02.20.05.24; author pin; state Exp; branches; next 1.4; commitid LMDSWptWWz9x0CRC; 1.4 date 2021.04.24.20.04.11; author pin; state Exp; branches; next 1.3; commitid KyCk7j8XdBR4gAQC; 1.3 date 2020.12.01.07.59.26; author pin; state Exp; branches; next 1.2; commitid RkGjZBuRwDatS0yC; 1.2 date 2020.10.29.07.47.42; author pin; state Exp; branches; next 1.1; commitid cax8kqiAllmKRLtC; 1.1 date 2020.10.28.11.49.08; author pin; state Exp; branches; next ; commitid NPKXezvB4lvVeFtC; desc @@ 1.11 log @x11/xnotify: fix build on SunOS @ text @# $NetBSD: Makefile,v 1.10 2023/11/12 13:24:41 wiz Exp $ DISTNAME= xnotify-0.9.3 PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=phillbush/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= vins@@NetBSD.org HOMEPAGE= https://github.com/phillbush/xnotify COMMENT= Read notifications from stdin and display them on the screen LICENSE= mit CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 CFLAGS.SunOS+= -D__EXTENSIONS__ # strcasecmp() SUBST_CLASSES+= macro SUBST_STAGE.macro= pre-configure SUBST_MESSAGE.macro= Prevent SEC macro redefintion on SunOS. SUBST_FILES.macro= xnotify.c xnotify.h SUBST_SED.macro+= -e "s:SEC:L_SEC:g" .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/imlib2/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" .include "../../x11/libXinerama/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.10 log @*: revebump for new brotli option for freetype2 Addresses PR 57693 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2023/09/10 11:37:28 vins Exp $ d4 1 a4 1 PKGREVISION= 1 d14 8 a21 1 CFLAGS.SunOS+= -D_XOPEN_SOURCE=500 @ 1.9 log @x11/xnotify: update to 0.9.3 # CHANGES (since v0.8.1) v0.9.3 * OpenBSD: revert breaking pledge call v0.9.2 * OpenBSD: Pledge tightening (#39) * xnotify.1: Fix manual troff source (#38) v0.9.1 * Just improve Makefile for better porting/packaging. v0.9.0 * add -w * add BAR: * add line trimming and line breaking * add pledge call (OpenBSD) * several bug fixes @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2023/01/29 21:18:33 ryoon Exp $ d4 1 @ 1.8 log @*: Recursive revbup from graphics/freetype2 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2022/08/22 19:46:47 tnn Exp $ d3 1 a3 2 DISTNAME= xnotify-0.8.1 PKGREVISION= 1 d8 1 a8 1 MAINTAINER= pkgsrc-users@@NetBSD.org a12 15 SUBST_CLASSES+= configmk SUBST_STAGE.configmk= pre-configure SUBST_MESSAGE.configmk= Adjusting config.mk SUBST_FILES.configmk= config.mk SUBST_SED.configmk+= -e 's,/usr/local,${PREFIX},g' SUBST_SED.configmk+= -e 's,share/man,${PKGMANDIR},g' SUBST_SED.configmk+= -e 's,/usr/X11R6,${X11BASE},' SUBST_SED.configmk+= -e 's,^CFLAGS *= ,CFLAGS += ,' SUBST_SED.configmk+= -e 's,^LDFLAGS *= ,LDFLAGS += ,' SUBST_SED.configmk+= -e 's/-I$${FREETYPEINC}/$${FREETYPEINC}/' SUBST_SED.configmk+= -e 's,^FREETYPEINC *=.*,FREETYPEINC != freetype-config --cflags,' SUBST_SED.configmk+= -e 's/cc/${CC:Q}/' INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 a14 4 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xnotify ${DESTDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xnotify.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 @ 1.7 log @xnotify: set -D_XOPEN_SOURCE=500 on SunOS This is needed so that "#define SEC 1" from is hidden by #if !defined(__XOPEN_OR_POSIX). Else it conflicts with enum ItemOption value SEC from the package. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2022/02/25 09:18:56 pin Exp $ d4 1 @ 1.6 log @x11/xnotify: Reset maintainer for stagnated project. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2021/05/02 20:05:24 pin Exp $ d28 2 @ 1.5 log @x11/xnotify: reclaim maintainership @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2021/04/24 20:04:11 pin Exp $ d8 1 a8 1 MAINTAINER= pin@@NetBSD.org @ 1.4 log @x11/xnotify: reset maintainer @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2020/12/01 07:59:26 pin Exp $ d8 1 a8 1 MAINTAINER= pkgsrc-users@@NetBSD.org @ 1.3 log @x11/xnotify: update to 0.8.1 0.8.1 -add support for specifying time for notification to be alive -simplify invocation (replace "<... 3<>..." with "0<>...") -handle SIGUSR1 and SIGUSR2 -minor code changes (rename variables, etc) 0.8.0 -add SEC: (time notification should be visible) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2020/10/29 07:47:42 pin Exp $ d8 1 a8 1 MAINTAINER= pin@@NetBSD.org @ 1.2 log @x11/xnotify: update to 0.7.3 0.7.3 scale image rather than crop it 0.7.2 fix missing left alignment when reading xresources @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2020/10/28 11:49:08 pin Exp $ d3 1 a3 1 DISTNAME= xnotify-0.7.3 d6 1 @ 1.1 log @x11/xnotify: import pkg from wip XNotify displays a notification on the screen. XNotify receives a notification specification in stdin and shows a notification for the user on the screen. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2020/09/11 13:27:43 leot Exp $ d3 1 a3 1 DISTNAME= xnotify-0.7.1 @