Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 08:06:28 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
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
Message-ID:  <201312200806.rBK86SmY048146@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tkato432@yahoo.com>

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 <bsd.port.mk>

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 <libintl.h>
+-// #include <unistd.h>
++#include <unistd.h>
+ #include <sys/stat.h>
+ }

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/



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