From hsn@sendmail.cz  Thu Dec 12 17:51:30 2013
Return-Path: <hsn@sendmail.cz>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id D89E13F7
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Dec 2013 17:51:30 +0000 (UTC)
Received: from ponto.amerinoc.com (ponto.amerinoc.com [64.6.108.239])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 9BF6417B2
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Dec 2013 17:51:29 +0000 (UTC)
Received: from fbsd9.localdomain (205.83.broadband7.iol.cz [88.102.83.205])
	(authenticated bits=128)
	by ponto.amerinoc.com (8.14.7/8.14.7) with ESMTP id rBCHV178070346
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
	Thu, 12 Dec 2013 18:31:10 +0100 (CET)
	(envelope-from hsn@sendmail.cz)
Received: from acer.localdomain ([10.0.0.2])
	by fbsd9.localdomain (8.14.7/8.14.7) with ESMTP id rBCHUW2D041452;
	Thu, 12 Dec 2013 18:30:55 +0100 (CET)
	(envelope-from hsn@sendmail.cz)
Received: from acer.localdomain (localhost [127.0.0.1])
	by acer.localdomain (8.14.7/8.14.7) with ESMTP id rBCHUuTA033903
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
	Thu, 12 Dec 2013 18:30:56 +0100 (CET)
	(envelope-from hsn@acer.localdomain)
Received: (from hsn@localhost)
	by acer.localdomain (8.14.7/8.14.7/Submit) id rBCHUuEW033902;
	Thu, 12 Dec 2013 18:30:56 +0100 (CET)
	(envelope-from hsn)
Message-Id: <201312121730.rBCHUuEW033902@acer.localdomain>
Date: Thu, 12 Dec 2013 18:30:56 +0100 (CET)
From: RK <hsn@sendmail.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jmohacsi@bsd.hu
Subject: [PATCH] graphics/gpicview: [SUMMARIZE CHANGES]
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jmohacsi@bsd.hu

>Number:         184727
>Category:       ports
>Synopsis:       [PATCH] graphics/gpicview: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 12 18:00:23 UTC 2013
>Closed-Date:    Sat Dec 28 23:25:59 UTC 2013
>Last-Modified:  Sat Dec 28 23:30:01 UTC 2013
>Originator:     RK
>Release:        FreeBSD 10.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD acer.localdomain 10.0-RC1 FreeBSD 10.0-RC1 #0 r259068: Sat Dec  7 21:12:15
>Description:
remove error with clang
fixes ports/184709

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

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

--- gpicview-0.2.4_1.patch begins here ---
diff -ruN /usr/ports/graphics/gpicview/Makefile ./Makefile
--- /usr/ports/graphics/gpicview/Makefile	2013-12-02 17:39:13.000000000 +0100
+++ ./Makefile	2013-12-12 18:28:03.000000000 +0100
@@ -3,6 +3,7 @@
 
 PORTNAME=	gpicview
 PORTVERSION=	0.2.4
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/lxde/GPicView%20%28image%20Viewer%29/GpicView%20${PORTVERSION}/
 
diff -ruN /usr/ports/graphics/gpicview/files/patch-main-win.c ./files/patch-main-win.c
--- /usr/ports/graphics/gpicview/files/patch-main-win.c	1970-01-01 01:00:00.000000000 +0100
+++ ./files/patch-main-win.c	2013-12-12 18:27:17.000000000 +0100
@@ -0,0 +1,11 @@
+--- src/main-win.c.orig	2013-10-23 10:42:02.000000000 +0200
++++ src/main-win.c	2013-12-12 18:26:14.000000000 +0100
+@@ -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;
+     }
+ 
+ 
--- gpicview-0.2.4_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Dec 12 18:01:04 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jmohacsi@bsd.hu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/184727: [PATCH] graphics/gpicview: [SUMMARIZE CHANGES]
Date: Thu, 12 Dec 2013 18:01:03 UT

 Maintainer of graphics/gpicview,
 
 Please note that PR ports/184727 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/184727
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: rakuco 
State-Changed-When: Sat Dec 28 23:25:48 UTC 2013 
State-Changed-Why:  
Committed, thanks. I didn't bump PORTREVISION because no existing 
package needs to be rebuilt. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184727: commit references a PR
Date: Sat, 28 Dec 2013 23:24:44 +0000 (UTC)

 Author: rakuco
 Date: Sat Dec 28 23:24:36 2013
 New Revision: 337928
 URL: http://svnweb.freebsd.org/changeset/ports/337928
 
 Log:
   Fix the build with clang.
   
   PR:		ports/184709
   PR:		ports/184727
   Submitted by:	Radim Kolar <hsn@sendmail.cz>
   Approved by:	maintainer timeout (17 days)
 
 Added:
   head/graphics/gpicview/files/
   head/graphics/gpicview/files/patch-main-win.c   (contents, props changed)
 
 Added: head/graphics/gpicview/files/patch-main-win.c
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/graphics/gpicview/files/patch-main-win.c	Sat Dec 28 23:24:36 2013	(r337928)
 @@ -0,0 +1,11 @@
 +--- src/main-win.c.orig	2013-10-23 10:42:02.000000000 +0200
 ++++ src/main-win.c	2013-12-12 18:26:14.000000000 +0100
 +@@ -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;
 +     }
 + 
 + 
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
