Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Dec 2000 16:37:04 +0900
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ache@FreeBSD.org
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/bin/csh host.defs Makefile tc.defs.c         src/bin/csh/nls Makefile src/bin/csh/nls/ukrainian Makefile
Message-ID:  <20001201163704V.ume@FreeBSD.org>
In-Reply-To: <200011302138.eAULcb588177@freefall.freebsd.org>
References:  <200011302138.eAULcb588177@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> On Thu, 30 Nov 2000 13:38:37 -0800 (PST)
>>>>> "Andrey A. Chernov" <ache@FreeBSD.org> said:

ache> ache        2000/11/30 13:38:37 PST

ache>   Modified files:
ache>     bin/csh              Makefile 
ache>     bin/csh/nls          Makefile 
ache>   Added files:
ache>     bin/csh              host.defs 
ache>     bin/csh/nls/ukrainian Makefile 
ache>   Removed files:
ache>     bin/csh              tc.defs.c 
ache>   Log:
ache>   Upgrade to 6.10
  
This version of tcsh is pretty IPv6 friendly around REMOTE_HOST.
Please enable it with applying following patch:

Index: bin/csh/Makefile
===================================================================
RCS file: /home/ncvs/src/bin/csh/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- bin/csh/Makefile	2000/11/30 21:38:32	1.21
+++ bin/csh/Makefile	2000/12/01 07:31:40
@@ -11,7 +11,7 @@
 
 PROG=	csh
 SUBDIR= nls
-DFLAGS=	-D_PATH_TCSHELL='"${DESTDIR}/bin/${PROG}"'  
+DFLAGS=	-D_PATH_TCSHELL='"${DESTDIR}/bin/${PROG}"' -DINET6
 CFLAGS+= -I${TCSHDIR} -I${.CURDIR} -I. ${DFLAGS}
 SRCS=	sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
 	sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@mahoroba.org  ume@bisd.hitachi.co.jp  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/


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




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