From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 2 23:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 180661065673 for ; Wed, 2 Apr 2008 23:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E78E58FC21 for ; Wed, 2 Apr 2008 23:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m32No1Wa012318 for ; Wed, 2 Apr 2008 23:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m32No1Jf012317; Wed, 2 Apr 2008 23:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 2 Apr 2008 23:50:01 GMT Resent-Message-Id: <200804022350.m32No1Jf012317@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Tournoij Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13E76106566B for ; Wed, 2 Apr 2008 23:44:09 +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 7331D8FC21 for ; Wed, 2 Apr 2008 23:44:08 +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 m32NiB5g001847 for ; Thu, 3 Apr 2008 01:44:12 +0200 (CEST) (envelope-from carpetsmoker@phong.rwxrwxrwx.net) Received: (from carpetsmoker@localhost) by phong.rwxrwxrwx.net (8.14.2/8.14.2/Submit) id m32NiBaK001846; Thu, 3 Apr 2008 01:44:11 +0200 (CEST) (envelope-from carpetsmoker) Message-Id: <200804022344.m32NiBaK001846@phong.rwxrwxrwx.net> Date: Thu, 3 Apr 2008 01:44:11 +0200 (CEST) From: Martin Tournoij To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/122392: [PATCH] graphics/gqview Fix desktop entry X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Tournoij List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 23:50:02 -0000 >Number: 122392 >Category: ports >Synopsis: [PATCH] graphics/gqview Fix desktop entry >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 02 23:50:01 UTC 2008 >Closed-Date: >Last-Modified: >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.diff begins here --- diff -urN --exclude CVS --exclude PBI /ports/graphics/gqview/Makefile gqview/Makefile --- /ports/graphics/gqview/Makefile 2007-11-04 03:37:19.000000000 +0100 +++ gqview/Makefile 2008-04-03 01:37:28.000000000 +0200 @@ -7,7 +7,7 @@ PORTNAME= gqview PORTVERSION= 2.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -44,6 +44,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: ${INSTALL_DATA} ${WRKSRC}/gqview.desktop ${PREFIX}/share/gnome/apps/Graphics --- gqview.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: