pkgsrc-WIP-changes archive

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

gcc8snapshot: Build additional sanitizer file



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Oct 25 00:30:56 2017 +0200
Changeset:	a72ce9dc5721966be89d36712d22af051a6d1fef

Modified Files:
	gcc8snapshot/distinfo
Added Files:
	gcc8snapshot/patches/patch-libsanitizer_sanitizer__common_Makefile.am
	gcc8snapshot/patches/patch-libsanitizer_sanitizer__common_Makefile.in

Log Message:
gcc8snapshot: Build additional sanitizer file

This is required on NetBSD.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a72ce9dc5721966be89d36712d22af051a6d1fef

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gcc8snapshot/distinfo                                   |  2 ++
 .../patch-libsanitizer_sanitizer__common_Makefile.am    | 17 +++++++++++++++++
 .../patch-libsanitizer_sanitizer__common_Makefile.in    | 12 ++++++++++++
 3 files changed, 31 insertions(+)

diffs:
diff --git a/gcc8snapshot/distinfo b/gcc8snapshot/distinfo
index 115c4c2fcf..6a9656e3e7 100644
--- a/gcc8snapshot/distinfo
+++ b/gcc8snapshot/distinfo
@@ -32,6 +32,8 @@ SHA1 (patch-libgcc_crtstuff.c) = e3a3b02a26229992851f195b5701cb1b86c29efe
 SHA1 (patch-libgfortran_configure) = 869a60fd08edecf18a42732dcbf226bad1309394
 SHA1 (patch-libgo_Makefile.in) = 612987541f745c7be6835ce7fb7119884db294c3
 SHA1 (patch-libsanitizer_configure.tgt) = 0a47782f01631d1c91e28a8735865c8571fbcf7d
+SHA1 (patch-libsanitizer_sanitizer__common_Makefile.am) = 4cf6c4f5189078e8f092bfefc1f57ff32d5319ee
+SHA1 (patch-libsanitizer_sanitizer__common_Makefile.in) = 3394b7bc8c2ff0765e82ea7506aa77e7c00e7ff1
 SHA1 (patch-libstdc++-v3_config_os_bsd_netbsd_ctype__base.h) = 014d442c885b9c51d1a4af05205279c274a9559d
 SHA1 (patch-libstdc++-v3_config_os_bsd_netbsd_ctype__configure__char.cc) = 06bba6da02344f76c26eed765a7cb022c035994e
 SHA1 (patch-libstdc++-v3_config_os_bsd_netbsd_ctype__inline.h) = 626fc1f9c035ac5cef30a92d525af4e778835ebf
diff --git a/gcc8snapshot/patches/patch-libsanitizer_sanitizer__common_Makefile.am b/gcc8snapshot/patches/patch-libsanitizer_sanitizer__common_Makefile.am
new file mode 100644
index 0000000000..6a3e3bb277
--- /dev/null
+++ b/gcc8snapshot/patches/patch-libsanitizer_sanitizer__common_Makefile.am
@@ -0,0 +1,17 @@
+$NetBSD$
+
+--- libsanitizer/sanitizer_common/Makefile.am.orig	2017-10-19 11:23:59.000000000 +0000
++++ libsanitizer/sanitizer_common/Makefile.am
+@@ -40,6 +40,7 @@ sanitizer_common_files = \
+ 	sanitizer_mac_libcdep.cc \
+ 	sanitizer_persistent_allocator.cc \
+ 	sanitizer_platform_limits_linux.cc \
++	sanitizer_platform_limits_netbsd.cc \
+ 	sanitizer_platform_limits_posix.cc \
+ 	sanitizer_posix.cc \
+ 	sanitizer_posix_libcdep.cc \
+@@ -114,4 +115,3 @@ AM_MAKEFLAGS = \
+ MAKEOVERRIDES=
+ 
+ ## ################################################################
+-
diff --git a/gcc8snapshot/patches/patch-libsanitizer_sanitizer__common_Makefile.in b/gcc8snapshot/patches/patch-libsanitizer_sanitizer__common_Makefile.in
new file mode 100644
index 0000000000..5b758ecf24
--- /dev/null
+++ b/gcc8snapshot/patches/patch-libsanitizer_sanitizer__common_Makefile.in
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- libsanitizer/sanitizer_common/Makefile.in.orig	2017-10-22 22:33:06.000000000 +0000
++++ libsanitizer/sanitizer_common/Makefile.in
+@@ -322,6 +322,7 @@ sanitizer_common_files = \
+ 	sanitizer_mac_libcdep.cc \
+ 	sanitizer_persistent_allocator.cc \
+ 	sanitizer_platform_limits_linux.cc \
++	sanitizer_platform_limits_netbsd.cc \
+ 	sanitizer_platform_limits_posix.cc \
+ 	sanitizer_posix.cc \
+ 	sanitizer_posix_libcdep.cc \


Home | Main Index | Thread Index | Old Index