summaryrefslogtreecommitdiff
path: root/time/gnome-calendar
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-03-12 07:42:32 +0000
committernia <nia@pkgsrc.org>2022-03-12 07:42:32 +0000
commit28aedc0451724f234c2d0d741c24f8516ba4211b (patch)
treebfd5a2bc9b392b1b5768fd193db4635e4e7543d1 /time/gnome-calendar
parentef48107061e306eb28c7548d8963a5ed9d95aa77 (diff)
downloadpkgsrc-28aedc0451724f234c2d0d741c24f8516ba4211b.tar.gz
time: Use hacks.mk to avoid NetBSD msgfmt on NetBSD only.
Diffstat (limited to 'time/gnome-calendar')
-rw-r--r--time/gnome-calendar/Makefile9
-rw-r--r--time/gnome-calendar/hacks.mk13
2 files changed, 14 insertions, 8 deletions
diff --git a/time/gnome-calendar/Makefile b/time/gnome-calendar/Makefile
index 8f898632103..7e794040494 100644
--- a/time/gnome-calendar/Makefile
+++ b/time/gnome-calendar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/01/03 08:23:59 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.12 2022/03/12 07:42:32 nia Exp $
DISTNAME= gnome-calendar-40.0
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
@@ -14,13 +14,6 @@ LICENSE= gnu-gpl-v3
USE_TOOLS+= pkg-config msgfmt xgettext
USE_TOOLS+= gdbus-codegen
-.include "../../mk/bsd.prefs.mk"
-
-# msgfmt: unknown option -- desktop
-.if ${OPSYS} == "NetBSD"
-TOOLS_PLATFORM.msgfmt=
-.endif
-
PYTHON_FOR_BUILD_ONLY= tool
.include "../../devel/meson/build.mk"
diff --git a/time/gnome-calendar/hacks.mk b/time/gnome-calendar/hacks.mk
new file mode 100644
index 00000000000..31a173f9f7e
--- /dev/null
+++ b/time/gnome-calendar/hacks.mk
@@ -0,0 +1,13 @@
+# $NetBSD: hacks.mk,v 1.1 2022/03/12 07:42:32 nia Exp $
+
+.if !defined(GNOME_CALENDAR_HACKS_MK)
+GNOME_CALENDAR_HACKS_MK:=
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+# Old GPLv2 version of msgfmt in NetBSD does not support --desktop/--xml.
+TOOLS_PLATFORM.msgfmt= # none
+PKG_HACKS+= avoid-gplv2-msgfmt
+.endif
+.endif # GNOME_CALENDAR_HACKS_MK