From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 17 19:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CEC3FFB0 for ; Sat, 17 Aug 2013 19:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 94904270F for ; Sat, 17 Aug 2013 19:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HJK0j3007813 for ; Sat, 17 Aug 2013 19:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7HJK0DH007812; Sat, 17 Aug 2013 19:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 17 Aug 2013 19:20:00 GMT Resent-Message-Id: <201308171920.r7HJK0DH007812@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerald Pfeifer Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C8417D70 for ; Sat, 17 Aug 2013 19:12:34 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from ref10-i386.freebsd.org (ref10-i386.freebsd.org [IPv6:2001:1900:2254:206c::16:8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B4AF826DA; Sat, 17 Aug 2013 19:12:34 +0000 (UTC) Received: from ref10-i386.freebsd.org (localhost [127.0.0.1]) by ref10-i386.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HJCYVa043969; Sat, 17 Aug 2013 19:12:34 GMT (envelope-from gerald@ref10-i386.freebsd.org) Received: (from gerald@localhost) by ref10-i386.freebsd.org (8.14.7/8.14.7/Submit) id r7HJCY91043968; Sat, 17 Aug 2013 19:12:34 GMT (envelope-from gerald) Message-Id: <201308171912.r7HJCY91043968@ref10-i386.freebsd.org> Date: Sat, 17 Aug 2013 19:12:34 GMT From: Gerald Pfeifer To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/181359: ports-mgmt/portlint: add support for USES=gmake, warn about USE_GMAKE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 19:20:00 -0000 >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: