upgrade to tcsh 6.12.00

This commit is contained in:
brad 2002-07-24 01:12:31 +00:00
parent 9f79c1e630
commit 794dab70ca
8 changed files with 26 additions and 53 deletions

View File

@ -1,12 +1,10 @@
# $OpenBSD: Makefile,v 1.29 2002/01/18 17:21:14 brad Exp $
# $OpenBSD: Makefile,v 1.30 2002/07/24 01:12:31 brad Exp $
COMMENT= "extended C-shell with many useful features"
DISTNAME= ${PKGNAME:R}
PKGNAME= tcsh-6.10.00
DISTNAME= tcsh-6.12.00
CATEGORIES= shells
NEED_VERSION= 1.500
MASTER_SITES= ${MASTER_SITE_BACKUP}
MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/
MAINTAINER= Brad Smith <brad@openbsd.org>
@ -26,8 +24,6 @@ CONFIGURE_ENV= LDFLAGS="-static"
ALL_TARGET= all catalogs
WRKDIST= ${WRKDIR}/tcsh-6.10.00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcsh ${PREFIX}/bin/tcsh
${INSTALL_MAN} ${WRKSRC}/tcsh.man ${PREFIX}/man/man1/tcsh.1

View File

@ -1,3 +1,3 @@
MD5 (tcsh-6.10.tar.gz) = f459c423074d85dfaa55439eb908a053
RMD160 (tcsh-6.10.tar.gz) = 9df0155f3c65ea6e782ead67d0d30a067963e02b
SHA1 (tcsh-6.10.tar.gz) = 29074c586d432087b08d492f116726aad26fd426
MD5 (tcsh-6.12.00.tar.gz) = dccf1e673103594546fe74c313932428
RMD160 (tcsh-6.12.00.tar.gz) = 2478a6b592e43c4b41ef7f9bb2d335735bdff6f0
SHA1 (tcsh-6.12.00.tar.gz) = c54fd7a6823a4d30a4195f0fb9f31c6e2ddbd8e5

View File

@ -1,6 +1,7 @@
--- config_f.h.orig Wed Aug 2 02:43:55 2000
+++ config_f.h Wed Aug 2 02:45:50 2000
@@ -65,7 +65,11 @@
$OpenBSD: patch-config_f.h,v 1.2 2002/07/24 01:12:31 brad Exp $
--- config_f.h.orig Fri Mar 8 12:36:45 2002
+++ config_f.h Tue Jul 23 20:49:50 2002
@@ -61,7 +61,11 @@
* if you don't have <nl_types.h>, you don't want
* to define this.
*/
@ -12,7 +13,7 @@
/*
* LOGINFIRST Source ~/.login before ~/.cshrc
@@ -92,12 +96,12 @@
@@ -88,12 +92,12 @@
/*
* DOTLAST put "." last in the default path, for security reasons
*/
@ -27,7 +28,7 @@
/*
* AUTOLOGOUT tries to determine if it should set autologout depending
@@ -143,7 +147,7 @@
@@ -139,7 +143,7 @@
* This can be much slower and no memory statistics will be
* provided.
*/

View File

@ -1,6 +1,7 @@
--- host.defs.orig Wed Aug 2 02:55:19 2000
+++ host.defs Wed Aug 2 02:56:24 2000
@@ -496,6 +496,34 @@
$OpenBSD: patch-host.defs,v 1.2 2002/07/24 01:12:31 brad Exp $
--- host.defs.orig Tue Jul 23 12:13:21 2002
+++ host.defs Tue Jul 23 20:49:50 2002
@@ -494,6 +494,34 @@ machtype: defined(vax) : "vax"
machtype: defined(alpha) : "alpha"
enddef :

View File

@ -1,10 +0,0 @@
$OpenBSD: patch-nls_Makefile,v 1.1 2000/12/31 19:22:57 brad Exp $
--- nls/Makefile.orig Sun Dec 31 14:54:37 2000
+++ nls/Makefile Sun Dec 31 14:54:41 2000
@@ -1,5 +1,5 @@
-SUBDIRS= C finnish french german greek italian ja spanish
+SUBDIRS= C finnish french german greek italian ja spanish ukrainian
#GENCAT= gencat -new
GENCAT= gencat

View File

@ -1,17 +0,0 @@
$OpenBSD: patch-sh.dol.c,v 1.4 2002/02/01 03:06:53 itojun Exp $
--- sh.dol.c- Fri Feb 1 11:58:13 2002
+++ sh.dol.c Fri Feb 1 11:58:28 2002
@@ -585,10 +585,8 @@
c = DgetC(0);
} while (Isdigit(c));
unDredc(c);
- if (subscr < 0) {
- dolerror(vp->v_name);
- return;
- }
+ if (subscr < 0)
+ stderror(ERR_RANGE);
if (subscr == 0) {
if (bitset) {
dolp = dolzero ? STR1 : STR0;

View File

@ -1,6 +1,7 @@
--- sh.exp.c.orig Wed Aug 2 02:46:32 2000
+++ sh.exp.c Wed Aug 2 02:47:12 2000
@@ -155,7 +155,7 @@
$OpenBSD: patch-sh.exp.c,v 1.2 2002/07/24 01:12:32 brad Exp $
--- sh.exp.c.orig Fri Mar 8 12:36:46 2002
+++ sh.exp.c Tue Jul 23 20:49:50 2002
@@ -153,7 +153,7 @@ sh_access(fname, mode)
* and they define _SC_NGROUPS_MAX without having sysconf
*/
# undef _SC_NGROUPS_MAX

View File

@ -1,11 +1,12 @@
--- sh.h.orig Wed Aug 2 02:42:54 2000
+++ sh.h Wed Aug 2 02:43:22 2000
@@ -279,7 +279,7 @@
$OpenBSD: patch-sh.h,v 1.2 2002/07/24 01:12:32 brad Exp $
--- sh.h.orig Tue Jul 23 12:13:22 2002
+++ sh.h Tue Jul 23 20:53:26 2002
@@ -283,7 +283,7 @@ typedef int sigret_t;
* redefines malloc(), so we define the following
* to avoid it.
*/
-# if defined(linux) || defined(sgi) || defined(_OSD_POSIX)
+# if defined(linux) || defined(sgi) || defined(_OSD_POSIX) || defined(__FreeBSD__) || defined(__OpenBSD__)
-# if defined(SYSMALLOC) || defined(linux) || defined(sgi) || defined(_OSD_POSIX)
+# if defined(SYSMALLOC) || defined(linux) || defined(sgi) || defined(_OSD_POSIX) || defined(__FreeBSD__) || defined(__OpenBSD__)
# define NO_FIX_MALLOC
# include <stdlib.h>
# else /* linux */