View | Details | Raw Unified | Return to bug 184832
Collapse All | Expand All

(-)graphics/gimmage/Makefile (-6 / +5 lines)
Lines 3-21 Link Here
3
3
4
PORTNAME=	gimmage
4
PORTNAME=	gimmage
5
PORTVERSION=	0.2.3
5
PORTVERSION=	0.2.3
6
PORTREVISION=	9
6
PORTREVISION=	10
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	BERLIOS CENKES
8
MASTER_SITES=	BERLIOS CENKES
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Simple image viewer
11
COMMENT=	Simple image viewer
12
12
13
LIB_DEPENDS=	libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \
13
LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
14
		libcurl.so:${PORTSDIR}/ftp/curl
15
14
16
USES=		gettext pkgconfig
15
USES=		desktop-file-utils gettext pkgconfig
16
USE_GNOME=	gtkmm24
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS+=	--with-libintl-prefix=${LOCALBASE}
18
CONFIGURE_ARGS=	--with-libintl-prefix=${LOCALBASE}
19
19
20
NO_STAGE=	yes
21
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)graphics/gimmage/files/patch-src__FileManager.cpp (-1 / +8 lines)
Lines 1-6 Link Here
1
--- ./src/FileManager.cpp.orig	2007-07-20 23:42:55.000000000 +0400
1
--- ./src/FileManager.cpp.orig	2007-07-20 23:42:55.000000000 +0400
2
+++ ./src/FileManager.cpp	2007-07-20 23:43:03.000000000 +0400
2
+++ ./src/FileManager.cpp	2007-07-20 23:43:03.000000000 +0400
3
@@ -23,6 +23,7 @@
3
@@ -23,12 +23,13 @@
4
 
4
 
5
 #include "FileManager.h"
5
 #include "FileManager.h"
6
 #include "defines.h"
6
 #include "defines.h"
Lines 8-10 Link Here
8
 
8
 
9
 #include "../config.h"
9
 #include "../config.h"
10
 
10
 
11
 extern "C" {
12
 #include <libintl.h>
13
-// #include <unistd.h>
14
+#include <unistd.h>
15
 #include <sys/stat.h>
16
 }
17

Return to bug 184832