Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2013 20:04:38 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336955 - in head/graphics/gimmage: . files
Message-ID:  <201312192004.rBJK4cHY084005@svn.freebsd.org>

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

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

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

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/



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