Commit graph

16 commits

Author SHA1 Message Date
wiz
cf6e61598f Recognize mipseb (for NetBSD/sgimips).
Patch from pkg/13132 by Rafal Boni.
2001-06-07 13:28:04 +00:00
hubertf
5a8f2e47e0 Stop the config script from thinking every mips machine is a pmax:
Before:
	raqim# echo $version
	tcsh 6.09.00 (Astron) 1999-08-16 (mipsel-dec-NetBSD) options 8b,nls,dl,al,rh,color
						 ^^^

After:
	raqim# echo $version
	tcsh 6.10.00 (Astron) 2000-11-19 (mipsel-mips-NetBSD) options 8b,nls,dl,al,rh,color
						 ^^^^

Patch contributed by rafal@mediaone.net in PR 12993.
2001-05-24 01:17:28 +00:00
christos
0087f7ea52 update for tcsh-6.10.00 2000-11-19 21:44:06 +00:00
christos
1f1e1f1045 adjust to 6.10.00 2000-11-19 21:40:43 +00:00
agc
8474d59eef Remove obsolete patch, and regen checksum file.
On Solaris, work around a configure script bug - pass the Operating
System version to configure.
1999-08-17 16:00:02 +00:00
kim
a142f32f73 Upgraded to tcsh 6.09.00 1999-08-16 23:01:21 +00:00
agc
1985bb5824 Solaris 2.6 redefines rlimit to rlimit64, to catch the rlimit() call
when function names are re-defined.  Unfortunately, it also does that
after defining "struct rlimit", and so we lose because it can't find
the structure.  So we get to redefine it ourselves before
<sys/resource.h> is included.  Thanks, guys.
1999-07-08 12:48:42 +00:00
kim
7f620c4145 Upgrade to tcsh-6.08.00 1998-10-03 07:06:23 +00:00
kim
7b551dedb1 Revert turning off AUTOLOGOUT. It is not good to change known behaviour
when it does not break anything or cause security problems (i.e. if it is
only a personal preference), especially when the change is configurable
during run-time.  It will just confuse people who run the program on
multiple platforms.
1998-09-13 19:12:05 +00:00
tv
64b8b142df Re-enable REMOTEHOST. Though "autologout" can be set via a `set' command,
you lose functionality by disabling REMOTEHOST at compile time.
1998-09-09 00:17:24 +00:00
tron
fd2e0c1677 Create a sane default path if environment variable "PATH" is not set,
patches supplied by Jim Bernard in PR pkg/6127.
1998-09-08 22:36:34 +00:00
tron
af8bdfb98b Disable "AUTOLOGOUT" and "REMOTEHOST". 1998-09-08 22:34:53 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
tv
a5835a5965 Use BSD_INSTALL_{PROGRAM,DATA} in the Makefile instead of "chown"ing after
install.  Remove patches relevant to FreeBSD but not NetBSD.  Split
patches up into dsingle files and use kunified diff format.
1998-08-04 20:19:51 +00:00
agc
fefee31035 Add NetBSD support for message catalogs.
Add a patch to Makefile.in which substitutes for a hardcoded /usr/local
the @prefix@ GNU autoconf variable, set by --prefix=blah in configure.
1997-10-24 15:56:57 +00:00
agc
c1af73ac78 Initial import of FreeBSD's shells ports category into NetBSD package
system.
1997-10-24 14:14:32 +00:00