pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/compiler-rt



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.

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@localhost

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



Home | Main Index | Thread Index | Old Index