From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BEA7139085 for ; Sun, 18 Dec 2016 11:42:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C73D1E0D67; Sun, 18 Dec 2016 11:42:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FEF0E0D67 for ; Sun, 18 Dec 2016 11:42:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59F46340E7B for ; Sun, 18 Dec 2016 11:42:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F243324DF for ; Sun, 18 Dec 2016 11:41:58 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1482061317.3f41f9237243fd7b26a7885dfcf9ab1a8cd90397.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-modules/, app-emulation/virtualbox-modules/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virtualbox-modules/files/virtualbox-modules-5.1.10-ALIGN-backport.patch app-emulation/virtualbox-modules/metadata.xml app-emulation/virtualbox-modules/virtualbox-modules-5.1.10.ebuild X-VCS-Directories: app-emulation/virtualbox-modules/files/ app-emulation/virtualbox-modules/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3f41f9237243fd7b26a7885dfcf9ab1a8cd90397 X-VCS-Branch: master Date: Sun, 18 Dec 2016 11:41:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9ba5701d-4d2f-470b-854c-f999b2b7593b X-Archives-Hash: e13222cc20243bc72798d2c929d96fa8 commit: 3f41f9237243fd7b26a7885dfcf9ab1a8cd90397 Author: Justin Lecher gentoo org> AuthorDate: Sun Dec 18 11:41:45 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Dec 18 11:41:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f41f923 app-emulation/virtualbox-modules: Backport fix for compatibility with linux-4.9 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=602942 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> .../files/virtualbox-modules-5.1.10-ALIGN-backport.patch | 12 ++++++++++++ app-emulation/virtualbox-modules/metadata.xml | 6 +++--- .../virtualbox-modules/virtualbox-modules-5.1.10.ebuild | 4 ++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/app-emulation/virtualbox-modules/files/virtualbox-modules-5.1.10-ALIGN-backport.patch b/app-emulation/virtualbox-modules/files/virtualbox-modules-5.1.10-ALIGN-backport.patch new file mode 100644 index 00000000..1bc3fdd --- /dev/null +++ b/app-emulation/virtualbox-modules/files/virtualbox-modules-5.1.10-ALIGN-backport.patch @@ -0,0 +1,12 @@ +Index: trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h +=================================================================== +--- a/vboxdrv/SUPDrvInternal.h ++++ b/vboxdrv/SUPDrvInternal.h +@@ -65,7 +65,4 @@ + # include + # endif +-# endif +-# if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 0) +-# undef ALIGN + # endif + # ifndef KBUILD_STR diff --git a/app-emulation/virtualbox-modules/metadata.xml b/app-emulation/virtualbox-modules/metadata.xml index 18da31a..851d70d 100644 --- a/app-emulation/virtualbox-modules/metadata.xml +++ b/app-emulation/virtualbox-modules/metadata.xml @@ -9,7 +9,7 @@ masterzorag@gmail.com Proxy maintainer. CC him on bugs - - Apply patch needed for pax enabled kernels - + + Apply patch needed for pax enabled kernels + diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.10.ebuild b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.10.ebuild index 76cc8f0..847e3c7 100644 --- a/app-emulation/virtualbox-modules/virtualbox-modules-5.1.10.ebuild +++ b/app-emulation/virtualbox-modules/virtualbox-modules-5.1.10.ebuild @@ -27,6 +27,10 @@ BUILD_TARGETS="all" BUILD_TARGET_ARCH="${ARCH}" MODULE_NAMES="vboxdrv(misc:${S}) vboxnetflt(misc:${S}) vboxnetadp(misc:${S}) vboxpci(misc:${S})" +PATCHES=( + "${FILESDIR}"/${P}-ALIGN-backport.patch +) + pkg_setup() { enewgroup vboxusers