Date: Thu, 31 Oct 2013 11:44:12 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332230 - head Message-ID: <201310311144.r9VBiC9t063192@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Thu Oct 31 11:44:12 2013 New Revision: 332230 URL: http://svnweb.freebsd.org/changeset/ports/332230 Log: Add a description of USES=kmod Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Thu Oct 31 11:39:05 2013 (r332229) +++ head/CHANGES Thu Oct 31 11:44:12 2013 (r332230) @@ -10,6 +10,20 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20131031: +AUTHOR: rene@FreeBSD.org + +Add a new USES for kernel module ports. + +USES=kmod takes no arguments and: +- adds kld to CATEGORIES +- sets SSP_UNSAFE +- sets IGNORE if the kernel sources are not found +- defines KMODDIR to /boot/modules by default, add it to + PLIST_SUB and MAKE_ENV, and create it upon installation +- handles cross-referencing kernel modules upon installation and + deinstallation + 20131021: AUTHOR: amdmi3@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310311144.r9VBiC9t063192>