public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/vhba: vhba-20110915.ebuild ChangeLog vhba-20120422.ebuild
@ 2012-07-16  7:20 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-07-16  7:20 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/07/16 07:20:03

  Modified:             vhba-20110915.ebuild ChangeLog vhba-20120422.ebuild
  Log:
  Avoid -Werror to prevent spurious build failures; might fix bug #426328.
  
  (Portage version: 2.2.0_alpha118/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sys-fs/vhba/vhba-20110915.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/vhba/vhba-20110915.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/vhba/vhba-20110915.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/vhba/vhba-20110915.ebuild?r1=1.7&r2=1.8

Index: vhba-20110915.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20110915.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vhba-20110915.ebuild	24 May 2012 04:20:30 -0000	1.7
+++ vhba-20110915.ebuild	16 Jul 2012 07:20:03 -0000	1.8
@@ -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/vhba/vhba-20110915.ebuild,v 1.7 2012/05/24 04:20:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20110915.ebuild,v 1.8 2012/07/16 07:20:03 tetromino Exp $
 
 EAPI="4"
 
@@ -35,8 +35,10 @@
 src_prepare() {
 	# Build failure with >=3.4-rc1 and CONFIG_ENABLE_WARN_DEPRECATED, #411459
 	epatch "${FILESDIR}/${P}-3.4-kmap_atomic.patch"
-	# Avoid "make jobserver unavailable" warning
-	sed -e 's:\t$(KMAKE):\t+$(KMAKE):g' -i Makefile || die "sed failed"
+	# Avoid "make jobserver unavailable" warning and -Werror problems
+	sed -e 's:\t$(KMAKE):\t+$(KMAKE):g' \
+		-e '/EXTRA_CFLAGS/s/-Werror$/-Wall/' \
+		-i Makefile || die "sed failed"
 }
 
 src_install() {



1.35                 sys-fs/vhba/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	5 Jul 2012 00:11:07 -0000	1.34
+++ ChangeLog	16 Jul 2012 07:20:03 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/vhba
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.34 2012/07/05 00:11:07 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.35 2012/07/16 07:20:03 tetromino Exp $
+
+  16 Jul 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  vhba-20110915.ebuild, vhba-20120422.ebuild:
+  Avoid -Werror to prevent spurious build failures; might fix bug #426328.
 
 *vhba-20120422 (05 Jul 2012)
 



1.2                  sys-fs/vhba/vhba-20120422.ebuild

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

Index: vhba-20120422.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20120422.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vhba-20120422.ebuild	5 Jul 2012 00:11:07 -0000	1.1
+++ vhba-20120422.ebuild	16 Jul 2012 07:20:03 -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/vhba/vhba-20120422.ebuild,v 1.1 2012/07/05 00:11:07 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20120422.ebuild,v 1.2 2012/07/16 07:20:03 tetromino Exp $
 
 EAPI="4"
 
@@ -33,8 +33,10 @@
 }
 
 src_prepare() {
-	# Avoid "make jobserver unavailable" warning
-	sed -e 's:\t$(KMAKE):\t+$(KMAKE):g' -i Makefile || die "sed failed"
+	# Avoid "make jobserver unavailable" warning and -Werror problems
+	sed -e 's:\t$(KMAKE):\t+$(KMAKE):g' \
+		-e '/EXTRA_CFLAGS/s/-Werror$/-Wall/' \
+		-i Makefile || die "sed failed"
 }
 
 src_install() {






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

only message in thread, other threads:[~2012-07-16  7:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-16  7:20 [gentoo-commits] gentoo-x86 commit in sys-fs/vhba: vhba-20110915.ebuild ChangeLog vhba-20120422.ebuild Alexandre Rostovtsev (tetromino)

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