Bug 176118 - [patch] Mk/bsd.commands.mk: add PS_CMD
Summary: [patch] Mk/bsd.commands.mk: add PS_CMD
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-13 18:20 UTC by Ryan Steinmetz
Modified: 2013-05-31 17:20 UTC (History)
0 users

See Also:


Attachments
file.diff (328 bytes, patch)
2013-02-13 18:20 UTC, Ryan Steinmetz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Steinmetz freebsd_committer freebsd_triage 2013-02-13 18:20:00 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-13 18:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

bsd.commands.mk is portmgr territory (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-03-11 15:04:10 UTC
Responsible Changed
From-To: portmgr->miwi

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-31 17:10:01 UTC
Author: miwi
Date: Fri May 31 16:09:54 2013
New Revision: 319530
URL: http://svnweb.freebsd.org/changeset/ports/319530

Log:
  - Add PS_CMD
  
  PR:		176118
  Submitted by:	zi
  Tested via:	ph-w exp-run

Modified:
  head/Mk/bsd.commands.mk   (contents, props changed)

Modified: head/Mk/bsd.commands.mk
==============================================================================
--- head/Mk/bsd.commands.mk	Fri May 31 16:03:49 2013	(r319529)
+++ head/Mk/bsd.commands.mk	Fri May 31 16:09:54 2013	(r319530)
@@ -72,6 +72,7 @@ OBJDUMP?=	/usr/bin/objdump
 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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2013-05-31 17:10:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!