Skip site navigation (1)Skip section navigation (2)
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:   ports/184727: [PATCH] graphics/gpicview: [SUMMARIZE CHANGES]
Message-ID:  <201312121730.rBCHUuEW033902@acer.localdomain>
Resent-Message-ID: <201312121800.rBCI0jb4005228@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184727
>Category:       ports
>Synopsis:       [PATCH] graphics/gpicview: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 12 18:00:23 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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