Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 2010 23:59:43 GMT
From:      Warren Block <wblock@wonkity.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/145662: [patch] Porter's Handbook missing semicolon in desktop entries example
Message-ID:  <201004122359.o3CNxhpl082803@www.freebsd.org>
Resent-Message-ID: <201004130000.o3D00AJR014799@freefall.freebsd.org>

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

>Number:         145662
>Category:       docs
>Synopsis:       [patch] Porter's Handbook missing semicolon in desktop entries example
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 13 00:00:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Warren Block
>Release:        FreeBSD-8
>Organization:
>Environment:
FreeBSD lightning 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed Apr  7 17:47:58 MDT 2010     root@lightning:/usr/obj/usr/src/sys/LIGHTNING  i386
>Description:
Porter's Handbook DESKTOP_ENTRIES example is missing a semicolon after the last category ("Application;Game;RolePlaying") but ports structure requires semicolons after each category.
>How-To-Repeat:
Compare DESKTOP_ENTRIES example in Porter's Handbook to the real entry in the actual port (/usr/ports/games/tome/Makefile):

Example: "Application;Game;RolePlaying"
Actual:  "Application;Game;RolePlaying;"
>Fix:
Apply attached patch to Porter's Handbook book.sgml.

Patch attached with submission follows:

--- book.sgml.orig	2010-04-12 17:45:24.000000000 -0600
+++ book.sgml	2010-04-12 17:46:59.000000000 -0600
@@ -5409,7 +5409,7 @@
 
 	<programlisting>DESKTOP_ENTRIES=  "ToME" "Roguelike game based on JRR Tolkien's work" \
                   "${DATADIR}/xtra/graf/tome-128.png" \
-                  "tome -v -g" "Application;Game;RolePlaying" \
+                  "tome -v -g" "Application;Game;RolePlaying;" \
                   false</programlisting>
 
       </sect2>


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



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