Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2000 04:26:48 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/18050: Update port: graphics/gqview to 0.8.0
Message-ID:  <200004171126.EAA97372@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         18050
>Category:       ports
>Synopsis:       Update port: graphics/gqview to 0.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 17 04:30:07 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.8.0
- Update MASTER_SITES and WWW: line of pkg/DESCR

New patch:
patches/patch-ac  patches/patch-ad  patches/patch-ae

Remove patch:
patches/patch-aa  patches/patch-ab

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/gqview/Makefile graphics/gqview/Makefile
--- /usr/ports/graphics/gqview/Makefile	Sat Apr 15 00:25:01 2000
+++ graphics/gqview/Makefile	Sat Apr 15 00:29:16 2000
@@ -6,24 +6,22 @@
 #
 
 PORTNAME=	gqview
-PORTVERSION=	0.7.0
+PORTVERSION=	0.8.0
 CATEGORIES=	graphics
-MASTER_SITES=	http://gqview.netpedia.net/ \
-		http://www.geocities.com/SiliconValley/Haven/5235/
-DISTNAME=	${PKGNAME}.src
+MASTER_SITES=	http://download.sourceforge.net/gqview/
 
 MAINTAINER=	nakai@FreeBSD.org
 
-LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
-		Imlib.5:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS=	Imlib.5:${PORTSDIR}/graphics/imlib
 
 GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
 
 USE_X_PREFIX=	yes
-
-WRKSRC=		${WRKDIR}/${PKGNAME}
-ALL_TARGET=	gqview
-MAKE_ENV=	GTK_CONFIG="${GTK_CONFIG}"
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		GTK_CONFIG="${GTK_CONFIG}" \
+		LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS=	--without-gnome --disable-imlibtest --disable-gtktest
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -urN /usr/ports/graphics/gqview/files/md5 graphics/gqview/files/md5
--- /usr/ports/graphics/gqview/files/md5	Sat Jan 22 20:46:27 2000
+++ graphics/gqview/files/md5	Thu Apr 13 03:59:46 2000
@@ -1 +1 @@
-MD5 (gqview-0.7.0.src.tar.gz) = d8adab5af9f0272de3a20bafd21b4350
+MD5 (gqview-0.8.0.tar.gz) = 518b1c56a4acfdef1c717a8ba1bc2701
diff -urN /usr/ports/graphics/gqview/patches/patch-aa graphics/gqview/patches/patch-aa
--- /usr/ports/graphics/gqview/patches/patch-aa	Sat Jan 22 20:46:28 2000
+++ graphics/gqview/patches/patch-aa	Thu Jan  1 09:00:00 1970
@@ -1,29 +0,0 @@
---- Makefile.orig	Sat Jul  3 21:25:34 1999
-+++ Makefile	Sat Jan 15 00:00:00 2000
-@@ -1,13 +1,12 @@
- 
--PREFIX=/usr/local
- 
--GTK_INCLUDE = `gtk-config --cflags`
--GTK_LIB = `gtk-config --libs`
-+GTK_INCLUDE = `${GTK_CONFIG} --cflags`
-+GTK_LIB = `${GTK_CONFIG} --libs`
- IMLIB_INCLUDE = `imlib-config --cflags-gdk`
- IMLIB_LIB = `imlib-config --libs-gdk`
--CFLAGS = $(GTK_INCLUDE) $(IMLIB_INCLUDE)
-+CFLAGS += $(GTK_INCLUDE) $(IMLIB_INCLUDE)
- LDFLAGS = $(GTK_LIB) $(IMLIB_LIB)
--CC = gcc -Wall
-+CC += -Wall
- 
- GNOME_PREFIX = `gnome-config --prefix`
- 
-@@ -25,7 +24,7 @@
- 	$(CC) $(OBJS) -o gqview.static -static $(LDFLAGS)
- 
- install: gqview
--	install -c gqview $(PREFIX)/bin/gqview
-+	${BSD_INSTALL_PROGRAM} gqview $(PREFIX)/bin/gqview
- 
- gnome-install: gqview
- 	install -c gqview $(PREFIX)/bin/gqview
diff -urN /usr/ports/graphics/gqview/patches/patch-ab graphics/gqview/patches/patch-ab
--- /usr/ports/graphics/gqview/patches/patch-ab	Sun Oct 10 12:13:46 1999
+++ graphics/gqview/patches/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- main.c.orig	Sun Oct 10 04:10:48 1999
-+++ main.c	Sun Oct 10 04:10:57 1999
-@@ -354,7 +354,7 @@
- 	editor_command[0] = g_strdup("gimp");
- 
- 	editor_name[1] = g_strdup("Electric Eyes");
--	editor_command[1] = g_strdup("ee");
-+	editor_command[1] = g_strdup("ElectricEyes");
- 
- 	editor_name[2] = g_strdup("XV");
- 	editor_command[2] = g_strdup("xv");
diff -urN /usr/ports/graphics/gqview/patches/patch-ac graphics/gqview/patches/patch-ac
--- /usr/ports/graphics/gqview/patches/patch-ac	Thu Jan  1 09:00:00 1970
+++ graphics/gqview/patches/patch-ac	Thu Apr 13 20:17:52 2000
@@ -0,0 +1,18 @@
+--- Makefile.in.orig	Fri Apr  7 08:12:01 2000
++++ Makefile.in	Thu Apr 13 20:17:41 2000
+@@ -103,11 +103,11 @@
+ 
+ EXTRA_DIST = gqview.desktop gqview.png gqview.spec BUGS ChangeLog
+ 
+-@HAVE_GNOME_TRUE@desktopdir = $(GNOME_DATADIR)/gnome/apps/Graphics
+-@HAVE_GNOME_TRUE@desktop_DATA = gqview.desktop
++#desktopdir = $(GNOME_DATADIR)/gnome/apps/Graphics
++#desktop_DATA = gqview.desktop
+ 
+-@HAVE_GNOME_TRUE@icondir = $(GNOME_DATADIR)/pixmaps
+-@HAVE_GNOME_TRUE@icon_DATA = gqview.png
++#icondir = $(GNOME_DATADIR)/pixmaps
++#icon_DATA = gqview.png
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = config.h
diff -urN /usr/ports/graphics/gqview/patches/patch-ad graphics/gqview/patches/patch-ad
--- /usr/ports/graphics/gqview/patches/patch-ad	Thu Jan  1 09:00:00 1970
+++ graphics/gqview/patches/patch-ad	Thu Apr 13 19:56:36 2000
@@ -0,0 +1,11 @@
+--- po/Makefile.in.in.orig	Sun Dec 26 16:26:37 1999
++++ po/Makefile.in.in	Thu Apr 13 19:56:27 2000
+@@ -18,7 +18,7 @@
+ 
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+-datadir = $(prefix)/@DATADIRNAME@
++datadir = @datadir@
+ localedir = $(datadir)/locale
+ gnulocaledir = $(prefix)/share/locale
+ gettextsrcdir = $(prefix)/share/gettext/po
diff -urN /usr/ports/graphics/gqview/patches/patch-ae graphics/gqview/patches/patch-ae
--- /usr/ports/graphics/gqview/patches/patch-ae	Thu Jan  1 09:00:00 1970
+++ graphics/gqview/patches/patch-ae	Thu Apr 13 04:09:57 2000
@@ -0,0 +1,11 @@
+--- src/main.c.orig	Wed Apr  5 23:24:00 2000
++++ src/main.c	Thu Apr 13 04:09:49 2000
+@@ -370,7 +370,7 @@
+ 	editor_command[0] = g_strdup("gimp");
+ 
+ 	editor_name[1] = g_strdup(_("Electric Eyes"));
+-	editor_command[1] = g_strdup("ee");
++	editor_command[1] = g_strdup("ElectricEyes");
+ 
+ 	editor_name[2] = g_strdup(_("XV"));
+ 	editor_command[2] = g_strdup("xv");
diff -urN /usr/ports/graphics/gqview/pkg/DESCR graphics/gqview/pkg/DESCR
--- /usr/ports/graphics/gqview/pkg/DESCR	Sat May 29 13:21:30 1999
+++ graphics/gqview/pkg/DESCR	Thu Apr 13 04:01:57 2000
@@ -1,6 +1,6 @@
 Another gtk-based graphic file viewer.
 
-WWW: http://gqview.netpedia.net/view-over.html 
+WWW: http://gqview.sourceforge.net/
 
 -Vanilla
 vanilla@FreeBSD.ORG
diff -urN /usr/ports/graphics/gqview/pkg/PLIST graphics/gqview/pkg/PLIST
--- /usr/ports/graphics/gqview/pkg/PLIST	Mon Mar 15 14:59:16 1999
+++ graphics/gqview/pkg/PLIST	Thu Apr 13 20:30:25 2000
@@ -1,3 +1,9 @@
 bin/gqview
 share/doc/gqview/README
+share/locale/de/LC_MESSAGES/gqview.mo
+share/locale/ja/LC_MESSAGES/gqview.mo
+share/locale/pt_BR/LC_MESSAGES/gqview.mo
+share/locale/ru/LC_MESSAGES/gqview.mo
+share/locale/tr/LC_MESSAGES/gqview.mo
+share/locale/zh_TW.Big5/LC_MESSAGES/gqview.mo
 @dirrm share/doc/gqview


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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