public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tristan Heaven (nyhm)" <nyhm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/scorched3d: ChangeLog scorched3d-41.3-r1.ebuild
Date: Wed, 30 Apr 2008 15:13:34 +0000	[thread overview]
Message-ID: <E1JrDzy-0002d7-5A@stork.gentoo.org> (raw)

nyhm        08/04/30 15:13:34

  Modified:             ChangeLog scorched3d-41.3-r1.ebuild
  Log:
  Patch to fix building with gcc-4.3 from Peter Alfredsen, bug #219502
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.52                 games-strategy/scorched3d/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	18 Mar 2008 01:05:59 -0000	1.51
+++ ChangeLog	30 Apr 2008 15:13:33 -0000	1.52
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/scorched3d
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/ChangeLog,v 1.51 2008/03/18 01:05:59 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/ChangeLog,v 1.52 2008/04/30 15:13:33 nyhm Exp $
+
+  30 Apr 2008; Tristan Heaven <nyhm@gentoo.org>
+  +files/scorched3d-41.3-gcc43.patch, scorched3d-41.3-r1.ebuild:
+  Patch to fix building with gcc-4.3 from Peter Alfredsen, bug #219502
 
 *scorched3d-41.3-r1 (18 Mar 2008)
 



1.2                  games-strategy/scorched3d/scorched3d-41.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/scorched3d-41.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/scorched3d-41.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/scorched3d/scorched3d-41.3-r1.ebuild?r1=1.1&r2=1.2

Index: scorched3d-41.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/scorched3d-41.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scorched3d-41.3-r1.ebuild	18 Mar 2008 01:05:59 -0000	1.1
+++ scorched3d-41.3-r1.ebuild	30 Apr 2008 15:13:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/scorched3d-41.3-r1.ebuild,v 1.1 2008/03/18 01:05:59 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/scorched3d-41.3-r1.ebuild,v 1.2 2008/04/30 15:13:33 nyhm Exp $
 
 inherit eutils wxwidgets games
 
@@ -39,6 +39,12 @@
 	fi
 }
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/${P}-gcc43.patch
+}
+
 src_compile() {
 	egamesconf \
 		--disable-dependency-tracking \
@@ -48,6 +54,7 @@
 		--datadir="${GAMES_DATADIR}/${PN}" \
 		--with-docdir="/usr/share/doc/${PF}" \
 		--with-wx-config="${WX_CONFIG}" \
+		--without-pgsql \
 		$(use_with mysql) \
 		$(use_enable dedicated serveronly) \
 		|| die



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-04-30 15:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-30 15:13 Tristan Heaven (nyhm) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-12-15 20:15 [gentoo-commits] gentoo-x86 commit in games-strategy/scorched3d: ChangeLog scorched3d-41.3-r1.ebuild Tristan Heaven (nyhm)
2008-08-31 15:40 Brent Baude (ranger)
2008-08-31 13:03 Markus Meier (maekke)
2008-06-02  9:42 Alfredo Tupone (tupone)
2008-05-29 11:47 Tristan Heaven (nyhm)
2008-05-27 17:35 Markus Rothe (corsair)
2008-03-18  1:06 Tristan Heaven (nyhm)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JrDzy-0002d7-5A@stork.gentoo.org \
    --to=nyhm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox