Mon Jan 18 13:44:42 2021 UTC ()
(games/pioneers) Build fix: Add BUILD_DPENDS+= itstool. LICENSE= gnu-gpl-v2

ERROR: PLIST:173: Packages that install hicolor icons must include "../../graphics/hicolor-icon-theme/buildlink3.mk" in the Makefile.
WARN: PLIST:173: Packages that install icon theme files should set ICON_THEMES.
ERROR: Makefile:30: Only packages that have .omf files in their PLIST may include omf-scrollkeeper.mk.
2 errors and 1 warning found.


(mef)
diff -r1.71 -r1.72 pkgsrc/games/pioneers/Makefile

cvs diff -r1.71 -r1.72 pkgsrc/games/pioneers/Makefile (expand / switch to unified diff)

--- pkgsrc/games/pioneers/Makefile 2020/12/07 20:02:00 1.71
+++ pkgsrc/games/pioneers/Makefile 2021/01/18 13:44:42 1.72
@@ -1,23 +1,26 @@ @@ -1,23 +1,26 @@
1# $NetBSD: Makefile,v 1.71 2020/12/07 20:02:00 kamil Exp $ 1# $NetBSD: Makefile,v 1.72 2021/01/18 13:44:42 mef Exp $
2# 2#
3 3
4DISTNAME= pioneers-15.6 4DISTNAME= pioneers-15.6
5CATEGORIES= games gnome 5CATEGORIES= games gnome
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pio/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pio/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://pio.sourceforge.net/ 9HOMEPAGE= http://pio.sourceforge.net/
10COMMENT= GNOME version of the Settlers of Catan board game 10COMMENT= GNOME version of the Settlers of Catan board game
 11LICENSE= gnu-gpl-v2
 12
 13BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
11 14
12GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
13USE_TOOLS+= gmake pkg-config msgfmt intltool 16USE_TOOLS+= gmake pkg-config msgfmt intltool
14USE_LIBTOOL= YES 17USE_LIBTOOL= YES
15USE_PKGLOCALEDIR= YES 18USE_PKGLOCALEDIR= YES
16 19
17BUILDLINK_DEPMETHOD.librsvg= build # generates icons 20BUILDLINK_DEPMETHOD.librsvg= build # generates icons
18 21
19SUBST_CLASSES+= paths 22SUBST_CLASSES+= paths
20SUBST_STAGE.paths= pre-configure 23SUBST_STAGE.paths= pre-configure
21SUBST_MESSAGE.paths= Fixing hardcoded paths. 24SUBST_MESSAGE.paths= Fixing hardcoded paths.
22SUBST_FILES.paths= docs/*.6 25SUBST_FILES.paths= docs/*.6
23SUBST_SED.paths= -e s,/usr/share/,${PREFIX}/share/, 26SUBST_SED.paths= -e s,/usr/share/,${PREFIX}/share/,