Received: by mail.netbsd.org (Postfix, from userid 605) id AEC9F84DCF; Fri, 2 Apr 2021 14:58:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EAB1884DCB for ; Fri, 2 Apr 2021 14:58:22 +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 VeOPQ0X8k4eM for ; Fri, 2 Apr 2021 14:58:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 50E1684D31 for ; Fri, 2 Apr 2021 14:58:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4A38FFA95; Fri, 2 Apr 2021 14:58:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1617375502143900" MIME-Version: 1.0 Date: Fri, 2 Apr 2021 14:58:22 +0000 From: "Dan Cirnat" Subject: CVS commit: pkgsrc/news/pan To: pkgsrc-changes@NetBSD.org Reply-To: cirnatdan@netbsd.org X-Mailer: log_accum Message-Id: <20210402145822.4A38FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1617375502143900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: cirnatdan Date: Fri Apr 2 14:58:22 UTC 2021 Modified Files: pkgsrc/news/pan: Makefile Log Message: pan: Fix build with glib-2.68.0 To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 pkgsrc/news/pan/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1617375502143900 Content-Disposition: inline Content-Length: 757 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/news/pan/Makefile diff -u pkgsrc/news/pan/Makefile:1.108 pkgsrc/news/pan/Makefile:1.109 --- pkgsrc/news/pan/Makefile:1.108 Mon Aug 31 18:10:56 2020 +++ pkgsrc/news/pan/Makefile Fri Apr 2 14:58:22 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2020/08/31 18:10:56 wiz Exp $ +# $NetBSD: Makefile,v 1.109 2021/04/02 14:58:22 cirnatdan Exp $ DISTNAME= pan-0.146 PKGREVISION= 5 @@ -26,6 +26,10 @@ LIBS+= -lcompat LIBS.SunOS+= -lsocket -liconv +# temporary fix for GLib 2.68 breakage +# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1963 +CXXFLAGS+= -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66 + # "Build" these files out of thin air, since base msgfmt doesn't know # about --xml --desktop. pre-build: --_----------=_1617375502143900--