From owner-svn-ports-head@FreeBSD.ORG Thu Oct 31 11:44:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BFC8BFCA; Thu, 31 Oct 2013 11:44:12 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD212259E; Thu, 31 Oct 2013 11:44:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9VBiCk3063193; Thu, 31 Oct 2013 11:44:12 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9VBiC9t063192; Thu, 31 Oct 2013 11:44:12 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201310311144.r9VBiC9t063192@svn.freebsd.org> From: Rene Ladan Date: Thu, 31 Oct 2013 11:44:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332230 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 11:44:12 -0000 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