Received: by mail.netbsd.org (Postfix, from userid 605) id 8591D84DD3; Fri, 2 Feb 2018 09:45:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0FF0884D70 for ; Fri, 2 Feb 2018 09:45:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GR9ZAPDxGhlJ for ; Fri, 2 Feb 2018 09:45:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6F94084D5E for ; Fri, 2 Feb 2018 09:45:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65AAEFB40; Fri, 2 Feb 2018 09:45:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151756470268660" MIME-Version: 1.0 Date: Fri, 2 Feb 2018 09:45:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/exiv2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180202094502.65AAEFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151756470268660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Feb 2 09:45:02 UTC 2018 Modified Files: pkgsrc/graphics/exiv2: Makefile.common Log Message: exiv2: add build dependency on gettext-tools for msgfilter configure script disables NLS support if msgfilter is not found To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/exiv2/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151756470268660 Content-Disposition: inline Content-Length: 829 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/exiv2/Makefile.common diff -u pkgsrc/graphics/exiv2/Makefile.common:1.7 pkgsrc/graphics/exiv2/Makefile.common:1.8 --- pkgsrc/graphics/exiv2/Makefile.common:1.7 Thu Feb 1 16:45:57 2018 +++ pkgsrc/graphics/exiv2/Makefile.common Fri Feb 2 09:45:02 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2018/02/01 16:45:57 he Exp $ +# $NetBSD: Makefile.common,v 1.8 2018/02/02 09:45:02 wiz Exp $ # # used by graphics/exiv2/Makefile # used by graphics/exiv2-organize/Makefile @@ -18,6 +18,9 @@ WRKSRC= ${.CURDIR}/work/${DISTNAME:S/${ DISTINFO_FILE= ${.CURDIR}/../../graphics/exiv2/distinfo PATCHDIR= ${.CURDIR}/../../graphics/exiv2/patches +# for msgfilter +BUILD_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools + GCC_REQD+= 3.3 USE_LANGUAGES= c c++ USE_LIBTOOL= yes --_----------=_151756470268660--