public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/jffi: jffi-0.6.0.2.ebuild jffi-0.7_pre20100131.ebuild jffi-1.0.0.ebuild ChangeLog jffi-0.6.0.2-r1.ebuild jffi-1.0.11.ebuild
@ 2012-08-25 19:09 Ian Whyman (thev00d00)
  0 siblings, 0 replies; only message in thread
From: Ian Whyman (thev00d00) @ 2012-08-25 19:09 UTC (permalink / raw
  To: gentoo-commits

thev00d00    12/08/25 19:09:47

  Modified:             jffi-0.6.0.2.ebuild jffi-0.7_pre20100131.ebuild
                        jffi-1.0.0.ebuild ChangeLog jffi-0.6.0.2-r1.ebuild
                        jffi-1.0.11.ebuild
  Log:
  Fix build with GCC 4.7 #421501
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-java/jffi/jffi-0.6.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-0.6.0.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-0.6.0.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-0.6.0.2.ebuild?r1=1.1&r2=1.2

Index: jffi-0.6.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-0.6.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jffi-0.6.0.2.ebuild	30 Dec 2009 06:36:19 -0000	1.1
+++ jffi-0.6.0.2.ebuild	25 Aug 2012 19:09:47 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-0.6.0.2.ebuild,v 1.1 2009/12/30 06:36:19 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-0.6.0.2.ebuild,v 1.2 2012/08/25 19:09:47 thev00d00 Exp $
 
 # Probably best to leave the CFLAGS as they are here. See...
 # http://weblogs.java.net/blog/kellyohair/archive/2006/01/compilation_of_1.html
@@ -55,6 +55,9 @@
 	sed -i '/<zipfileset src="archive\//d' custom-build.xml || die
 	sed -i '/libs.CopyLibs.classpath/d' lib/nblibraries.properties || die
 	sed -i '/copylibstask.jar/d' lib/nblibraries.properties || die
+
+	# Fix build with GCC 4.7 #421501
+	sed -i -e "s|-mimpure-text||g" jni/GNUmakefile || die
 }
 
 src_install() {



1.3                  dev-java/jffi/jffi-0.7_pre20100131.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-0.7_pre20100131.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-0.7_pre20100131.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-0.7_pre20100131.ebuild?r1=1.2&r2=1.3

Index: jffi-0.7_pre20100131.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-0.7_pre20100131.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jffi-0.7_pre20100131.ebuild	3 May 2012 07:42:51 -0000	1.2
+++ jffi-0.7_pre20100131.ebuild	25 Aug 2012 19:09:47 -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/dev-java/jffi/jffi-0.7_pre20100131.ebuild,v 1.2 2012/05/03 07:42:51 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-0.7_pre20100131.ebuild,v 1.3 2012/08/25 19:09:47 thev00d00 Exp $
 
 # Probably best to leave the CFLAGS as they are here. See...
 # http://weblogs.java.net/blog/kellyohair/archive/2006/01/compilation_of_1.html
@@ -61,6 +61,9 @@
 	sed -i '/<zipfileset src="archive\//d' custom-build.xml || die
 	sed -i '/libs.CopyLibs.classpath/d' lib/nblibraries.properties || die
 	sed -i '/copylibstask.jar/d' lib/nblibraries.properties || die
+
+	# Fix build with GCC 4.7 #421501
+	sed -i -e "s|-mimpure-text||g" jni/GNUmakefile || die
 }
 
 src_install() {



1.8                  dev-java/jffi/jffi-1.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-1.0.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-1.0.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-1.0.0.ebuild?r1=1.7&r2=1.8

Index: jffi-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.0.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jffi-1.0.0.ebuild	3 May 2012 07:42:51 -0000	1.7
+++ jffi-1.0.0.ebuild	25 Aug 2012 19:09:47 -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/dev-java/jffi/jffi-1.0.0.ebuild,v 1.7 2012/05/03 07:42:51 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.0.0.ebuild,v 1.8 2012/08/25 19:09:47 thev00d00 Exp $
 
 # Probably best to leave the CFLAGS as they are here. See...
 # http://weblogs.java.net/blog/kellyohair/archive/2006/01/compilation_of_1.html
@@ -50,6 +50,9 @@
 	sed -i '/<zipfileset src="archive\//d' custom-build.xml || die
 	sed -i '/libs.CopyLibs.classpath/d' lib/nblibraries.properties || die
 	sed -i '/copylibstask.jar/d' lib/nblibraries.properties || die
+
+	# Fix build with GCC 4.7 #421501
+	sed -i -e "s|-mimpure-text||g" jni/GNUmakefile || die
 }
 
 EANT_EXTRA_ARGS="-Duse.system.libffi=1"



