Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2001 00:09:50 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31721: Update port: graphics/gqview to 0.12.0
Message-ID:  <200111030809.fA389od51939@freefall.freebsd.org>

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

>Number:         31721
>Category:       ports
>Synopsis:       Update port: graphics/gqview to 0.12.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:   Sat Nov 03 00:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.12.0

Remove file:
files/patch-ae

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/gqview/Makefile graphics/gqview/Makefile
--- /usr/ports/graphics/gqview/Makefile	Sun Jun 17 10:21:29 2001
+++ graphics/gqview/Makefile	Sat Nov  3 16:16:16 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gqview
-PORTVERSION=	0.11.0
+PORTVERSION=	0.12.0
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -22,22 +22,25 @@
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
 
-.if defined(WITH_GNOME)
+MAN1=		gqview.1
+
+.include <bsd.port.pre.mk>
+
+.if defined(HAVE_GNOME)
 USE_GNOME=	yes
 .endif
 
-MAN1=		gqview.1
-
 pre-patch:
-	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
-		 s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+	@${PERL} -pi -e \
+		's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
 	@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
 		's|GNOME_DATADIR\)/gnome/|GNOME_DATADIR\)/|g'
+	@${PERL} -pi -e 's|"ee"|"ElectricEyes"|g' ${WRKSRC}/src/main.c
 
 post-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/gqview
-	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -urN /usr/ports/graphics/gqview/distinfo graphics/gqview/distinfo
--- /usr/ports/graphics/gqview/distinfo	Mon May 21 16:43:25 2001
+++ graphics/gqview/distinfo	Sat Nov  3 08:45:42 2001
@@ -1 +1 @@
-MD5 (gqview-0.11.0.tar.gz) = 13302d9f99e5f591f2bceee06935a603
+MD5 (gqview-0.12.0.tar.gz) = c3734ae72156978e33144cf9245ed178
diff -urN /usr/ports/graphics/gqview/files/patch-ae graphics/gqview/files/patch-ae
--- /usr/ports/graphics/gqview/files/patch-ae	Tue Apr 18 09:24:30 2000
+++ graphics/gqview/files/patch-ae	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- 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-plist graphics/gqview/pkg-plist
--- /usr/ports/graphics/gqview/pkg-plist	Mon May 21 16:43:25 2001
+++ graphics/gqview/pkg-plist	Sat Nov  3 10:05:44 2001
@@ -4,10 +4,13 @@
 %%GNOME:%%share/gnome/pixmaps/gqview.png
 share/locale/de/LC_MESSAGES/gqview.mo
 share/locale/es/LC_MESSAGES/gqview.mo
+share/locale/et/LC_MESSAGES/gqview.mo
+share/locale/fi/LC_MESSAGES/gqview.mo
 share/locale/fr/LC_MESSAGES/gqview.mo
 share/locale/hu/LC_MESSAGES/gqview.mo
 share/locale/it/LC_MESSAGES/gqview.mo
 share/locale/ja/LC_MESSAGES/gqview.mo
+share/locale/nl/LC_MESSAGES/gqview.mo
 share/locale/pl/LC_MESSAGES/gqview.mo
 share/locale/pt_BR/LC_MESSAGES/gqview.mo
 share/locale/ru/LC_MESSAGES/gqview.mo

>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?200111030809.fA389od51939>