diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-11-19 19:38:45 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-11-19 19:38:45 +0000 |
commit | 109cedef51b09ef5a61692ab4ec9cdb36ac91bf8 (patch) | |
tree | 9df5b37fa161da62e8c662aa53ddd5aab720295b /CHANGES | |
parent | bdd46fabc66e3190e14034370f7514239d874704 (diff) | |
download | ports-109cedef51b09ef5a61692ab4ec9cdb36ac91bf8.tar.gz ports-109cedef51b09ef5a61692ab4ec9cdb36ac91bf8.zip |
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -13,16 +13,16 @@ 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 + 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 |