Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2005 16:10:56 -0300 (BRST)
From:      Renato Botelho <freebsd@galle.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80994: [PATCH] Mk/bsd.port.mk: Add ${CSH} var
Message-ID:  <200505131910.j4DJAuLf063181@data.galle.com.br>
Resent-Message-ID: <200505131920.j4DJK2jk056097@freefall.freebsd.org>

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

>Number:         80994
>Category:       ports
>Synopsis:       [PATCH] Mk/bsd.port.mk: Add ${CSH} var
>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:   Fri May 13 19:20:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Tue May 10 09:20:42 BRST 2005 root@srv1.galle.com.br:/usr/obj/usr/src/sys/GALLE i386

>Description:
- Add ${CSH} var definition, because some ports use it and it's default on FreeBSD

>How-To-Repeat:
	
>Fix:

--- bsd.port.mk.diff begins here ---
--- bsd.port.mk.orig	Fri May 13 16:06:57 2005
+++ bsd.port.mk	Fri May 13 16:07:26 2005
@@ -940,6 +940,7 @@
 COMM?=		/usr/bin/comm
 CP?=		/bin/cp
 CPIO?=		/usr/bin/cpio
+CSH?=		/bin/csh
 CUT?=		/usr/bin/cut
 DC?=		/usr/bin/dc
 DIALOG?=	/usr/bin/dialog
--- bsd.port.mk.diff ends here ---


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



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