[Bug 216879] Uses/kmod.mk: introduction of KERN_DEBUGDIR broke ports' plists

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 12 21:54:17 UTC 2017


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

--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:

Author: rene
Date: Sun Feb 12 21:53:47 UTC 2017
New revision: 433968
URL: https://svnweb.freebsd.org/changeset/ports/433968

Log:
  Fix check-plist of USES=kmod

  No longer depend on (KERN_)DEBUGDIR being non-empty to decide whether to
  create the empty KERN_DEBUGDIR/KMODDIR directory, instead use a new
  argument 'debug' to indicate this.

  Add KERN_DEBUGDIR to PLIST_SUB and MAKE_ENV so that the including ports
  can use them.

  Ports using kmod:debug do need to add @dir entries to their pkg-plist for
  now to prevent 'make check-plist' errors, for example for default KMODDDIR:

  @dir /%%KERN_DEBUGDIR%%/%%KMODDIR%%
  @dir /%%KERN_DEBUGDIR%%/boot
  @dir /%%KERN_DEBUGDIR%%

  It would indeed be nice to automate this.

  PR:           216879
  Submitted by: Sergey Kozlov (kozlov.sergey.404 at gmail.com)

Changes:
  head/Mk/Uses/kmod.mk

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list