Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2013 18:14:54 GMT
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176118: [patch] Mk/bsd.commands.mk: add PS_CMD
Message-ID:  <201302131814.r1DIEsvW023280@red.freebsd.org>
Resent-Message-ID: <201302131820.r1DIK0Wb010814@freefall.freebsd.org>

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

>Number:         176118
>Category:       ports
>Synopsis:       [patch] Mk/bsd.commands.mk: add PS_CMD
>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:   Wed Feb 13 18:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        
>Organization:
>Environment:
>Description:
Please consider the attached patch for Mk/bsd.commands.mk to add
PS_CMD?=/bin/ps

net-mgmt/net-snmp has it defined in the ports Makefile as something that
ends up being passed onto CONFIGURE_*.

I believe a more appropriate home for this definition is with the other
defines that are like it.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: bsd.commands.mk
===================================================================
--- bsd.commands.mk	(revision 312154)
+++ bsd.commands.mk	(working copy)
@@ -70,6 +70,7 @@
 PASTE?=		/usr/bin/paste
 PAX?=		/bin/pax
 PRINTF?=	/usr/bin/printf
+PS_CMD?=	/bin/ps
 PW?=		/usr/sbin/pw
 REALPATH?=	/bin/realpath
 RM?=		/bin/rm


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



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