Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  9 Dec 1999 11:04:38 -0500 (EST)
From:      jedgar@fxp.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15375: Update port: editors/bvi
Message-ID:  <19991209160438.C0E989B1C@pawn.primelocation.net>

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

>Number:         15375
>Category:       ports
>Synopsis:       Update port: editors/bvi
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec  9 08:10:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris D. Faulhaber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
BUGO - BSD Users Group of Orlando
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

Update port: editors/bvi

* Fix install problem when installing using a non-sh
  compatible (e.g. csh) shell.
* Found by: bento

>How-To-Repeat:
>Fix:

Index: patches/patch-aa
===================================================================
RCS file: /home/ncvs/ports/editors/bvi/patches/patch-aa,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-aa
--- patch-aa	1999/11/26 20:06:33	1.1.1.1
+++ patch-aa	1999/12/09 15:59:54
@@ -1,6 +1,15 @@
 --- Makefile.in.orig	Fri Oct 22 05:27:36 1999
-+++ Makefile.in	Fri Nov  5 07:35:51 1999
-@@ -49,7 +49,7 @@
++++ Makefile.in	Thu Dec  9 10:51:43 1999
+@@ -38,6 +38,8 @@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_DATA = @INSTALL_DATA@
+ 
++SHELL  =  /bin/sh
++
+ 
+ all: bvi
+ 
+@@ -49,7 +51,7 @@
  
  install: all installdirs
  	@echo "Installing bvi"

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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