public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/fuse: ChangeLog fuse-2.9.0.ebuild fuse-2.8.7.ebuild
@ 2012-07-09 22:17 Sebastian Pipping (sping)
  0 siblings, 0 replies; only message in thread
From: Sebastian Pipping (sping) @ 2012-07-09 22:17 UTC (permalink / raw
  To: gentoo-commits

sping       12/07/09 22:17:05

  Modified:             ChangeLog fuse-2.9.0.ebuild fuse-2.8.7.ebuild
  Log:
  sys-fs/fuse: Resolve duplicate _GNU_SOURCE definition
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.160                sys-fs/fuse/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.160&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?rev=1.160&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/ChangeLog?r1=1.159&r2=1.160

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog	21 Apr 2012 05:55:18 -0000	1.159
+++ ChangeLog	9 Jul 2012 22:17:05 -0000	1.160
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/fuse
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.159 2012/04/21 05:55:18 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.160 2012/07/09 22:17:05 sping Exp $
+
+  09 Jul 2012; Sebastian Pipping <sping@gentoo.org> fuse-2.8.7.ebuild,
+  fuse-2.9.0.ebuild:
+  Resolve duplicate _GNU_SOURCE for FUSE >=2.8.7 (patch only needed for
+  <=2.8.6)
 
 *fuse-2.9.0 (21 Apr 2012)
 



1.2                  sys-fs/fuse/fuse-2.9.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.9.0.ebuild?r1=1.1&r2=1.2

Index: fuse-2.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fuse-2.9.0.ebuild	21 Apr 2012 05:55:18 -0000	1.1
+++ fuse-2.9.0.ebuild	9 Jul 2012 22:17:05 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.0.ebuild,v 1.1 2012/04/21 05:55:18 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.0.ebuild,v 1.2 2012/07/09 22:17:05 sping Exp $
 
 EAPI=4
 inherit libtool linux-info
@@ -31,9 +31,6 @@
 }
 
 src_prepare() {
-	# fix building with glibc-2.14 #370411
-	sed -i '1i#define _GNU_SOURCE' util/fusermount.c || die
-
 	elibtoolize
 }
 



1.3                  sys-fs/fuse/fuse-2.8.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild?r1=1.2&r2=1.3

Index: fuse-2.8.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fuse-2.8.7.ebuild	12 Apr 2012 09:13:26 -0000	1.2
+++ fuse-2.8.7.ebuild	9 Jul 2012 22:17:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild,v 1.2 2012/04/12 09:13:26 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild,v 1.3 2012/07/09 22:17:05 sping Exp $
 
 EAPI=4
 inherit libtool linux-info
@@ -31,9 +31,6 @@
 }
 
 src_prepare() {
-	# fix building with glibc-2.14 #370411
-	sed -i '1i#define _GNU_SOURCE' util/fusermount.c || die
-
 	elibtoolize
 }
 






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

only message in thread, other threads:[~2012-07-09 22:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-09 22:17 [gentoo-commits] gentoo-x86 commit in sys-fs/fuse: ChangeLog fuse-2.9.0.ebuild fuse-2.8.7.ebuild Sebastian Pipping (sping)

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