diff options
author | wiedi <wiedi@pkgsrc.org> | 2018-09-30 11:57:58 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2018-09-30 11:57:58 +0000 |
commit | bba9d6f780e3c50a5114e35292fee79fcca1b32b (patch) | |
tree | 399ca4d5264a117dae35243a4bdcfd739cdb51c3 | |
parent | 6c042dd2035d90ad3a59a6ce615de272a24345b9 (diff) | |
download | pkgsrc-bba9d6f780e3c50a5114e35292fee79fcca1b32b.tar.gz |
valgrind: disable stack-protector and adjust PLIST
-rw-r--r-- | devel/valgrind/Makefile | 3 | ||||
-rw-r--r-- | devel/valgrind/PLIST | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index 6651de3baaf..786543e6e43 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -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 @@ ONLY_FOR_PLATFORM= Darwin-*-i386 Darwin-*-x86_64 \ USE_TOOLS+= gmake perl USE_LANGUAGES= c c++ TEST_TARGET= regtest +SSP_SUPPORTED= no .include "../../mk/bsd.prefs.mk" diff --git a/devel/valgrind/PLIST b/devel/valgrind/PLIST index 9c45ddeb3f4..1ded90582df 100644 --- a/devel/valgrind/PLIST +++ b/devel/valgrind/PLIST @@ -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_asm.h 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/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 |