Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8683285037 for ; Thu, 9 Nov 2023 03:33:16 +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 WkxqYu9DqqEP for ; Thu, 9 Nov 2023 03:33:16 +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 D9D2785036 for ; Thu, 9 Nov 2023 03:33:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D37DEFA2F; Thu, 9 Nov 2023 03:33:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169950079524600" MIME-Version: 1.0 Date: Thu, 9 Nov 2023 03:33:15 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/devel/glib2 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20231109033315.D37DEFA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169950079524600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Nov 9 03:33:15 UTC 2023 Modified Files: pkgsrc/devel/glib2: Makefile.common Log Message: glib2: apply USE_CC_FEATURES (NFC) To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 pkgsrc/devel/glib2/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169950079524600 Content-Disposition: inline Content-Length: 862 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/glib2/Makefile.common diff -u pkgsrc/devel/glib2/Makefile.common:1.113 pkgsrc/devel/glib2/Makefile.common:1.114 --- pkgsrc/devel/glib2/Makefile.common:1.113 Mon Nov 6 09:21:54 2023 +++ pkgsrc/devel/glib2/Makefile.common Thu Nov 9 03:33:15 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.113 2023/11/06 09:21:54 adam Exp $ +# $NetBSD: Makefile.common,v 1.114 2023/11/09 03:33:15 gutteridge Exp $ # used by devel/gdbus-codegen/Makefile # used by devel/glib2/Makefile # used by devel/glib2-tools/Makefile @@ -12,9 +12,11 @@ MAINTAINER= prlw1@cam.ac.uk HOMEPAGE= https://developer.gnome.org/glib/ LICENSE= gnu-lgpl-v2.1 -USE_LANGUAGES= c c++ c99 +USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt pkg-config xgettext +USE_CC_FEATURES+= c99 + # does snprintf %d with pid_t... BUILDLINK_TRANSFORM+= rm:-Werror=format=2 --_----------=_169950079524600--