From swills@mouf.net  Mon Dec  9 16:14:13 2013
Return-Path: <swills@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 8B22BD61
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Dec 2013 16:14:13 +0000 (UTC)
Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 4EA361766
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Dec 2013 16:14:13 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-107-015-170-205.nc.res.rr.com [107.15.170.205])
	by mouf.net (8.14.5/8.14.5) with ESMTP id rB9GE3GQ014997
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Mon, 9 Dec 2013 16:14:09 GMT
	(envelope-from swills@meatwad.mouf.net)
Received: (from swills@localhost)
	by meatwad.mouf.net (8.14.7/8.14.5/Submit) id rB9GDxum027544;
	Mon, 9 Dec 2013 16:13:59 GMT
	(envelope-from swills)
Message-Id: <201312091613.rB9GDxum027544@meatwad.mouf.net>
Date: Mon, 9 Dec 2013 16:13:59 GMT
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jmohacsi@bsd.hu
Subject: [PATCH] graphics/gpicview: Fix build on HEAD
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jmohacsi@bsd.hu

>Number:         184634
>Category:       ports
>Synopsis:       [PATCH] graphics/gpicview: Fix build on HEAD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marino
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 09 16:20:00 UTC 2013
>Closed-Date:    Sun Jan 19 16:40:26 UTC 2014
>Last-Modified:  Sun Jan 19 16:40:26 UTC 2014
>Originator:     Steve Wills
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r257562M: Sun Nov  3 02:13:41
>Description:
- Fix build on head

Port maintainer (jmohacsi@bsd.hu) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- gpicview-0.2.4.patch begins here ---
Index: files/patch-src__main-win.c
===================================================================
--- files/patch-src__main-win.c	(revision 0)
+++ files/patch-src__main-win.c	(working copy)
@@ -0,0 +1,11 @@
+--- ./src/main-win.c.orig	2013-12-08 21:46:17.239667539 +0000
++++ ./src/main-win.c	2013-12-08 21:52:52.117640308 +0000
+@@ -378,7 +378,7 @@
+         image_list_sort_by_name( mw->img_list, GTK_SORT_DESCENDING );
+         if (image_list_get_first(mw->img_list))
+             main_win_open(mw, image_list_get_current_file_path(mw->img_list), zoom);
+-        return;
++        return TRUE;
+     }
+ 
+ 

Property changes on: files/patch-src__main-win.c
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
--- gpicview-0.2.4.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Dec 9 16:20:08 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184634 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jmohacsi@bsd.hu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/184634: [PATCH] graphics/gpicview: Fix build on HEAD
Date: Mon, 9 Dec 2013 16:20:07 UT

 Maintainer of graphics/gpicview,
 
 Please note that PR ports/184634 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184634
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->marino 
Responsible-Changed-By: marino 
Responsible-Changed-When: Sun Jan 19 15:31:51 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184634 
State-Changed-From-To: feedback->closed 
State-Changed-By: marino 
State-Changed-When: Sun Jan 19 16:40:25 UTC 2014 
State-Changed-Why:  
Already fixed (duped by 5 PRs!) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184634 
>Unformatted:
