pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/valgrind



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sun Sep 30 11:57:58 UTC 2018

Modified Files:
        pkgsrc/devel/valgrind: Makefile PLIST

Log Message:
valgrind: disable stack-protector and adjust PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/valgrind/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/valgrind/PLIST

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

Modified files:

Index: pkgsrc/devel/valgrind/Makefile
diff -u pkgsrc/devel/valgrind/Makefile:1.27 pkgsrc/devel/valgrind/Makefile:1.28
--- pkgsrc/devel/valgrind/Makefile:1.27 Wed Aug 22 09:45:01 2018
+++ pkgsrc/devel/valgrind/Makefile      Sun Sep 30 11:57:58 2018
@@ -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-
 USE_TOOLS+=            gmake perl
 USE_LANGUAGES=         c c++
 TEST_TARGET=           regtest
+SSP_SUPPORTED=         no
 
 .include "../../mk/bsd.prefs.mk"
 

Index: pkgsrc/devel/valgrind/PLIST
diff -u pkgsrc/devel/valgrind/PLIST:1.10 pkgsrc/devel/valgrind/PLIST:1.11
--- pkgsrc/devel/valgrind/PLIST:1.10    Mon Jan 29 22:35:06 2018
+++ pkgsrc/devel/valgrind/PLIST Sun Sep 30 11:57:58 2018
@@ -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.
 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



Home | Main Index | Thread Index | Old Index