Received: by mail.netbsd.org (Postfix, from userid 605) id 1065184D7B; Mon, 28 May 2018 08:46:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 14C3D84D2C for ; Mon, 28 May 2018 08:46:33 +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 h6fX_IjtVDoo for ; Mon, 28 May 2018 08:46:32 +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 4043784D26 for ; Mon, 28 May 2018 08:46:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 397F0FBEB; Mon, 28 May 2018 08:46:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1527497192253940" MIME-Version: 1.0 Date: Mon, 28 May 2018 08:46:32 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/gimp To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180528084632.397F0FBEB@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. --_----------=_1527497192253940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 28 08:46:32 UTC 2018 Modified Files: pkgsrc/graphics/gimp: Makefile Log Message: gimp: minimum required version of freetype2 is 2.8.1, make it so. Noted by oster@ To generate a diff of this commit: cvs rdiff -u -r1.284 -r1.285 pkgsrc/graphics/gimp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1527497192253940 Content-Disposition: inline Content-Length: 768 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/gimp/Makefile diff -u pkgsrc/graphics/gimp/Makefile:1.284 pkgsrc/graphics/gimp/Makefile:1.285 --- pkgsrc/graphics/gimp/Makefile:1.284 Sun May 27 13:46:45 2018 +++ pkgsrc/graphics/gimp/Makefile Mon May 28 08:46:32 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.284 2018/05/27 13:46:45 wiz Exp $ +# $NetBSD: Makefile,v 1.285 2018/05/28 08:46:32 wiz Exp $ DISTNAME= gimp-2.10.2 CATEGORIES= graphics @@ -43,6 +43,8 @@ PLIST_VARS+= remote .include "options.mk" +BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.8.1 +.include "../../graphics/freetype2/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../databases/shared-mime-info/mimedb.mk" .include "../../archivers/xz/buildlink3.mk" --_----------=_1527497192253940--