Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2017 21:54:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216879] Uses/kmod.mk: introduction of KERN_DEBUGDIR broke ports' plists
Message-ID:  <bug-216879-13-3oeTJMXaNC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216879-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216879-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216879

--- Comment #1 from commit-hook@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=3Dkmod

  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 KMODDDI=
R:

  @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@gmail.com)

Changes:
  head/Mk/Uses/kmod.mk

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216879-13-3oeTJMXaNC>