Mon May 17 14:39:59 2021 UTC ()
gcr: add readlink to tools

Needed on Solaris 10. Reported by Claes N辰st辿n in PR 56183


(wiz)
diff -r1.16 -r1.17 pkgsrc/security/gcr/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/security/gcr/Makefile (expand / switch to unified diff)

--- pkgsrc/security/gcr/Makefile 2021/05/02 11:06:14 1.16
+++ pkgsrc/security/gcr/Makefile 2021/05/17 14:39:59 1.17
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: Makefile,v 1.16 2021/05/02 11:06:14 nia Exp $ 1# $NetBSD: Makefile,v 1.17 2021/05/17 14:39:59 wiz Exp $
2 2
3DISTNAME= gcr-3.38.0 3DISTNAME= gcr-3.38.0
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= security 5CATEGORIES= security
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcr/3.38/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcr/3.38/}
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.gnome.org/ 10HOMEPAGE= https://www.gnome.org/
11COMMENT= Library for crypto UI and related tasks 11COMMENT= Library for crypto UI and related tasks
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14BUILD_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4 14BUILD_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18USE_TOOLS+= gmake intltool msgfmt perl pkg-config 18USE_TOOLS+= gmake intltool msgfmt perl pkg-config
19USE_TOOLS+= aclocal autoconf automake autopoint 19USE_TOOLS+= aclocal autoconf automake autopoint
20USE_TOOLS+= gdbus-codegen 20USE_TOOLS+= gdbus-codegen readlink
21 21
22CONFIGURE_ARGS+= --enable-vala 22CONFIGURE_ARGS+= --enable-vala
23CONFIGURE_ARGS+= --enable-gtk-doc 23CONFIGURE_ARGS+= --enable-gtk-doc
24 24
25.include "../../mk/bsd.prefs.mk" 25.include "../../mk/bsd.prefs.mk"
26 26
27# To avoid msgfmt: unknown option -- desktop 27# To avoid msgfmt: unknown option -- desktop
28.if ${OPSYS} == "NetBSD" 28.if ${OPSYS} == "NetBSD"
29TOOLS_PLATFORM.msgfmt= 29TOOLS_PLATFORM.msgfmt=
30.endif 30.endif
31 31
32PKGCONFIG_OVERRIDE+= gck-1.pc.in 32PKGCONFIG_OVERRIDE+= gck-1.pc.in
33PKGCONFIG_OVERRIDE+= gcr-base-3.pc.in 33PKGCONFIG_OVERRIDE+= gcr-base-3.pc.in