Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2011 16:43:32 GMT
From:      Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161432: www/neon29: typo error in option's description
Message-ID:  <201110091643.p99GhWEE057619@red.freebsd.org>
Resent-Message-ID: <201110091650.p99Go7kW035168@freefall.freebsd.org>

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

>Number:         161432
>Category:       ports
>Synopsis:       www/neon29: typo error in option's description
>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:   Sun Oct 09 16:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Afanasiev
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
FreeBSD green 9.0-CURRENT FreeBSD 9.0-CURRENT #76: Wed Jul 13 16:57:59 MSD 2011     root@green:/usr/obj/usr/src/sys/green  amd64
>Description:
typo error in option's description.
We have in www/neon29/Makefile version 1.57:
OPTIONS=        EXPAT "Build with exapt-based XML parser" on \

exapt is incorrect.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- www/neon29/Makefile.orig	2011-10-09 20:34:44.190437959 +0400
+++ www/neon29/Makefile	2011-10-09 20:34:53.572440450 +0400
@@ -17,7 +17,7 @@
 
 CONFLICTS=	neon2[6|8]-[0-9]*
 
-OPTIONS=	EXPAT "Build with exapt-based XML parser" on \
+OPTIONS=	EXPAT "Build with expat-based XML parser" on \
 		XML "Build with libxml-based XML parser" off \
 		OPENSSL "Build with SSL support" on \
 		NLS "Build with NLS support" on \


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



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