aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-10-31 11:44:12 +0000
committerRene Ladan <rene@FreeBSD.org>2013-10-31 11:44:12 +0000
commita505e35050d12580942519573ef2aa8cf6c9ef0b (patch)
tree756165fa96ad62604bb27208c844d51021b3a5fc /CHANGES
parenteb73c93e6839c914ffb73025532ba0404be9242c (diff)
downloadports-a505e35050d12580942519573ef2aa8cf6c9ef0b.tar.gz
ports-a505e35050d12580942519573ef2aa8cf6c9ef0b.zip
Add a description of USES=kmod
Notes
Notes: svn path=/head/; revision=332230
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fccea1a73935..08ea20561ffc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,20 @@ in the release notes and/or placed into UPDATING.
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