Received: by mail.netbsd.org (Postfix, from userid 605) id B492084CF8; Tue, 7 Jun 2022 18:16:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EF0F084CEE for ; Tue, 7 Jun 2022 18:16:05 +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 SkuUdIvvuVEd for ; Tue, 7 Jun 2022 18:16:05 +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 5FEEE84C2C for ; Tue, 7 Jun 2022 18:16:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D9FE0FB19; Tue, 7 Jun 2022 18:17:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1654625848190870" MIME-Version: 1.0 Date: Tue, 7 Jun 2022 18:17:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/gtksourceview4 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220607181728.D9FE0FB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1654625848190870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jun 7 18:17:28 UTC 2022 Modified Files: pkgsrc/x11/gtksourceview4: Makefile PLIST Removed Files: pkgsrc/x11/gtksourceview4: options.mk Log Message: gtksourceview4: remove introspection option, enabling it by default It was default-on, but this commit also makes gobject-introspection a build dependency, so bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/gtksourceview4/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/gtksourceview4/PLIST cvs rdiff -u -r1.2 -r0 pkgsrc/x11/gtksourceview4/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1654625848190870 Content-Disposition: inline Content-Length: 2469 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gtksourceview4/Makefile diff -u pkgsrc/x11/gtksourceview4/Makefile:1.23 pkgsrc/x11/gtksourceview4/Makefile:1.24 --- pkgsrc/x11/gtksourceview4/Makefile:1.23 Mon Apr 18 19:10:13 2022 +++ pkgsrc/x11/gtksourceview4/Makefile Tue Jun 7 18:17:28 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2022/04/18 19:10:13 adam Exp $ +# $NetBSD: Makefile,v 1.24 2022/06/07 18:17:28 wiz Exp $ DISTNAME= gtksourceview-4.8.0 PKGNAME= ${DISTNAME:S/gtksourceview/gtksourceview4/} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -23,10 +23,11 @@ MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/out PYTHON_FOR_BUILD_ONLY= tool -.include "options.mk" - BUILDLINK_API_DEPENDS.glib2+= glib2>=2.48 .include "../../devel/glib2/buildlink3.mk" +BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.42.0 +BUILDLINK_DEPMETHOD.gobject-introspection= build +.include "../../devel/gobject-introspection/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.24 .include "../../x11/gtk3/buildlink3.mk" Index: pkgsrc/x11/gtksourceview4/PLIST diff -u pkgsrc/x11/gtksourceview4/PLIST:1.7 pkgsrc/x11/gtksourceview4/PLIST:1.8 --- pkgsrc/x11/gtksourceview4/PLIST:1.7 Thu Oct 1 13:40:33 2020 +++ pkgsrc/x11/gtksourceview4/PLIST Tue Jun 7 18:17:28 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2020/10/01 13:40:33 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.8 2022/06/07 18:17:28 wiz Exp $ include/gtksourceview-4/gtksourceview/completion-providers/words/gtksourcecompletionwords.h include/gtksourceview-4/gtksourceview/gtksource-enumtypes.h include/gtksourceview-4/gtksourceview/gtksource.h @@ -41,12 +41,12 @@ include/gtksourceview-4/gtksourceview/gt include/gtksourceview-4/gtksourceview/gtksourceutils.h include/gtksourceview-4/gtksourceview/gtksourceversion.h include/gtksourceview-4/gtksourceview/gtksourceview.h -${PLIST.introspection}lib/girepository-1.0/GtkSource-4.typelib +lib/girepository-1.0/GtkSource-4.typelib lib/libgtksourceview-4.so lib/libgtksourceview-4.so.0 lib/libgtksourceview-4.so.0.0.0 lib/pkgconfig/gtksourceview-4.pc -${PLIST.introspection}share/gir-1.0/GtkSource-4.gir +share/gir-1.0/GtkSource-4.gir share/gtksourceview-4/language-specs/R.lang share/gtksourceview-4/language-specs/abnf.lang share/gtksourceview-4/language-specs/actionscript.lang --_----------=_1654625848190870--