https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255857

--- Comment #3 from Jan Beich <jbe...@freebsd.org> ---
(In reply to Mark Linimon from comment #2)
"make check-plist" is only run by default when DEVELOPER=1 (advised by
portlint) or via "poudriere testport" or "poudriere bulk -t". Packages on the
cluster are built without DEVELOPER=1.

Personally, I have the following in poudriere.conf:

  PORTTESTING=1
  PORTTESTING_RECURSIVE=1
  PORTTESTING_FATAL=no

which allows to discover bugs without stopping at individual ports. The time
spent doing the extra checks is negligible except in the most trivial ports
(e.g., portlint itself) but the value is immense when investigating NEEDED vs.
*_DEPENDS desync, runtime issues months later after several port updates or,
more commonly, when testing consumers after an API-breaking update.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-mono@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-mono
To unsubscribe, send any mail to "freebsd-mono-unsubscr...@freebsd.org"

Reply via email to