Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 1998 22:00:00 -0700 (PDT)
From:      issei@jp.FreeBSD.ORG
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/7692: Update ports: japanese/tcsh
Message-ID:  <199808250500.WAA10201@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/7692; it has been noted by GNATS.

From: issei@jp.FreeBSD.ORG
To: FreeBSD-gnats-submit@freebsd.org
Cc:  Subject: Re: ports/7692: Update ports: japanese/tcsh
Date: Tue, 25 Aug 1998 13:50:52 +0900 (JST)

 >Submitter-Id:   current-users
 >Originator:     Issei Suzuki
 >Organization:   A Site under T-CNET
 >Confidential:   no
 >Synopsis:       Update ports: japanese/tcsh
 >Severity:       non-critical
 >Priority:       medium
 >Category:       ports
 >Release:        FreeBSD 2.2.7-STABLE i386
 >Class:          change-request
 >Environment: 
 
 	
 
 >Description: 
 
 Some minor change since port/7692.
 
 1. Distfiles below has been changed by the author of them, so I remake checksums.
       tcsh-6.07.06.nls-ja.asuka.tar.gz 
       tcsh-6.07.06.nls-ja.ruri2.tar.gz
 
 2. I found some mistakes in Makefile of port skelton and I have fixed.
       The value in version required: field was wrong.
       I forgot using NOPORTDOCS macro.
 
 >How-To-Repeat: 
 
 	
 
 >Fix: 
 	
 First patch port/7692 to port-currnet, and second patch the below.
 
 
 diff -urN ports/japanese.old/tcsh/Makefile ports/japanese/tcsh/Makefile
 --- ports/japanese.old/tcsh/Makefile	Tue Aug 25 13:37:21 1998
 +++ ports/japanese/tcsh/Makefile	Tue Aug 25 13:32:16 1998
 @@ -1,5 +1,5 @@
  # New ports collection makefile for:	tcsh with kanji patch
 -# Version required:	6.07.06
 +# Version required:	6.07.09
  # Date created:		29 November 1997
  # Whom:			issei <issei@jp.FreeBSD.ORG>
  #
 @@ -28,14 +28,16 @@
  		README.kanji.patch.euc
  
  post-install:
 -	(cd ${WRKSRC}; \
 +	@(cd ${WRKSRC}; \
  	${INSTALL_DATA} tcsh.C.cat ${NLSDIR}/C/tcsh.cat; \
  	${INSTALL_DATA} tcsh.C.m ${NLSDIR}/C/tcsh.m; \
  	)
 +.if !defined(NOPORTDOCS)
  	@${MKDIR} ${PREFIX}/share/doc/tcsh
  .for i in ${PORTDOCS}
  	@${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/tcsh/
  .endfor
 +.endif
  	@${ECHO} "updating /etc/shells"
  	@${CP} /etc/shells /etc/shells.bak
  	@(${GREP} -v ${PREFIX}/bin/tcsh /etc/shells.bak; ${ECHO} ${PREFIX}/bin/tcsh) >/etc/shells
 diff -urN ports/japanese.old/tcsh-nls-asuka/files/md5 ports/japanese/tcsh-nls-asuka/files/md5
 --- ports/japanese.old/tcsh-nls-asuka/files/md5	Tue Aug 25 13:37:21 1998
 +++ ports/japanese/tcsh-nls-asuka/files/md5	Tue Aug 25 13:32:15 1998
 @@ -1 +1 @@
 -MD5 (tcsh-6.07.06.nls-ja.asuka.tar.gz) = 10e9c33a1ddf80ad9c0b8c77f10e75ef
 +MD5 (tcsh-6.07.06.nls-ja.asuka.tar.gz) = 0062a89b9ade712a238323dd5b63b598
 diff -urN ports/japanese.old/tcsh-nls-ruri2/files/md5 ports/japanese/tcsh-nls-ruri2/files/md5
 --- ports/japanese.old/tcsh-nls-ruri2/files/md5	Tue Aug 25 13:37:23 1998
 +++ ports/japanese/tcsh-nls-ruri2/files/md5	Tue Aug 25 13:32:15 1998
 @@ -1 +1 @@
 -MD5 (tcsh-6.07.06.nls-ja.ruri2.tar.gz) = 98c3081a106418b2812bd6a6802b5bdc
 +MD5 (tcsh-6.07.06.nls-ja.ruri2.tar.gz) = 879c10f6951d5735137ee5d87a8db1a2

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?199808250500.WAA10201>