Received: by mail.netbsd.org (Postfix, from userid 605) id 42CE484D2A; Wed, 14 Apr 2021 11:13:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E62284D24 for ; Wed, 14 Apr 2021 11:13:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 20SJ2B0ca7wj for ; Wed, 14 Apr 2021 11:13:36 +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 D5BD784CEC for ; Wed, 14 Apr 2021 11:13:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA2ACFA95; Wed, 14 Apr 2021 11:13:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161839881524770" MIME-Version: 1.0 Date: Wed, 14 Apr 2021 11:13:35 +0000 From: "Dan Cirnat" Subject: CVS commit: pkgsrc/x11/gtk4 To: pkgsrc-changes@NetBSD.org Reply-To: cirnatdan@netbsd.org X-Mailer: log_accum Message-Id: <20210414111335.CA2ACFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161839881524770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cirnatdan Date: Wed Apr 14 11:13:35 UTC 2021 Modified Files: pkgsrc/x11/gtk4: Makefile Log Message: gtk4: Add explicit dependency on pango >= 1.47.0 Fails to build with older pango To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/gtk4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161839881524770 Content-Disposition: inline Content-Length: 829 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gtk4/Makefile diff -u pkgsrc/x11/gtk4/Makefile:1.4 pkgsrc/x11/gtk4/Makefile:1.5 --- pkgsrc/x11/gtk4/Makefile:1.4 Fri Apr 9 21:19:50 2021 +++ pkgsrc/x11/gtk4/Makefile Wed Apr 14 11:13:35 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/04/09 21:19:50 khorben Exp $ +# $NetBSD: Makefile,v 1.5 2021/04/14 11:13:35 cirnatdan Exp $ DISTNAME= gtk-4.0.3 PKGNAME= ${DISTNAME:S/gtk/gtk4/} @@ -42,6 +42,7 @@ PRINT_PLIST_AWK+= { gsub(/\.${SOEXT}/, " .include "../../devel/glib2/buildlink3.mk" .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../devel/libexecinfo/buildlink3.mk" +BUILDLINK_ABI_DEPENDS.pango+= pango>=1.47.0 .include "../../devel/pango/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" .include "../../graphics/cairo-gobject/buildlink3.mk" --_----------=_161839881524770--