pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/valgrind valgrind: disable stack-protector and a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2c999d2ce5c
branches:  trunk
changeset: 385806:a2c999d2ce5c
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Sep 30 11:57:58 2018 +0000

description:
valgrind: disable stack-protector and adjust PLIST

diffstat:

 devel/valgrind/Makefile |  3 ++-
 devel/valgrind/PLIST    |  5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r 66328960c3ee -r a2c999d2ce5c devel/valgrind/Makefile
--- a/devel/valgrind/Makefile   Sun Sep 30 06:58:33 2018 +0000
+++ b/devel/valgrind/Makefile   Sun Sep 30 11:57:58 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/08/22 09:45:01 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2018/09/30 11:57:58 wiedi Exp $
 #
 
 DISTNAME=              valgrind-3.13.0
@@ -25,6 +25,7 @@
 USE_TOOLS+=            gmake perl
 USE_LANGUAGES=         c c++
 TEST_TARGET=           regtest
+SSP_SUPPORTED=         no
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 66328960c3ee -r a2c999d2ce5c devel/valgrind/PLIST
--- a/devel/valgrind/PLIST      Sun Sep 30 06:58:33 2018 +0000
+++ b/devel/valgrind/PLIST      Sun Sep 30 11:57:58 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/01/29 22:35:06 alnsn Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/09/30 11:57:58 wiedi Exp $
 bin/callgrind_annotate
 bin/callgrind_control
 bin/cg_annotate
@@ -71,6 +71,8 @@
 include/valgrind/pub_tool_vkiscnums.h
 include/valgrind/pub_tool_wordfm.h
 include/valgrind/pub_tool_xarray.h
+include/valgrind/pub_tool_xtmemory.h
+include/valgrind/pub_tool_xtree.h
 include/valgrind/valgrind.h
 include/valgrind/vki/vki-amd64-linux.h
 include/valgrind/vki/vki-arm64-linux.h
@@ -278,6 +280,7 @@
 share/doc/valgrind/html/FAQ.html
 share/doc/valgrind/html/hg-manual.html
 share/doc/valgrind/html/images/home.png
+share/doc/valgrind/html/images/kcachegrind_xtree.png
 share/doc/valgrind/html/images/next.png
 share/doc/valgrind/html/images/prev.png
 share/doc/valgrind/html/images/up.png



Home | Main Index | Thread Index | Old Index