From owner-svn-ports-head@FreeBSD.ORG Thu Dec 19 20:04:38 2013 Return-Path: Delivered-To: svn-ports-head@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 D4D0928F; Thu, 19 Dec 2013 20:04:38 +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 A6ED613E0; Thu, 19 Dec 2013 20:04:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJK4cV7084008; Thu, 19 Dec 2013 20:04:38 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBJK4cHY084005; Thu, 19 Dec 2013 20:04:38 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201312192004.rBJK4cHY084005@svn.freebsd.org> From: Pawel Pekala Date: Thu, 19 Dec 2013 20:04:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336955 - in head/graphics/gimmage: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 20:04:38 -0000 Author: pawel Date: Thu Dec 19 20:04:37 2013 New Revision: 336955 URL: http://svnweb.freebsd.org/changeset/ports/336955 Log: - Fix build with clang - Support desktop-file-utils - Port supports staging PR: ports/184832 Submitted by: KATO Tsuguru Modified: head/graphics/gimmage/Makefile head/graphics/gimmage/files/patch-src__FileManager.cpp (contents, props changed) head/graphics/gimmage/pkg-descr (contents, props changed) Modified: head/graphics/gimmage/Makefile ============================================================================== --- head/graphics/gimmage/Makefile Thu Dec 19 20:02:37 2013 (r336954) +++ head/graphics/gimmage/Makefile Thu Dec 19 20:04:37 2013 (r336955) @@ -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: head/graphics/gimmage/files/patch-src__FileManager.cpp ============================================================================== --- head/graphics/gimmage/files/patch-src__FileManager.cpp Thu Dec 19 20:02:37 2013 (r336954) +++ head/graphics/gimmage/files/patch-src__FileManager.cpp Thu Dec 19 20:04:37 2013 (r336955) @@ -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: head/graphics/gimmage/pkg-descr ============================================================================== --- head/graphics/gimmage/pkg-descr Thu Dec 19 20:02:37 2013 (r336954) +++ head/graphics/gimmage/pkg-descr Thu Dec 19 20:04:37 2013 (r336955) @@ -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/