Received: by mail.netbsd.org (Postfix, from userid 605) id 17AB684DDF; Tue, 3 Sep 2019 08:58:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9366384D81 for ; Tue, 3 Sep 2019 08:58:40 +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 RXcxYuifn_Lo for ; Tue, 3 Sep 2019 08:58:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ED8DD84D50 for ; Tue, 3 Sep 2019 08:58:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EAB2EFBF4; Tue, 3 Sep 2019 08:58:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1567501119228190" MIME-Version: 1.0 Date: Tue, 3 Sep 2019 08:58:39 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/graphics/MesaLib To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20190903085839.EAB2EFBF4@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. --_----------=_1567501119228190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Tue Sep 3 08:58:39 UTC 2019 Modified Files: pkgsrc/graphics/MesaLib: Makefile Log Message: MesaLib: add link to upstream merge request so we know when the workaroudn can be removed. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 pkgsrc/graphics/MesaLib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1567501119228190 Content-Disposition: inline Content-Length: 811 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/MesaLib/Makefile diff -u pkgsrc/graphics/MesaLib/Makefile:1.162 pkgsrc/graphics/MesaLib/Makefile:1.163 --- pkgsrc/graphics/MesaLib/Makefile:1.162 Mon Sep 2 20:28:34 2019 +++ pkgsrc/graphics/MesaLib/Makefile Tue Sep 3 08:58:39 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.162 2019/09/02 20:28:34 nia Exp $ +# $NetBSD: Makefile,v 1.163 2019/09/03 08:58:39 maya Exp $ DISTNAME= mesa-19.1.5 PKGNAME= ${DISTNAME:S/mesa/MesaLib/} @@ -152,6 +152,8 @@ CPPFLAGS+= -DHAVE_NOATEXIT CPPFLAGS+= -DSYSCONFDIR=${PKG_SYSCONFDIR} BUILDLINK_TRANSFORM+= rm:-Werror=return-type + +# https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1853 BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--build-id=sha1 # Work around Xorg segfaulting in radeon driver due to wrong alloca being used --_----------=_1567501119228190--