From carpetsmoker@phong.rwxrwxrwx.net  Wed Apr  2 23:44:08 2008
Return-Path: <carpetsmoker@phong.rwxrwxrwx.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 364A0106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Apr 2008 23:44:08 +0000 (UTC)
	(envelope-from carpetsmoker@phong.rwxrwxrwx.net)
Received: from phong.rwxrwxrwx.net (rwxrwxrwx.net [82.93.23.199])
	by mx1.freebsd.org (Postfix) with ESMTP id 9CBEA8FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Apr 2008 23:44:07 +0000 (UTC)
	(envelope-from carpetsmoker@phong.rwxrwxrwx.net)
Received: from phong.rwxrwxrwx.net (localhost [127.0.0.1])
	by phong.rwxrwxrwx.net (8.14.2/8.14.2) with ESMTP id m32Ni9L8001816
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 3 Apr 2008 01:44:10 +0200 (CEST)
	(envelope-from carpetsmoker@phong.rwxrwxrwx.net)
Received: (from carpetsmoker@localhost)
	by phong.rwxrwxrwx.net (8.14.2/8.14.2/Submit) id m32Ni9dG001815;
	Thu, 3 Apr 2008 01:44:09 +0200 (CEST)
	(envelope-from carpetsmoker)
Message-Id: <200804022344.m32Ni9dG001815@phong.rwxrwxrwx.net>
Date: Thu, 3 Apr 2008 01:44:09 +0200 (CEST)
From: Martin Tournoij <carpetsmoker@xs4all.nl>
Reply-To: Martin Tournoij <carpetsmoker@xs4all.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] graphics/gqview-devel Fix desktop entry
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         122391
>Category:       ports
>Synopsis:       [PATCH] graphics/gqview-devel Fix desktop entry
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    oliver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 02 23:50:01 UTC 2008
>Closed-Date:    Mon May 05 18:05:47 UTC 2008
>Last-Modified:  Mon May  5 18:10:02 UTC 2008
>Originator:     Martin Tournoij
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD phong.rwxrwxrwx.net 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Mar 21 20:18:47 CET 2008     carpetsmoker@phong.rwxrwxrwx.net:/usr/obj/usr/src/sys/PHONG  i386

>Description:
This patch removes the -f flag from the desktop entry, which seems to 
cause problems, see:
http://www.freebsdforums.org/forums/showthread.php?t=57531

I would submit this to the gqview devs, but the project has been
inactive for 2 years and the sole author/maintainer is MIA.

>How-To-Repeat:

>Fix:

--- gqview-devel.diff begins here ---
diff -urN --exclude CVS --exclude PBI /ports/graphics/gqview-devel/Makefile gqview-devel/Makefile
--- /ports/graphics/gqview-devel/Makefile	2007-11-04 03:37:19.000000000 +0100
+++ gqview-devel/Makefile	2008-04-03 01:37:37.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	gqview
 PORTVERSION=	2.1.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -33,6 +33,8 @@
 	@${REINPLACE_CMD} -e \
 		's|$$(datadir)/doc/gqview-$$(VERSION)/html|${DOCSDIR}/html|g' \
 		${WRKSRC}/doc/Makefile.in
+	@${REINPLACE_CMD} -e 's| -r %F||' \
+		${WRKSRC}/gqview.desktop
 
 post-install:
 	${MKDIR} ${PREFIX}/share/gnome/apps/Graphics
--- gqview-devel.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->oliver 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 2 23:50:08 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122391 
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Mon May 5 18:05:27 UTC 2008 
State-Changed-Why:  
sorry for the long delay - it is now committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122391 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122391: commit references a PR
Date: Mon,  5 May 2008 18:05:06 +0000 (UTC)

 oliver      2008-05-05 18:05:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/gqview-devel Makefile 
   Log:
   Fix desktop entry
   
   PR:             ports/122391
   Submitted by:   Martin Tournoij <carpetsmoker@xs4all.nl>
   
   Revision  Changes    Path
   1.27      +3 -2      ports/graphics/gqview-devel/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
 
