Date: Sat, 28 Dec 2013 23:30:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/184709: commit references a PR Message-ID: <201312282330.rBSNU1wm059892@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/184709; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184709: commit references a PR Date: Sat, 28 Dec 2013 23:24:43 +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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312282330.rBSNU1wm059892>