pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/gnome-pomodoro
Module Name: pkgsrc
Committed By: joerg
Date: Thu May 14 18:58:53 UTC 2020
Modified Files:
pkgsrc/time/gnome-pomodoro: Makefile
Log Message:
Needs autopoint, msgfmt --desktop and contains broken glib checks
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/gnome-pomodoro/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/gnome-pomodoro/Makefile
diff -u pkgsrc/time/gnome-pomodoro/Makefile:1.1 pkgsrc/time/gnome-pomodoro/Makefile:1.2
--- pkgsrc/time/gnome-pomodoro/Makefile:1.1 Tue Apr 14 14:25:19 2020
+++ pkgsrc/time/gnome-pomodoro/Makefile Thu May 14 18:58:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/04/14 14:25:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/14 18:58:53 joerg Exp $
DISTNAME= gnome-pomodoro-0.17.0
CATEGORIES= time
@@ -14,11 +14,18 @@ LICENSE= gnu-gpl-v3
TOOL_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
BUILD_DEPENDS+= vala-[0-9]*:../../lang/vala
+# Requires --desktop in msgfmt.
+_TOOLS_USE_PKGSRC.msgfmt= yes
+
+# Broken generated code uses g_return_if_fail when g_return_val_if_fail
+# is necessary
+CFLAGS+= -Wno-return-type
+
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c
-USE_TOOLS+= automake gmake pkg-config
+USE_TOOLS+= automake autopoint gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= autogen.sh
Home |
Main Index |
Thread Index |
Old Index