Received: by mail.netbsd.org (Postfix, from userid 605) id EF0A284D68; Tue, 29 Oct 2019 20:27:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7696D84D4E for ; Tue, 29 Oct 2019 20:27:40 +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 1h9kUoNqP9HB for ; Tue, 29 Oct 2019 20:27:40 +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 EF1E684D47 for ; Tue, 29 Oct 2019 20:27:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2DCAFA8E; Tue, 29 Oct 2019 20:27:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572380859192910" MIME-Version: 1.0 Date: Tue, 29 Oct 2019 20:27:39 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/MesaLib To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191029202739.E2DCAFA8E@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. --_----------=_1572380859192910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Oct 29 20:27:39 UTC 2019 Modified Files: pkgsrc/graphics/MesaLib: Makefile distinfo Removed Files: pkgsrc/graphics/MesaLib/patches: patch-src_util_ralloc.c Log Message: MesaLib: Remove patch for strnlen on old macOS, use USE_FEATURES instead To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 pkgsrc/graphics/MesaLib/Makefile cvs rdiff -u -r1.139 -r1.140 pkgsrc/graphics/MesaLib/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/graphics/MesaLib/patches/patch-src_util_ralloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572380859192910 Content-Disposition: inline Content-Length: 1866 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.173 pkgsrc/graphics/MesaLib/Makefile:1.174 --- pkgsrc/graphics/MesaLib/Makefile:1.173 Mon Oct 28 13:20:33 2019 +++ pkgsrc/graphics/MesaLib/Makefile Tue Oct 29 20:27:39 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.173 2019/10/28 13:20:33 nia Exp $ +# $NetBSD: Makefile,v 1.174 2019/10/29 20:27:39 nia Exp $ DISTNAME= mesa-19.2.2 PKGNAME= ${DISTNAME:S/mesa/MesaLib/} @@ -15,6 +15,8 @@ USE_TOOLS+= bison flex pkg-config xgette USE_LANGUAGES= c99 c++ USE_LIBTOOL= yes +USE_FEATURES+= strnlen + CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS CXXFLAGS.SunOS+= -Drestrict=__restrict__ LDFLAGS.SunOS+= -lsocket -lnsl Index: pkgsrc/graphics/MesaLib/distinfo diff -u pkgsrc/graphics/MesaLib/distinfo:1.139 pkgsrc/graphics/MesaLib/distinfo:1.140 --- pkgsrc/graphics/MesaLib/distinfo:1.139 Tue Oct 29 20:20:04 2019 +++ pkgsrc/graphics/MesaLib/distinfo Tue Oct 29 20:27:39 2019 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.139 2019/10/29 20:20:04 nia Exp $ +$NetBSD: distinfo,v 1.140 2019/10/29 20:27:39 nia Exp $ SHA1 (mesa-19.2.2.tar.xz) = 6ddc41e71d894dd406a3ca482f1cfda44566a5f8 RMD160 (mesa-19.2.2.tar.xz) = 10a5761ecb3f9dc1157ad2516abb48cc91e9d4e1 @@ -38,7 +38,6 @@ SHA1 (patch-src_mesa_main_macros.h) = c5 SHA1 (patch-src_mesa_main_shader__query.cpp) = 3f9c31645d87855759def11344dee16af23c7be3 SHA1 (patch-src_mesa_x86_common__x86.c) = f8c4b93443ef66d017f6aa114b877565b30f2598 SHA1 (patch-src_util_build__id.c) = 7a9547bbda9d2fb9f0018ccf27b70b59e497aa2c -SHA1 (patch-src_util_ralloc.c) = d311bfd9ed7e673d72e050668d351c1e6552cdc8 SHA1 (patch-src_util_strndup.h) = 73f49694ca48ad6b9a9d8346c5b84fddec2463bd SHA1 (patch-src_util_u__atomic.h) = 31d4514538ef5ee53012695eb5c66134aaec981e SHA1 (patch-src_util_u__queue.c) = ed1ea3f6fc37e9a64894a3e865c48691b6e01b2c --_----------=_1572380859192910--