public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-wireless/wimax: wimax-1.5.1-r1.ebuild ChangeLog
@ 2011-02-23 11:12 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; only message in thread
From: Alexey Shvetsov (alexxy) @ 2011-02-23 11:12 UTC (permalink / raw
  To: gentoo-commits

alexxy      11/02/23 11:12:08

  Modified:             ChangeLog
  Added:                wimax-1.5.1-r1.ebuild
  Log:
  [net-wireless/wimax] Add updates from git. Also fix bug #356121
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-wireless/wimax/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wimax/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wimax/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wimax/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/wimax/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	2 Jan 2011 14:37:39 -0000	1.6
+++ ChangeLog	23 Feb 2011 11:12:08 -0000	1.7
@@ -1,6 +1,33 @@
 # ChangeLog for net-wireless/wimax
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/wimax/ChangeLog,v 1.6 2011/01/02 14:37:39 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wimax/ChangeLog,v 1.7 2011/02/23 11:12:08 alexxy Exp $
+
+*wimax-1.5.1-r1 (23 Feb 2011)
+
+  23 Feb 2011; Alexey Shvetsov <alexxy@gentoo.org>
+  +files/updates/0001-wimax-network-service-64-bit-fixes.patch,
+  +files/updates/0002-cleanup-fix-struct-packing-and-type-casting-issues.patch,
+  +files/updates/0003-Fix-pthread_mutex_unlock-duplicate-call-in-OSALTrace.patch,
+  +files/updates/0004-Fix-a-lot-of-warnings-about-undefined-malloc-free.patch,
+  +files/updates/0005-remove-duplicate-typedef-for-u8.patch,
+  +files/updates/0006-wimaxcu-fix-array-size.patch,
+  +files/updates/0007-supplicant-fix-invocation-of-eap_peer_sm_init.patch,
+  +files/updates/0008-supplicant-Fix-eap_methods-array-setup-and-declarati.patch,
+  +files/updates/0009-daemon-don-t-mask-SEGV-just-crash-and-dump-core.patch,
+  +files/updates/0010-OSAL-fix-OSAL_wcsmp-for-Linux-environments.patch,
+  +files/updates/0011-configure-remove-O2-by-default.patch,
+  +files/updates/0012-Allow-IP-handling-script-to-be-configurable-at-runti.patch,
+  +files/updates/0013-Fix-typo-in-logrotate-script.patch,
+  +files/updates/0014-KDapi-Big-endian-support.patch,
+  +files/updates/0015-Wrappers-wmx_Preambles_t-alignment.patch,
+  +files/updates/0016-Wrappers-wmx_SystemStateUpdate-alignment.patch,
+  +files/updates/0017-L4_INTEL_80216_INDICATION-typedef-redefinition.patch,
+  +files/updates/0018-L5Common-Big-endian-support.patch,
+  +files/updates/0019-Supplicant-Big-endian-support.patch,
+  +files/updates/0020-endianess-use-endian.h-to-determine-endianess-vs-sta.patch,
+  +wimax-1.5.1-r1.ebuild,
+  files/wimax:
+  Add updates from git. Also fix bug #356121
 
   02 Jan 2011; Alexey Shvetsov <alexxy@gentoo.org> wimax-1.5.1.ebuild:
   Fix bug #331289



1.1                  net-wireless/wimax/wimax-1.5.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wimax/wimax-1.5.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wimax/wimax-1.5.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: wimax-1.5.1-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/wimax/wimax-1.5.1-r1.ebuild,v 1.1 2011/02/23 11:12:08 alexxy Exp $

EAPI="3"

inherit linux-info base

DESCRIPTION="Intel WiMAX daemon used to interface to the hardware"
HOMEPAGE="http://www.linuxwimax.org/"
SRC_URI="http://www.linuxwimax.org/Download?action=AttachFile&do=get&target=${P}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-libs/libnl-1.1
		>=sys-kernel/linux-headers-2.6.34"
RDEPEND="${DEPEND}
		net-wireless/wimax-tools
		net-wireless/wpa_supplicant[wimax]"

PATCHES=(
		"${FILESDIR}/updates/0001-wimax-network-service-64-bit-fixes.patch"
		"${FILESDIR}/updates/0002-cleanup-fix-struct-packing-and-type-casting-issues.patch"
		"${FILESDIR}/updates/0003-Fix-pthread_mutex_unlock-duplicate-call-in-OSALTrace.patch"
		"${FILESDIR}/updates/0004-Fix-a-lot-of-warnings-about-undefined-malloc-free.patch"
		"${FILESDIR}/updates/0005-remove-duplicate-typedef-for-u8.patch"
		"${FILESDIR}/updates/0006-wimaxcu-fix-array-size.patch"
		"${FILESDIR}/updates/0007-supplicant-fix-invocation-of-eap_peer_sm_init.patch"
		"${FILESDIR}/updates/0008-supplicant-Fix-eap_methods-array-setup-and-declarati.patch"
		"${FILESDIR}/updates/0009-daemon-don-t-mask-SEGV-just-crash-and-dump-core.patch"
		"${FILESDIR}/updates/0010-OSAL-fix-OSAL_wcsmp-for-Linux-environments.patch"
		"${FILESDIR}/updates/0011-configure-remove-O2-by-default.patch"
		"${FILESDIR}/updates/0012-Allow-IP-handling-script-to-be-configurable-at-runti.patch"
		"${FILESDIR}/updates/0013-Fix-typo-in-logrotate-script.patch"
		"${FILESDIR}/updates/0014-KDapi-Big-endian-support.patch"
		"${FILESDIR}/updates/0015-Wrappers-wmx_Preambles_t-alignment.patch"
		"${FILESDIR}/updates/0016-Wrappers-wmx_SystemStateUpdate-alignment.patch"
		"${FILESDIR}/updates/0017-L4_INTEL_80216_INDICATION-typedef-redefinition.patch"
		"${FILESDIR}/updates/0018-L5Common-Big-endian-support.patch"
		"${FILESDIR}/updates/0019-Supplicant-Big-endian-support.patch"
		"${FILESDIR}/updates/0020-endianess-use-endian.h-to-determine-endianess-vs-sta.patch"
)

pkg_setup() {
	linux-info_pkg_setup
}

src_configure() {
	econf \
		--with-libwimaxll=/usr/$(get_libdir) \
		--localstatedir=/var \
		--with-i2400m=/usr || die "econf failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "Install failed"
	doinitd "${FILESDIR}"/wimax || die "failed to place the init daemon"
	sed -e "s:/usr/lib/libeap.so.0:/usr/$(get_libdir)/libeap.so.0:g" \
		-e "s:<GetDeviceTraces>3</GetDeviceTraces>:<GetDeviceTraces>0</GetDeviceTraces>:g" \
		-e "s:<OutputTarget>console</OutputTarget>:<OutputTarget>daemon</OutputTarget>:g" \
		-e "s:<IPRenew>1</IPRenew>:<IPRenew>0</IPRenew>:g" \
		-i "${D}/etc/wimax/config.xml" || die "Fixing config failed"
	# Drop udev rusles for now
	rm -rf  "${D}/etc/udev"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-23 11:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-23 11:12 [gentoo-commits] gentoo-x86 commit in net-wireless/wimax: wimax-1.5.1-r1.ebuild ChangeLog Alexey Shvetsov (alexxy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox