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

(-)/home/samy/gqview-devel/Makefile (-9 / +10 lines)
Lines 6-23 Link Here
6
# $FreeBSD: ports/graphics/gqview-devel/Makefile,v 1.1 2003/06/17 14:27:16 daichi Exp $
6
# $FreeBSD: ports/graphics/gqview-devel/Makefile,v 1.1 2003/06/17 14:27:16 daichi Exp $
7
#
7
#
8
8
9
PORTNAME=	gqview
9
PORTNAME=		gqview
10
PORTVERSION= 1.3.1
10
PORTVERSION=		1.3.2
11
CATEGORIES=	graphics
11
CATEGORIES=		graphics
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
PKGNAMESUFFIX= -devel
14
PKGNAMESUFFIX=		-devel
15
15
16
MAINTAINER= cthulhu@cthulhu.ru
16
MAINTAINER=	cthulhu@cthulhu.ru
17
COMMENT= Another gtk2-based graphic file viewer
17
COMMENT=	Another gtk2-based graphic file viewer
18
18
19
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
19
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
20
			gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
20
21
USE_GNOME=	gtk20
21
22
22
USE_X_PREFIX=	yes
23
USE_X_PREFIX=	yes
23
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
(-)/home/samy/gqview-devel/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gqview-1.3.1.tar.gz) = 339e64d5454c8e831887f05983e184e6
1
MD5 (gqview-1.3.2.tar.gz) = 0f2ce36475b2cdc8013545f5e3268034
(-)/home/samy/gqview-devel/files/patch-aa (-12 lines)
Lines 1-12 Link Here
1
*** src/exif.c.orig	Wed Mar  5 20:01:10 2003
2
--- src/exif.c	Wed Mar  5 20:01:27 2003
3
***************
4
*** 23,29 ****
5
  */
6
  
7
  #include <stdio.h>
8
- #include <stdint.h>
9
  #include <string.h>
10
  #include <fcntl.h>
11
  #include <unistd.h>
12
--- 23,28 ----
(-)/home/samy/gqview-devel/files/patch-src::ui_fileops.h (+11 lines)
Line 0 Link Here
1
--- src/ui_fileops.h	Fri Apr 26 05:27:46 2002
2
+++ src/ui_fileops.h.patch	Wed Oct 15 07:02:45 2003
3
@@ -13,6 +13,8 @@
4
 #ifndef UI_FILEOPS_H
5
 #define UI_FILEOPS_H
6
 
7
+#include <time.h>
8
+
9
 const gchar *homedir(void);
10
 gint isname(const gchar *s);
11
 gint isfile(const gchar *s);

Return to bug 58246