public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeremy Olexa (darkside)" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/synergy: ChangeLog synergy-1.3.1.ebuild
Date: Fri, 23 Oct 2009 20:47:16 +0000	[thread overview]
Message-ID: <E1N1R2a-0000s0-HC@stork.gentoo.org> (raw)

darkside    09/10/23 20:47:16

  Modified:             ChangeLog synergy-1.3.1.ebuild
  Log:
  add --disable-debug because debugging exposes an assertion error in switchInDirection()
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.59                 x11-misc/synergy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/synergy/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	15 May 2009 08:00:10 -0000	1.58
+++ ChangeLog	23 Oct 2009 20:47:16 -0000	1.59
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/synergy
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.58 2009/05/15 08:00:10 solar Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.59 2009/10/23 20:47:16 darkside Exp $
+
+  23 Oct 2009; Jeremy Olexa <darkside@gentoo.org> synergy-1.3.1.ebuild:
+  add --disable-debug because debugging exposes an assertion error in
+  switchInDirection()
 
   15 May 2009; <solar@gentoo.org> synergy-1.3.1.ebuild:
   - keyword ~arm



1.14                 x11-misc/synergy/synergy-1.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/synergy/synergy-1.3.1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/synergy/synergy-1.3.1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/synergy/synergy-1.3.1.ebuild?r1=1.13&r2=1.14

Index: synergy-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.3.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- synergy-1.3.1.ebuild	15 May 2009 08:00:10 -0000	1.13
+++ synergy-1.3.1.ebuild	23 Oct 2009 20:47:16 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.3.1.ebuild,v 1.13 2009/05/15 08:00:10 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.3.1.ebuild,v 1.14 2009/10/23 20:47:16 darkside Exp $
 
 inherit eutils autotools
 
@@ -36,8 +36,10 @@
 }
 
 src_compile() {
+	# debug causes an assertion error in switchInDirection()
 	econf --sysconfdir=/etc \
-		--disable-dependency-tracking || die
+		--disable-dependency-tracking \
+		--disable-debug
 	emake || die
 }
 






             reply	other threads:[~2009-10-23 20:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-23 20:47 Jeremy Olexa (darkside) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-07 16:06 [gentoo-commits] gentoo-x86 commit in x11-misc/synergy: ChangeLog synergy-1.3.1.ebuild Jeremy Olexa (darkside)
2009-05-15  8:00 Ned Ludd (solar)
2008-04-21 13:39 Diego Petteno (flameeyes)
2008-02-24 17:59 Diego Petteno (flameeyes)
2007-12-26  8:21 Samuli Suominen (drac)
2007-12-24 19:26 Brent Baude (ranger)
2007-12-22 10:13 Tobias Scherbaum (dertobi123)
2007-12-20 15:45 Raul Porcel (armin76)
2007-12-19  2:12 Jurek Bartuszek (jurek)
2007-12-18 20:50 Ferris McCormick (fmccor)
2007-11-28  9:45 Markus Rothe (corsair)

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=E1N1R2a-0000s0-HC@stork.gentoo.org \
    --to=darkside@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