cvs commit: ports/devel/valgrind Makefile ports/devel/valgrind-snapshot Makefile

Simon Barner barner at FreeBSD.org
Thu Aug 11 13:26:20 GMT 2005


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 at 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


More information about the cvs-ports mailing list