From owner-svn-ports-all@FreeBSD.ORG Thu Mar 21 13:15:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E4322D9; Thu, 21 Mar 2013 13:15:57 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D65537D0; Thu, 21 Mar 2013 13:15:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2LDFvtE082754; Thu, 21 Mar 2013 13:15:57 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2LDFvBc082753; Thu, 21 Mar 2013 13:15:57 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201303211315.r2LDFvBc082753@svn.freebsd.org> From: Glen Barber Date: Thu, 21 Mar 2013 13:15:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314842 - head/emulators/virtualbox-ose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 13:15:58 -0000 Author: gjb Date: Thu Mar 21 13:15:57 2013 New Revision: 314842 URL: http://svnweb.freebsd.org/changeset/ports/314842 Log: Set KMODDIR to /boot/modules, since it is always defined to /boot/kernel otherwise. PR: ports/175684, ports/176288 (related to) Prodded by: Nikolai Lifanov Approved by: vbox (maintainer timeout, nearly 2 months) Modified: head/emulators/virtualbox-ose/Makefile Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Thu Mar 21 13:03:07 2013 (r314841) +++ head/emulators/virtualbox-ose/Makefile Thu Mar 21 13:15:57 2013 (r314842) @@ -70,7 +70,7 @@ WEBSERVICE_DESC= Build Webservice .include -KMODDIR?= /boot/modules +KMODDIR= /boot/modules PLIST_SUB+= PYTHON_VER=${PYTHON_VER} \ PYTHON_VERU=${PYTHON_VER:S/./_/} \