jer         14/10/27 08:51:51

  Modified:             socat-1.7.2.4-r1.ebuild ChangeLog
  Log:
  Fix building against sys-kernel/linux-headers-3.17 (bug #526946 by Gangræna 
Gorgeous).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.10                 net-misc/socat/socat-1.7.2.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild?r1=1.9&r2=1.10

Index: socat-1.7.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- socat-1.7.2.4-r1.ebuild     20 Jul 2014 09:16:05 -0000      1.9
+++ socat-1.7.2.4-r1.ebuild     27 Oct 2014 08:51:51 -0000      1.10
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 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.4-r1.ebuild,v 
1.9 2014/07/20 09:16:05 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.7.2.4-r1.ebuild,v 
1.10 2014/10/27 08:51:51 jer Exp $
 
 EAPI=5
 
-inherit eutils flag-o-matic toolchain-funcs
+inherit autotools eutils flag-o-matic toolchain-funcs
 
 DESCRIPTION="Multipurpose relay (SOcket CAT)"
 HOMEPAGE="http://www.dest-unreach.org/socat/";
@@ -30,6 +30,11 @@
        BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ FILES PORTING README 
SECURITY
 )
 
+src_prepare() {
+       epatch "${FILESDIR}"/${P}-linux-3.17.patch
+       eautoreconf
+}
+
 src_configure() {
        filter-flags '-Wno-error*' #293324
        tc-export AR



1.144                net-misc/socat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.144&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?rev=1.144&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/socat/ChangeLog?r1=1.143&r2=1.144

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog   20 Jul 2014 11:53:02 -0000      1.143
+++ ChangeLog   27 Oct 2014 08:51:51 -0000      1.144
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/socat
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.143 2014/07/20 
11:53:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.144 2014/10/27 
08:51:51 jer Exp $
+
+  27 Oct 2014; Jeroen Roovers <[email protected]> socat-1.7.2.4-r1.ebuild,
+  +files/socat-1.7.2.4-linux-3.17.patch:
+  Fix building against sys-kernel/linux-headers-3.17 (bug #526946 by Gangræna
+  Gorgeous).
 
   20 Jul 2014; Jeroen Roovers <[email protected]> -socat-1.7.2.3.ebuild:
   Old.




Reply via email to