* [gentoo-commits] gentoo-x86 commit in net-misc/socat: ChangeLog socat-1.7.1.3.ebuild socat-1.7.2.0.ebuild
@ 2011-12-15 19:33 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-12-15 19:33 UTC (permalink / raw
To: gentoo-commits
vapier 11/12/15 19:33:19
Modified: ChangeLog socat-1.7.1.3.ebuild socat-1.7.2.0.ebuild
Log:
Fix cross-compilation with shift defines.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Revision Changes Path
1.87 net-misc/socat/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 6 Dec 2011 04:16:10 -0000 1.86
+++ ChangeLog 15 Dec 2011 19:33:19 -0000 1.87
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/socat
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.86 2011/12/06 04:16:10 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.87 2011/12/15 19:33:19 vapier Exp $
+
+ 15 Dec 2011; Mike Frysinger <vapier@gentoo.org> socat-1.7.1.3.ebuild,
+ +files/socat-1.7.1.3-cross-compile.patch, socat-1.7.2.0.ebuild,
+ +files/socat-1.7.2.0-cross-compile.patch:
+ Fix cross-compilation with shift defines.
*socat-1.7.2.0 (06 Dec 2011)
1.7 net-misc/socat/socat-1.7.1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.1.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.1.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.1.3.ebuild?r1=1.6&r2=1.7
Index: socat-1.7.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.1.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- socat-1.7.1.3.ebuild 7 Aug 2010 15:57:58 -0000 1.6
+++ socat-1.7.1.3.ebuild 15 Dec 2011 19:33:19 -0000 1.7
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.1.3.ebuild,v 1.6 2010/08/07 15:57:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.1.3.ebuild,v 1.7 2011/12/15 19:33:19 vapier Exp $
EAPI="2"
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic autotools
DESCRIPTION="Multipurpose relay (SOcket CAT)"
HOMEPAGE="http://www.dest-unreach.org/socat/"
@@ -24,6 +24,11 @@
"
RDEPEND="${DEPEND}"
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-cross-compile.patch
+ eautoreconf
+}
+
src_configure() {
filter-flags -Wno-error*
econf \
1.2 net-misc/socat/socat-1.7.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.0.ebuild?r1=1.1&r2=1.2
Index: socat-1.7.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- socat-1.7.2.0.ebuild 6 Dec 2011 04:16:11 -0000 1.1
+++ socat-1.7.2.0.ebuild 15 Dec 2011 19:33:19 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.0.ebuild,v 1.1 2011/12/06 04:16:11 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.0.ebuild,v 1.2 2011/12/15 19:33:19 vapier Exp $
EAPI="4"
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic autotools
DESCRIPTION="Multipurpose relay (SOcket CAT)"
HOMEPAGE="http://www.dest-unreach.org/socat/"
@@ -24,6 +24,11 @@
"
RDEPEND="${DEPEND}"
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-cross-compile.patch
+ eautoreconf
+}
+
src_configure() {
filter-flags -Wno-error*
econf \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-15 19:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-15 19:33 [gentoo-commits] gentoo-x86 commit in net-misc/socat: ChangeLog socat-1.7.1.3.ebuild socat-1.7.2.0.ebuild Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox