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 417B4139085 for ; Sun, 1 Jan 2017 19:24:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8926A21C06A; Sun, 1 Jan 2017 19:24:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4E15721C06A for ; Sun, 1 Jan 2017 19:24:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D5188340F43 for ; Sun, 1 Jan 2017 19:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C247C25E2 for ; Sun, 1 Jan 2017 19:23:56 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1483298630.47bc9ccf7abfb3054d762f2d9f7b3a1cbeebe612.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/files/, dev-libs/libnl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libnl/files/libnl-3.2.20-cache-api.patch dev-libs/libnl/files/libnl-3.2.20-rtnl_tc_get_ops.patch dev-libs/libnl/files/libnl-3.2.28-in6.patch dev-libs/libnl/libnl-3.2.28.ebuild dev-libs/libnl/libnl-3.2.29.ebuild dev-libs/libnl/libnl-3.2.9999.ebuild X-VCS-Directories: dev-libs/libnl/files/ dev-libs/libnl/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 47bc9ccf7abfb3054d762f2d9f7b3a1cbeebe612 X-VCS-Branch: master Date: Sun, 1 Jan 2017 19:23:56 +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: 6d286fc0-f472-4a02-b127-011d27e4ed80 X-Archives-Hash: 1c500bcd9b2c9fba9d3980896a949607 commit: 47bc9ccf7abfb3054d762f2d9f7b3a1cbeebe612 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jan 1 19:19:21 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jan 1 19:23:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47bc9ccf dev-libs/libnl: Fix building against older kernel headers (bug #604190 by pavel sanda). Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/libnl/files/libnl-3.2.20-cache-api.patch | 9 ------- .../libnl/files/libnl-3.2.20-rtnl_tc_get_ops.patch | 30 ---------------------- dev-libs/libnl/files/libnl-3.2.28-in6.patch | 12 +++++++++ dev-libs/libnl/libnl-3.2.28.ebuild | 5 ++-- dev-libs/libnl/libnl-3.2.29.ebuild | 5 ++-- dev-libs/libnl/libnl-3.2.9999.ebuild | 11 +++----- 6 files changed, 20 insertions(+), 52 deletions(-) diff --git a/dev-libs/libnl/files/libnl-3.2.20-cache-api.patch b/dev-libs/libnl/files/libnl-3.2.20-cache-api.patch deleted file mode 100644 index ce6e47b..00000000 --- a/dev-libs/libnl/files/libnl-3.2.20-cache-api.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/tests/test-cache-mngr.c -+++ b/tests/test-cache-mngr.c -@@ -1,5 +1,5 @@ - #include --#include -+#include - #include - #include - diff --git a/dev-libs/libnl/files/libnl-3.2.20-rtnl_tc_get_ops.patch b/dev-libs/libnl/files/libnl-3.2.20-rtnl_tc_get_ops.patch deleted file mode 100644 index 09b2f0b..00000000 --- a/dev-libs/libnl/files/libnl-3.2.20-rtnl_tc_get_ops.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/src/nl-class-add.c -+++ b/src/nl-class-add.c -@@ -14,6 +14,7 @@ - #include - #include - #include -+#include /* rtnl_tc_get_ops() */ - - static int quiet = 0; - ---- a/src/nl-cls-add.c -+++ b/src/nl-cls-add.c -@@ -12,6 +12,7 @@ - #include - #include - #include -+#include /* rtnl_tc_get_ops() */ - - static int quiet = 0; - ---- a/src/nl-qdisc-add.c -+++ b/src/nl-qdisc-add.c -@@ -13,6 +13,7 @@ - #include - #include - #include -+#include /* rtnl_tc_get_ops() */ - - static int quiet = 0; - diff --git a/dev-libs/libnl/files/libnl-3.2.28-in6.patch b/dev-libs/libnl/files/libnl-3.2.28-in6.patch new file mode 100644 index 00000000..5dcf6ae --- /dev/null +++ b/dev-libs/libnl/files/libnl-3.2.28-in6.patch @@ -0,0 +1,12 @@ +https://github.com/thom311/libnl/pull/121 + +--- a/include/linux-private/linux/if_bridge.h ++++ b/include/linux-private/linux/if_bridge.h +@@ -15,7 +15,6 @@ + + #include + #include +-#include + + #define SYSFS_BRIDGE_ATTR "bridge" + #define SYSFS_BRIDGE_FDB "brforward" diff --git a/dev-libs/libnl/libnl-3.2.28.ebuild b/dev-libs/libnl/libnl-3.2.28.ebuild index ef5f05a..9c03787 100644 --- a/dev-libs/libnl/libnl-3.2.28.ebuild +++ b/dev-libs/libnl/libnl-3.2.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -63,8 +63,7 @@ MULTILIB_WRAPPED_HEADERS=( PATCHES=( "${FILESDIR}"/${PN}-1.1-vlan-header.patch - "${FILESDIR}"/${PN}-3.2.20-rtnl_tc_get_ops.patch - "${FILESDIR}"/${PN}-3.2.20-cache-api.patch + "${FILESDIR}"/${PN}-3.2.28-in6.patch ) src_prepare() { diff --git a/dev-libs/libnl/libnl-3.2.29.ebuild b/dev-libs/libnl/libnl-3.2.29.ebuild index 5c5c565..56f3021 100644 --- a/dev-libs/libnl/libnl-3.2.29.ebuild +++ b/dev-libs/libnl/libnl-3.2.29.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -63,8 +63,7 @@ MULTILIB_WRAPPED_HEADERS=( PATCHES=( "${FILESDIR}"/${PN}-1.1-vlan-header.patch - "${FILESDIR}"/${PN}-3.2.20-rtnl_tc_get_ops.patch - "${FILESDIR}"/${PN}-3.2.20-cache-api.patch + "${FILESDIR}"/${PN}-3.2.28-in6.patch ) src_prepare() { diff --git a/dev-libs/libnl/libnl-3.2.9999.ebuild b/dev-libs/libnl/libnl-3.2.9999.ebuild index 29a9d87..1c1ea6d 100644 --- a/dev-libs/libnl/libnl-3.2.9999.ebuild +++ b/dev-libs/libnl/libnl-3.2.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -31,16 +31,13 @@ DEPEND=" sys-devel/flex " -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE=" + python? ( ${PYTHON_REQUIRED_USE} ) +" DOCS=( ChangeLog ) -PATCHES=( - "${FILESDIR}"/${PN}-1.1-vlan-header.patch - "${FILESDIR}"/${PN}-3.2.20-rtnl_tc_get_ops.patch - "${FILESDIR}"/${PN}-3.2.20-cache-api.patch -) MULTILIB_WRAPPED_HEADERS=( # we do not install CLI stuff for non-native