Fri Feb 2 09:45:02 2018 UTC ()
exiv2: add build dependency on gettext-tools for msgfilter

configure script disables NLS support if msgfilter is not found


(wiz)
diff -r1.7 -r1.8 pkgsrc/graphics/exiv2/Makefile.common

cvs diff -r1.7 -r1.8 pkgsrc/graphics/exiv2/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/exiv2/Attic/Makefile.common 2018/02/01 16:45:57 1.7
+++ pkgsrc/graphics/exiv2/Attic/Makefile.common 2018/02/02 09:45:02 1.8
@@ -1,30 +1,33 @@ @@ -1,30 +1,33 @@
1# $NetBSD: Makefile.common,v 1.7 2018/02/01 16:45:57 he Exp $ 1# $NetBSD: Makefile.common,v 1.8 2018/02/02 09:45:02 wiz Exp $
2# 2#
3# used by graphics/exiv2/Makefile 3# used by graphics/exiv2/Makefile
4# used by graphics/exiv2-organize/Makefile 4# used by graphics/exiv2-organize/Makefile
5 5
6VER= 0.26 6VER= 0.26
7DISTNAME= exiv2-${VER}-trunk 7DISTNAME= exiv2-${VER}-trunk
8PKGNAME= ${DISTNAME:S/-trunk//} 8PKGNAME= ${DISTNAME:S/-trunk//}
9CATEGORIES= graphics 9CATEGORIES= graphics
10MASTER_SITES= http://www.exiv2.org/builds/ 10MASTER_SITES= http://www.exiv2.org/builds/
11 11
12MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= http://www.exiv2.org/ 13HOMEPAGE= http://www.exiv2.org/
14COMMENT= Image metadata manipulation 14COMMENT= Image metadata manipulation
15LICENSE= gnu-gpl-v2 15LICENSE= gnu-gpl-v2
16 16
17WRKSRC= ${.CURDIR}/work/${DISTNAME:S/${VER}-//} 17WRKSRC= ${.CURDIR}/work/${DISTNAME:S/${VER}-//}
18DISTINFO_FILE= ${.CURDIR}/../../graphics/exiv2/distinfo 18DISTINFO_FILE= ${.CURDIR}/../../graphics/exiv2/distinfo
19PATCHDIR= ${.CURDIR}/../../graphics/exiv2/patches 19PATCHDIR= ${.CURDIR}/../../graphics/exiv2/patches
20 20
 21# for msgfilter
 22BUILD_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
 23
21GCC_REQD+= 3.3 24GCC_REQD+= 3.3
22USE_LANGUAGES= c c++ 25USE_LANGUAGES= c c++
23USE_LIBTOOL= yes 26USE_LIBTOOL= yes
24USE_TOOLS+= gmake msgfmt 27USE_TOOLS+= gmake msgfmt
25GNU_CONFIGURE= yes 28GNU_CONFIGURE= yes
26# The visibility feature seems complicated and causes problems on DragonFly 29# The visibility feature seems complicated and causes problems on DragonFly
27# (reported by Matt Madden) and on Gentoo (http://bugs.gentoo.org/185907). 30# (reported by Matt Madden) and on Gentoo (http://bugs.gentoo.org/185907).
28CONFIGURE_ARGS+= --disable-visibility 31CONFIGURE_ARGS+= --disable-visibility
29 32
30.include "../../textproc/expat/buildlink3.mk" 33.include "../../textproc/expat/buildlink3.mk"