1.23                 dev-java/jffi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jffi/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	28 May 2012 19:33:58 -0000	1.22
+++ ChangeLog	25 Aug 2012 19:09:47 -0000	1.23
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/jffi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/ChangeLog,v 1.22 2012/05/28 19:33:58 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/ChangeLog,v 1.23 2012/08/25 19:09:47 thev00d00 Exp $
+
+  25 Aug 2012; <iwhyman@gentoo.org> jffi-0.6.0.2.ebuild,
+  jffi-0.6.0.2-r1.ebuild, jffi-0.7_pre20100131.ebuild, jffi-1.0.0.ebuild,
+  jffi-1.0.11.ebuild:
+  Fix build with GCC 4.7 #421501
 
   28 May 2012; Ralph Sennhauser <sera@gentoo.org> jffi-1.2.2.ebuild:
   use https for HOMEPAGE. Reported by Arfrever.



1.3                  dev-java/jffi/jffi-0.6.0.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-0.6.0.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-0.6.0.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-0.6.0.2-r1.ebuild?r1=1.2&r2=1.3

Index: jffi-0.6.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-0.6.0.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jffi-0.6.0.2-r1.ebuild	24 Jan 2010 20:56:13 -0000	1.2
+++ jffi-0.6.0.2-r1.ebuild	25 Aug 2012 19:09:47 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-0.6.0.2-r1.ebuild,v 1.2 2010/01/24 20:56:13 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-0.6.0.2-r1.ebuild,v 1.3 2012/08/25 19:09:47 thev00d00 Exp $
 
 # Probably best to leave the CFLAGS as they are here. See...
 # http://weblogs.java.net/blog/kellyohair/archive/2006/01/compilation_of_1.html
@@ -56,6 +56,9 @@
 	sed -i '/<zipfileset src="archive\//d' custom-build.xml || die
 	sed -i '/libs.CopyLibs.classpath/d' lib/nblibraries.properties || die
 	sed -i '/copylibstask.jar/d' lib/nblibraries.properties || die
+
+	# Fix build with GCC 4.7 #421501
+	sed -i -e "s|-mimpure-text||g" jni/GNUmakefile || die
 }
 
 src_install() {



1.5                  dev-java/jffi/jffi-1.0.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-1.0.11.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-1.0.11.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jffi/jffi-1.0.11.ebuild?r1=1.4&r2=1.5

Index: jffi-1.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.0.11.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jffi-1.0.11.ebuild	9 May 2012 17:10:15 -0000	1.4
+++ jffi-1.0.11.ebuild	25 Aug 2012 19:09:47 -0000	1.5
@@ -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/dev-java/jffi/jffi-1.0.11.ebuild,v 1.4 2012/05/09 17:10:15 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.0.11.ebuild,v 1.5 2012/08/25 19:09:47 thev00d00 Exp $
 
 EAPI="4"
 
@@ -39,6 +39,9 @@
 	epatch "${FILESDIR}"/${P}_no-werror.patch
 
 	find "${WORKDIR}" -iname '*.jar' -delete
+
+	# Fix build with GCC 4.7 #421501
+	sed -i -e "s|-mimpure-text||g" jni/GNUmakefile || die
 }
 
 JAVA_ANT_REWRITE_CLASSPATH="yes"





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

only message in thread, other threads:[~2012-08-25 19:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-25 19:09 [gentoo-commits] gentoo-x86 commit in dev-java/jffi: jffi-0.6.0.2.ebuild jffi-0.7_pre20100131.ebuild jffi-1.0.0.ebuild ChangeLog jffi-0.6.0.2-r1.ebuild jffi-1.0.11.ebuild Ian Whyman (thev00d00)

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