Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 919CA1A9217 for ; Fri, 2 Oct 2020 14:20:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2E36784DAA; Fri, 2 Oct 2020 14:20:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB6A984DA6 for ; Fri, 2 Oct 2020 14:20:35 +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 Nt6ywDsx3P_b for ; Fri, 2 Oct 2020 14:20:35 +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 2197B84D93 for ; Fri, 2 Oct 2020 14:20:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1480EFB28; Fri, 2 Oct 2020 14:20:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601648435250380" MIME-Version: 1.0 Date: Fri, 2 Oct 2020 14:20:35 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/lang/compiler-rt To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20201002142035.1480EFB28@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. --_----------=_1601648435250380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Fri Oct 2 14:20:35 UTC 2020 Modified Files: pkgsrc/lang/compiler-rt: Makefile distinfo Removed Files: pkgsrc/lang/compiler-rt/patches: patch-lib_sanitizer__common_sanitizer__linux__libcdep.cpp Log Message: compiler-rt: remove patch fixing build on NetBSD One of the two patches fixing the build on NetBSD was wrong; I had modified it to build again but it turns out it was not necessary at all in the first place. I just confirmed it on netbsd-9/amd64. Bumps PKGREVISION for safety, since it built again after modifying the original patch. Coordinated with kamil@ (who upstreams for us) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/compiler-rt/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/compiler-rt/distinfo cvs rdiff -u -r1.2 -r0 \ pkgsrc/lang/compiler-rt/patches/patch-lib_sanitizer__common_sanitizer__linux__libcdep.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601648435250380 Content-Disposition: inline Content-Length: 1695 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/compiler-rt/Makefile diff -u pkgsrc/lang/compiler-rt/Makefile:1.15 pkgsrc/lang/compiler-rt/Makefile:1.16 --- pkgsrc/lang/compiler-rt/Makefile:1.15 Sun Jan 26 17:31:27 2020 +++ pkgsrc/lang/compiler-rt/Makefile Fri Oct 2 14:20:34 2020 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2020/01/26 17:31:27 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2020/10/02 14:20:34 khorben Exp $ .include "../../lang/llvm/version.mk" DISTNAME= compiler-rt-${LLVM_VERSION}.src PKGNAME= ${DISTNAME:S/.src//} +PKGREVISION= 1 CATEGORIES= lang devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/lang/compiler-rt/distinfo diff -u pkgsrc/lang/compiler-rt/distinfo:1.10 pkgsrc/lang/compiler-rt/distinfo:1.11 --- pkgsrc/lang/compiler-rt/distinfo:1.10 Sat Sep 26 02:08:10 2020 +++ pkgsrc/lang/compiler-rt/distinfo Fri Oct 2 14:20:34 2020 @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.10 2020/09/26 02:08:10 khorben Exp $ +$NetBSD: distinfo,v 1.11 2020/10/02 14:20:34 khorben Exp $ SHA1 (compiler-rt-10.0.1.src.tar.xz) = ee6077b4728b3c750e476938cead11cea45b49ff RMD160 (compiler-rt-10.0.1.src.tar.xz) = 7912cb7c636894f0682b91d04ea0dfe512f01124 SHA512 (compiler-rt-10.0.1.src.tar.xz) = a1d2e3f5ad529a04f87059903b31fc3c9803cd86f44aed1aebd87ce7e423d8dd2b6776be12e85a0374a6215f581420438d224c130aad5e6355920af32c02aa7b Size (compiler-rt-10.0.1.src.tar.xz) = 2085712 bytes SHA1 (patch-cmake_config-ix.cmake) = e950d8781f00638310b523b6933889a9d15611c5 -SHA1 (patch-lib_sanitizer__common_sanitizer__linux__libcdep.cpp) = f812d5a5f6870e1ed2fe31d0bca1f79d8c16fa9a SHA1 (patch-lib_sanitizer__common_sanitizer__platform__limits__netbsd.cpp) = 53c60eb4a1e7be5a60c7b4fff2d245daef54653d --_----------=_1601648435250380--