Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Aug 2005 13:26:20 +0000 (UTC)
From:      Simon Barner <barner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/valgrind Makefile ports/devel/valgrind-snapshot Makefile
Message-ID:  <200508111326.j7BDQK4d052174@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
barner      2005-08-11 13:26:20 UTC

  FreeBSD ports repository

  Modified files:
    devel/valgrind       Makefile 
    devel/valgrind-snapshot Makefile 
  Log:
  - Mark valgrind ports IGNORE when /proc is not mounted, previously, only
    a warning was printed.
  
    A mounted procfs is a runtime dependency of valgrind, but since the
    implementation of automatic suppression file generation the valgrind
    binary is run in the post-install stage.
  
  - An exception needs to be made for the ports cluster: The machine compiling
    the list of IGNOREd ports does not have a mounted /proc, so the check (and
    the generation of supression files is disabled there).
  
    Users who want to suppress false positives in valgrinds output should build
    the port instead of installing the package (so the rules can be customized to
    their specific installation).
  
  Reported by:    Paul Ledbetter III <aeacides@gmail.com>
  Approved by:    portmgr (kris)
  
  Revision  Changes    Path
  1.15      +16 -9     ports/devel/valgrind-snapshot/Makefile
  1.17      +16 -9     ports/devel/valgrind/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508111326.j7BDQK4d052174>