Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2013 11:36:14 GMT
From:      Hardy Schumacher <hardy.schumacher@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/185086: [FEATURE-REQUEST] ports-mgmt/portlint -> consider usage of true/false
Message-ID:  <201312221136.rBMBaEBb098650@oldred.freebsd.org>
Resent-Message-ID: <201312221140.rBMBe0iw001465@freefall.freebsd.org>

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

>Number:         185086
>Category:       ports
>Synopsis:       [FEATURE-REQUEST] ports-mgmt/portlint -> consider usage of true/false
>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 Dec 22 11:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hardy Schumacher
>Release:        FreeBSD-9.2
>Organization:
>Environment:
FreeBSD gamma.low.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255996: Thu Oct  3 20:40:04 CEST 2013     root@gamma.low.org:/usr/obj/usr/src/sys/LOW_GAMMA  i386
>Description:
Port ports-mgmt/portlint should determine correct usage of true/false and ${TRUE}/${FALSE}.

Issue is related to DESKTOP_ENTRIES: in case last parameter is set to true/false, portlint says:
possible direct use of command "false" found. use ${FALSE} instead.

But in case this is switched to ${TRUE}/${FALSE}, portlint says:
Use true/false instead of ${TRUE}/${FALSE} in DESKTOP_ENTRIES.

In case it is switched to $TRUE/$FALSE, portlint says:
looks fine.
>How-To-Repeat:
Take a port containing "DESKTOP_ENTRIES" and try the different versions of the last parameter as described above.
>Fix:
n/a

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



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