NetBSD Problem Report #45642

From www@NetBSD.org  Tue Nov 22 16:32:08 2011
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id A9E8163D6E1
	for <gnats-bugs@gnats.NetBSD.org>; Tue, 22 Nov 2011 16:32:08 +0000 (UTC)
Message-Id: <20111122163207.86B2963C3D5@www.NetBSD.org>
Date: Tue, 22 Nov 2011 16:32:07 +0000 (UTC)
From: noud4@home.nl
Reply-To: noud4@home.nl
To: gnats-bugs@NetBSD.org
Subject: gxine.desktop
X-Send-Pr-Version: www-1.0

>Number:         45642
>Category:       pkg
>Synopsis:       gxine.desktop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 22 16:35:00 +0000 2011
>Closed-Date:    Thu May 25 04:23:33 +0000 2017
>Last-Modified:  Thu May 25 04:23:33 +0000 2017
>Originator:     B.ICT A.P. deBROUWER Jr.
>Release:        5.99.56
>Organization:
-none-
>Environment:
NetBSD 10.0.2.17 5.99.56 NetBSD 5.99.56 (MONOLITHIC) #0: Sun Oct  2 11:57:40 UTC 2011  builds@b7.netbsd.org:/home/builds/ab/HEAD/i386/201110020540Z-obj/home/builds/ab/HEAD/src/sys/arch/i386/compile/MONOLITHIC i386

>Description:
after having gxine installed i have this a lot:

Could not parse file '/usr/pkg/share/applications/gxine.desktop': Key file contains line 'x-content/video-svcd' which is not a key-value pair, group, or comment
>How-To-Repeat:
cd multimedia/gxine && make install;make deinstall
>Fix:
$NetBSD$

http://sourceforge.net/mailarchive/message.php?msg_id=24950649

--- Makefile.in.orig	2011-11-22 16:09:28.000000000 +0000
+++ Makefile.in	2011-11-22 16:14:36.000000000 +0000
@@ -887,11 +887,14 @@
 	$(MAKE) -C $(top_builddir)/misc/po update-po

 @XINE_LIST_TRUE@gxine.desktop: gxine.desktop.in @XINE_LIST@
-@XINE_LIST_TRUE@	exec > $@; $(XINE_MIME_PROCESS) $<; @XINE_LIST@; cat $(srcdir)/mime.extra
-@XINE_LIST_FALSE@gxine.desktop: gxine.desktop.in $(MIME)
+@XINE_LIST_TRUE@	exec > $@; \
+@XINE_LIST_TRUE@	cat $<; \
+@XINE_LIST_TRUE@	@XINE_LIST@; \
+@XINE_LIST_TRUE@	awk '{ printf "%s;", $$1 }' <$(srcdir)/mime.extra
+@XINE_LIST_FALSE@gxine.desktop: gxine.desktop.in $(MIME) $(srcdir)/mime.extra
 @XINE_LIST_FALSE@	exec > $@; \
-@XINE_LIST_FALSE@	$(XINE_MIME_PROCESS) $<; \
-@XINE_LIST_FALSE@	cat $(MIME) $(srcdir)/mime.extra | awk 'BEGIN { s = "%s;" } { printf s, $$1; s = "%s;" }'
+@XINE_LIST_FALSE@	cat $<; \
+@XINE_LIST_FALSE@	cat $(MIME) $(srcdir)/mime.extra | awk '{ printf "%s;", $$1 }'

 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->feedback
State-Changed-By: shattered@NetBSD.org
State-Changed-When: Thu, 10 Dec 2015 19:54:12 +0000
State-Changed-Why:
did recent updates fix the issue for you?


State-Changed-From-To: feedback->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Thu, 25 May 2017 04:23:33 +0000
State-Changed-Why:
inspection shows that the proposed patch was rolled in upstream.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.