Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2013 19:12:34 GMT
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/181359: ports-mgmt/portlint: add support for USES=gmake, warn about USE_GMAKE
Message-ID:  <201308171912.r7HJCY91043968@ref10-i386.freebsd.org>
Resent-Message-ID: <201308171920.r7HJK0DH007812@freefall.freebsd.org>

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

>Number:         181359
>Category:       ports
>Synopsis:       ports-mgmt/portlint: add support for USES=gmake, warn about USE_GMAKE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 17 19:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Gerald Pfeifer
>Release:        
>Organization:
>Environment:
>Description:
	Looking at one of my ports, I was surprised to see that
	current portlint does not warn about USE_GMAKE and suggests
	to replace it by USES=gmake.

	In fact, after I updated my port to use that new format,
	portlint now serves me a warning:
WARN: Makefile: [32]: possible direct use of command "gmake" found. use ${GMAKE} instead.
>How-To-Repeat:
	For the false negative (failure to warn about USE_GMAKE):
	% cd $PORTSDIR/lang/gcc34
	% portlint -C

	For the false positive (incorrect warning to use ${GMAKE} in USES=):
	% cd $PORTSDIR/lang/gcc48
	% portlint -C
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



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