diff options
author | vs <vs@FreeBSD.org> | 2004-12-27 19:42:35 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-12-27 19:42:35 +0800 |
commit | e8af17f66ac15034daa0d8c4a96d53bec470b0c5 (patch) | |
tree | 4213d8ab754d546b12947fce88067aa7668207b1 /devel/valgrind-snapshot | |
parent | f80950f283857a40786678735928b69eaf1bd5e4 (diff) | |
download | freebsd-ports-gnome-e8af17f66ac15034daa0d8c4a96d53bec470b0c5.tar.gz freebsd-ports-gnome-e8af17f66ac15034daa0d8c4a96d53bec470b0c5.tar.zst freebsd-ports-gnome-e8af17f66ac15034daa0d8c4a96d53bec470b0c5.zip |
Add file missed in previous commit
Diffstat (limited to 'devel/valgrind-snapshot')
-rw-r--r-- | devel/valgrind-snapshot/pkg-message | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/valgrind-snapshot/pkg-message b/devel/valgrind-snapshot/pkg-message new file mode 100644 index 000000000000..e143fbadcc3c --- /dev/null +++ b/devel/valgrind-snapshot/pkg-message @@ -0,0 +1,10 @@ +Note : A sample suppression file was installed to \ + %%PREFIX%%/lib/valgrind/freebsd-default.supp. + It makes Valgrind hide warnings caused by flawed code sequences + -if any - in your system libraries, so that you can concentrate + on the warnings issued for your own code. + + To use these suppressions, either pass + --suppressions=%%PREFIX%%/lib/valgrind/freebsd-default.supp + to Valgrind on the commandline, or add that line to your + ~/.valgrindrc file, which is the recommended way. |