From: "Bjarke Istrup Pedersen (gurligebis)" <gurligebis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/hostapd: ChangeLog hostapd-0.7.3.ebuild
Date: Mon, 7 Nov 2011 19:50:24 +0000 (UTC) [thread overview]
Message-ID: <20111107195024.220CF2004B@flycatcher.gentoo.org> (raw)
gurligebis 11/11/07 19:50:24
Modified: ChangeLog hostapd-0.7.3.ebuild
Log:
Allowing compiling against both libnl-1.1 and libnl-3
(Portage version: 2.2.0_alpha72/cvs/Linux i686)
Revision Changes Path
1.116 net-wireless/hostapd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/ChangeLog?r1=1.115&r2=1.116
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog 27 Oct 2011 17:12:33 -0000 1.115
+++ ChangeLog 7 Nov 2011 19:50:23 -0000 1.116
@@ -1,6 +1,9 @@
# ChangeLog for net-wireless/hostapd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.115 2011/10/27 17:12:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.116 2011/11/07 19:50:23 gurligebis Exp $
+
+ 07 Nov 2011; <gurligebis@gentoo.org> hostapd-0.7.3.ebuild:
+ Fixing compiling with both libnl-1.1 and libnl-3 installed.
27 Oct 2011; Jeroen Roovers <jer@gentoo.org> hostapd-0.6.9.ebuild:
Fix libnl dependency (bug #342461).
1.7 net-wireless/hostapd/hostapd-0.7.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/hostapd-0.7.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/hostapd-0.7.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hostapd/hostapd-0.7.3.ebuild?r1=1.6&r2=1.7
Index: hostapd-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.7.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hostapd-0.7.3.ebuild 9 Sep 2011 22:56:50 -0000 1.6
+++ hostapd-0.7.3.ebuild 7 Nov 2011 19:50:23 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.7.3.ebuild,v 1.6 2011/09/09 22:56:50 gurligebis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.7.3.ebuild,v 1.7 2011/11/07 19:50:23 gurligebis Exp $
EAPI="2"
@@ -16,7 +16,7 @@
IUSE="debug ipv6 logwatch madwifi +ssl +wps"
DEPEND="ssl? ( dev-libs/openssl )
- >=dev-libs/libnl-1.1
+ dev-libs/libnl:1.1
madwifi? ( ||
( >net-wireless/madwifi-ng-tools-0.9.3
net-wireless/madwifi-old ) )"
@@ -108,9 +108,11 @@
fi
# If we are using libnl 2.0 and above, enable support for it
- if has_version ">=dev-libs/libnl-2.0"; then
- echo "CONFIG_LIBNL20=y" >> .config
- fi
+ # Removed for now, since the 3.2 version is broken, and we don't
+ # support it.
+ #if has_version ">=dev-libs/libnl-2.0"; then
+ # echo "CONFIG_LIBNL20=y" >> .config
+ #fi
# TODO: Add support for BSD drivers
next reply other threads:[~2011-11-07 19:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-07 19:50 Bjarke Istrup Pedersen (gurligebis) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-09-09 22:56 [gentoo-commits] gentoo-x86 commit in net-wireless/hostapd: ChangeLog hostapd-0.7.3.ebuild Bjarke Istrup Pedersen (gurligebis)
2011-07-13 12:19 Kacper Kowalik (xarthisius)
2011-07-11 10:08 Bjarke Istrup Pedersen (gurligebis)
2011-04-21 13:53 Thomas Kahle (tomka)
2011-03-29 16:09 Christoph Mende (angelos)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111107195024.220CF2004B@flycatcher.gentoo.org \
--to=gurligebis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox