From owner-svn-ports-branches@FreeBSD.ORG Fri Dec 20 08:06:29 2013 Return-Path: Delivered-To: svn-ports-branches@freebsd.org 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 3AE2DA6A; Fri, 20 Dec 2013 08:06:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 0CBB018FE; Fri, 20 Dec 2013 08:06:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBK86S3R048149; Fri, 20 Dec 2013 08:06:28 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBK86SmY048146; Fri, 20 Dec 2013 08:06:28 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312200806.rBK86SmY048146@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 20 Dec 2013 08:06:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r336986 - in branches/2014Q1/graphics/gimmage: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 08:06:29 -0000 Author: bapt Date: Fri Dec 20 08:06:28 2013 New Revision: 336986 URL: http://svnweb.freebsd.org/changeset/ports/336986 Log: MFH: r336955 - Fix build with clang - Support desktop-file-utils - Port supports staging PR: ports/184832 Submitted by: KATO Tsuguru Modified: branches/2014Q1/graphics/gimmage/Makefile branches/2014Q1/graphics/gimmage/files/patch-src__FileManager.cpp (contents, props changed) branches/2014Q1/graphics/gimmage/pkg-descr (contents, props changed) Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/graphics/gimmage/Makefile ============================================================================== --- branches/2014Q1/graphics/gimmage/Makefile Fri Dec 20 08:04:50 2013 (r336985) +++ branches/2014Q1/graphics/gimmage/Makefile Fri Dec 20 08:06:28 2013 (r336986) @@ -3,19 +3,18 @@ PORTNAME= gimmage PORTVERSION= 0.2.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= BERLIOS CENKES MAINTAINER= ports@FreeBSD.org COMMENT= Simple image viewer -LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ - libcurl.so:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -USES= gettext pkgconfig +USES= desktop-file-utils gettext pkgconfig +USE_GNOME= gtkmm24 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} +CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} -NO_STAGE= yes .include Modified: branches/2014Q1/graphics/gimmage/files/patch-src__FileManager.cpp ============================================================================== --- branches/2014Q1/graphics/gimmage/files/patch-src__FileManager.cpp Fri Dec 20 08:04:50 2013 (r336985) +++ branches/2014Q1/graphics/gimmage/files/patch-src__FileManager.cpp Fri Dec 20 08:06:28 2013 (r336986) @@ -1,6 +1,6 @@ --- ./src/FileManager.cpp.orig 2007-07-20 23:42:55.000000000 +0400 +++ ./src/FileManager.cpp 2007-07-20 23:43:03.000000000 +0400 -@@ -23,6 +23,7 @@ +@@ -23,12 +23,13 @@ #include "FileManager.h" #include "defines.h" @@ -8,3 +8,9 @@ #include "../config.h" + extern "C" { + #include +-// #include ++#include + #include + } Modified: branches/2014Q1/graphics/gimmage/pkg-descr ============================================================================== --- branches/2014Q1/graphics/gimmage/pkg-descr Fri Dec 20 08:04:50 2013 (r336985) +++ branches/2014Q1/graphics/gimmage/pkg-descr Fri Dec 20 08:06:28 2013 (r336986) @@ -6,5 +6,4 @@ has an in-application file browser that drag images and directories into the image viewing area in order to have them displayed. -Author: Bartek Kostrzewa WWW: http://gimmage.berlios.de/