docs/145662: [patch] Porter's Handbook missing semicolon in desktop entries example

Warren Block wblock at wonkity.com
Tue Apr 13 00:00:10 UTC 2010


>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 at 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:



More information about the freebsd-doc mailing list