From sf@dsinw.com  Fri Jun 28 15:49:33 2002
Return-Path: <sf@dsinw.com>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3282B37B47E
	for <freebsd-gnats-submit@freebsd.org>; Fri, 28 Jun 2002 15:49:26 -0700 (PDT)
Received: from innovations.dsinw.com (ns.dsinw.com [207.149.40.194])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 291C4440E2
	for <freebsd-gnats-submit@freebsd.org>; Fri, 28 Jun 2002 15:40:18 -0700 (PDT)
	(envelope-from sf@dsinw.com)
Received: from ivymike.foo.kom (17-054.021.popsite.net [198.79.104.54])
	by innovations.dsinw.com (8.11.6/8.11.6) with ESMTP id g5SMcKm21086
	for <freebsd-gnats-submit@freebsd.org>; Fri, 28 Jun 2002 15:38:21 -0700
Message-Id: <20020628153943.N56177-100000@ivymike.foo.kom>
Date: Fri, 28 Jun 2002 15:40:11 -0700 (PDT)
From: Scott Flatman <sf@dsinw.com>
To: freebsd-gnats-submit@freebsd.org
Subject: ports/Mk/bsd.port.mk  add several tools

>Number:         39965
>Category:       ports
>Synopsis:       ports/Mk/bsd.port.mk  add several tools
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    portmgr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 28 15:50:02 PDT 2002
>Closed-Date:    Sat Feb 15 19:42:23 PST 2003
>Last-Modified:  Sat Feb 15 19:42:23 PST 2003
>Originator:     Scott Flatman
>Release:        
>Organization:
>Environment:
>Description:
	add several tools to variables section:

	CD?=	cd	# Shell builtin
	FGREP?=	/usr/bin/fgrep
	TAR?=	/usr/bin/tar

>How-To-Repeat:
>Fix:

--- patch-bsd.port.mk begins here ---
--- bsd.port.mk.orig	Fri Jun 28 08:40:12 2002
+++ bsd.port.mk	Fri Jun 28 15:34:14 2002
@@ -549,6 +549,7 @@
 BZIP2_CMD?=	${LOCALBASE}/bin/bzip2
 .endif
 CAT?=		/bin/cat
+CD?=		cd					# Shell builtin
 CHGRP?=		/usr/bin/chgrp
 CHMOD?=		/bin/chmod
 CHOWN?=		/usr/sbin/chown
@@ -558,6 +559,7 @@
 EGREP?=		/usr/bin/egrep
 EXPR?=		/bin/expr
 FALSE?=		false				# Shell builtin
+FGREP?=		/usr/bin/fgrep
 FILE?=		/usr/bin/file
 FIND?=		/usr/bin/find
 GREP?=		/usr/bin/grep
@@ -581,6 +583,7 @@
 STRIP_CMD?=	/usr/bin/strip
 SU?=		/usr/bin/su
 TAIL?=		/usr/bin/tail
+TAR?=		/usr/bin/tar
 TEST?=		test				# Shell builtin
 TR?=		/usr/bin/tr
 TRUE?=		true				# Shell builtin
--- patch-bsd.port.mk ends here ---


>Release-Note:
>Audit-Trail:

From: Trevor Johnson <trevor@jpj.net>
To: Scott Flatman <sf@dsinw.com>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/39965: ports/Mk/bsd.port.mk  add several tools
Date: Fri, 28 Jun 2002 22:32:43 -0400 (EDT)

 > 	CD?=	cd	# Shell builtin
 
 What are your future plans for this one?  Do you anticipate that we will
 want an enhanced "cd" someday?  If not, it might be a lose.
 
 > 	FGREP?=	/usr/bin/fgrep
 
 This might be good.
 
 > 	TAR?=	/usr/bin/tar
 
 This one already exists.
 -- 
 Trevor Johnson
 

From: Scott Flatman <sf@dsinw.com>
To: Trevor Johnson <trevor@jpj.net>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/39965: ports/Mk/bsd.port.mk  add several tools
Date: Fri, 28 Jun 2002 19:37:49 -0700 (PDT)

 On Fri, 28 Jun 2002, Trevor Johnson wrote:
 
 > > 	CD?=	cd	# Shell builtin
 >
 > What are your future plans for this one?  Do you anticipate that we will
 > want an enhanced "cd" someday?  If not, it might be a lose.
 
 Consistancy. I just noticed that some other builtins were listed.
 
 > > 	FGREP?=	/usr/bin/fgrep
 >
 > This might be good.
 >
 > > 	TAR?=	/usr/bin/tar
 >
 > This one already exists.
 
 Sorry, I missed it. I see it now.
 
 
 Scott
 --
 
 
 
 
 
Responsible-Changed-From-To: freebsd-ports->portmgr 
Responsible-Changed-By: dwcjr 
Responsible-Changed-When: Tue Jul 9 08:57:52 PDT 2002 
Responsible-Changed-Why:  
Over to maintainer(s) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39965 
State-Changed-From-To: open->analyzed 
State-Changed-By: kris 
State-Changed-When: Fri Aug 30 20:16:25 PDT 2002 
State-Changed-Why:  
I don't immediately see the need to add cd and fgrep 
variables.  Can you explain why you think they are 
required? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39965 
State-Changed-From-To: analyzed->closed 
State-Changed-By: kris 
State-Changed-When: Sat Feb 15 19:41:46 PST 2003 
State-Changed-Why:  
No response from submitter, fgrep is not used anywhere 
in the ports collection and there is no need for a 
cd variable. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39965 
>Unformatted:
 
