Skip site navigation (1)Skip section navigation (2)
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:   ports/184634: [PATCH] graphics/gpicview: Fix build on HEAD
Message-ID:  <201312091613.rB9GDxum027544@meatwad.mouf.net>
Resent-Message-ID: <201312091620.rB9GK0bA044097@freefall.freebsd.org>

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

>Number:         184634
>Category:       ports
>Synopsis:       [PATCH] graphics/gpicview: Fix build on HEAD
>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:   Mon Dec 09 16:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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