Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2012 21:20:42 -0700
From:      Cy Schubert <Cy.Schubert@komquats.com>
To:        gnome@freebsd.org
Subject:   gnome-terminal Bug 646317
Message-ID:  <201203240420.q2O4KgYC049011@slippy.cwsent.com>

next in thread | raw e-mail | index | archive | help
Gnome bugzilla bug 646317 (https://bugzilla.gnome.org/show_bug.cgi?id=646317
) addresses a bug in gnome-terminal in which it returns an invalid exit 
status causing some environments (e.g. e17) to complain 
(http://trac.enlightenment.org/e/ticket/823). Would anyone mind if I 
committed the following patch, obtained from https://bugzilla.gnome.org/show
_bug.cgi?id=646317,  to gnome-terminal?

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/gnome-terminal/Makefile,v
retrieving revision 1.72
diff -u -r1.72 Makefile
--- Makefile	23 Sep 2011 22:26:11 -0000	1.72
+++ Makefile	24 Mar 2012 04:12:38 -0000
@@ -8,6 +8,7 @@
 
 PORTNAME=	gnome-terminal
 PORTVERSION=	2.32.1
+PORTREVISION=	1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
Index: files/patch-src-terminal.c
===================================================================
RCS file: files/patch-src-terminal.c
diff -N files/patch-src-terminal.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src-terminal.c	24 Mar 2012 04:12:38 -0000
@@ -0,0 +1,11 @@
+--- src/terminal.c.orig	2010-11-10 10:47:14.000000000 -0800
++++ src/terminal.c	2012-03-23 21:10:08.520503912 -0700
+@@ -579,7 +579,7 @@
+     data = g_new (OwnData, 1);
+     data->factory_name = get_factory_name_for_display (display_name);
+     data->options = options;
+-    data->exit_code = -1;
++    data->exit_code = EXIT_SUCCESS;
+     data->argv = argv_copy;
+     data->argc = argc_copy;
+ 



-- 
Cheers,
Cy Schubert <Cy.Schubert@komquats.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203240420.q2O4KgYC049011>