public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle: ChangeLog gargoyle-20060917-r1.ebuild
@ 2009-08-05 22:01 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-08-05 22:01 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/08/05 22:01:05

  Modified:             ChangeLog gargoyle-20060917-r1.ebuild
  Log:
  build against glibc210 with sed patch from Arttu Valo via bug #273530
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.9                  games-engines/gargoyle/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/gargoyle/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/gargoyle/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/gargoyle/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	21 Nov 2007 03:42:37 -0000	1.8
+++ ChangeLog	5 Aug 2009 22:01:05 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for games-engines/gargoyle
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.8 2007/11/21 03:42:37 dirtyepic Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.9 2009/08/05 22:01:05 mr_bones_ Exp $
+
+  05 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  gargoyle-20060917-r1.ebuild:
+  build against glibc210 with sed patch from Arttu Valo via bug #273530
 
   21 Nov 2007; Ryan Hill <dirtyepic@gentoo.org> gargoyle-20060917-r1.ebuild:
   Allow building with ftjam for bug #188194



1.6                  games-engines/gargoyle/gargoyle-20060917-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild?r1=1.5&r2=1.6

Index: gargoyle-20060917-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gargoyle-20060917-r1.ebuild	4 Jun 2009 13:31:07 -0000	1.5
+++ gargoyle-20060917-r1.ebuild	5 Aug 2009 22:01:05 -0000	1.6
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild,v 1.5 2009/06/04 13:31:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild,v 1.6 2009/08/05 22:01:05 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils
 
 MY_PV="2006-09-17"
@@ -31,21 +32,24 @@
 
 S=${WORKDIR}/${PN}
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
+src_prepare() {
 	#Fix file named
-	epatch "${FILESDIR}"/filename-friendliness-${PV}.patch
-
 	#Fix level9 compilation
-	epatch "${FILESDIR}"/level9-compilation-fix-${PV}.patch
+	epatch \
+		"${FILESDIR}"/filename-friendliness-${PV}.patch \
+		"${FILESDIR}"/level9-compilation-fix-${PV}.patch
 
 	#Fix gtk+ detection
 	sed -i \
 		-e 's/"pkg-config freetype2 gtk+"/"pkg-config freetype2 gtk+-2.0"/' \
 		Jamrules \
 		|| die "sed failed"
+
+	#Fix getline function name conflict with glibc
+	sed -i \
+		-e "s/getline/${PN}_getline/" \
+		terps/alan3/parse.c terps/alan2/parse.c \
+		|| die "sed failed"
 }
 
 src_compile() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle: ChangeLog gargoyle-20060917-r1.ebuild
@ 2010-08-31 15:38 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; 2+ messages in thread
From: Michele Noberasco (s4t4n) @ 2010-08-31 15:38 UTC (permalink / raw
  To: gentoo-commits

s4t4n       10/08/31 15:38:31

  Modified:             ChangeLog gargoyle-20060917-r1.ebuild
  Log:
  Honour Gentoo LDFLAGS. Closes bug #333653.
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.10                 games-engines/gargoyle/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	5 Aug 2009 22:01:05 -0000	1.9
+++ ChangeLog	31 Aug 2010 15:38:31 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/gargoyle
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.9 2009/08/05 22:01:05 mr_bones_ Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.10 2010/08/31 15:38:31 s4t4n Exp $
+
+  31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> gargoyle-20060917-r1.ebuild:
+  Honour Gentoo LDFLAGS. Closes bug #333653.
 
   05 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org>
   gargoyle-20060917-r1.ebuild:



1.7                  games-engines/gargoyle/gargoyle-20060917-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild?r1=1.6&r2=1.7

Index: gargoyle-20060917-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gargoyle-20060917-r1.ebuild	5 Aug 2009 22:01:05 -0000	1.6
+++ gargoyle-20060917-r1.ebuild	31 Aug 2010 15:38:31 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild,v 1.6 2009/08/05 22:01:05 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild,v 1.7 2010/08/31 15:38:31 s4t4n Exp $
 
 EAPI=2
 inherit eutils
@@ -50,10 +50,17 @@
 		-e "s/getline/${PN}_getline/" \
 		terps/alan3/parse.c terps/alan2/parse.c \
 		|| die "sed failed"
+
+	#Fix LDFLAGS for shared libraries
+	sed -i \
+		-e 's/$(SHRLINKFLAGS) /$(SHRLINKFLAGS) $(LDFLAGS) /' \
+		Jamshared \
+		|| die "sed failed"
 }
 
 src_compile() {
-	jam || die "jam failed"
+	#Compile honouring LDFLAGS for binaries
+	jam LINKFLAGS="${LDFLAGS}" || die "jam failed"
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-31 15:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31 15:38 [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle: ChangeLog gargoyle-20060917-r1.ebuild Michele Noberasco (s4t4n)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-05 22:01 Michael Sterrett (mr_bones_)

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