add more openbsd archs from matthieu@, sync patch names w/update-patches

while here
This commit is contained in:
jolan 2004-10-11 02:08:53 +00:00
parent c6804129b3
commit b50db5db94
4 changed files with 17 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2004/06/01 06:08:51 brad Exp $
# $OpenBSD: Makefile,v 1.33 2004/10/11 02:08:53 jolan Exp $
COMMENT= "extended C-shell with many useful features"
@ -6,8 +6,6 @@ DISTNAME= tcsh-6.13.00
CATEGORIES= shells
MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,6 +1,6 @@
$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
$OpenBSD: patch-config_f_h,v 1.1 2004/10/11 02:08:53 jolan Exp $
--- config_f.h.orig Sun Mar 21 10:48:14 2004
+++ config_f.h Sun Oct 10 21:06:52 2004
@@ -61,7 +61,11 @@
* if you don't have <nl_types.h>, you don't want
* to define this.

View File

@ -1,27 +1,33 @@
$OpenBSD: patch-host.defs,v 1.4 2004/06/01 06:08:51 brad Exp $
--- host.defs.orig 2003-02-08 15:03:25.000000000 -0500
+++ host.defs 2004-06-01 01:26:56.000000000 -0400
@@ -500,6 +500,29 @@ machtype: defined(vax) : "vax"
$OpenBSD: patch-host_defs,v 1.1 2004/10/11 02:08:53 jolan Exp $
--- host.defs.orig Sat Feb 8 14:03:25 2003
+++ host.defs Sun Oct 10 21:06:53 2004
@@ -500,6 +500,35 @@ machtype: defined(vax) : "vax"
machtype: defined(alpha) : "alpha"
enddef :
+newdef : defined(__OpenBSD__)
+comment : OpenBSD
+vendor : defined(__alpha__) : "digital"
+vendor : defined(__amd64__) : "amd"
+vendor : defined(__arm__) : "arm"
+vendor : defined(__hppa__) : "hp"
+vendor : defined(M_intel) : "intel"
+vendor : defined(__m68k__) : "motorola"
+vendor : defined(__m88k__) : "motorola"
+vendor : defined(__mips__) && defined(__sgi__) : "sgi"
+vendor : defined(__powerpc__) : "motorola"
+vendor : defined(__sparc__) || defined(__sparc64__) : "sun"
+vendor : defined(__vax__) : "digital"
+hosttype: : "OpenBSD"
+ostype : : "OpenBSD"
+machtype: defined(__alpha__) : "alpha"
+machtype: defined(__amd64__) : "amd64"
+machtype: defined(__arm__) : "arm"
+machtype: defined(__hppa__) : "hppa"
+machtype: defined(M_i386) : "i386"
+machtype: defined(__m68k__) : "m68k"
+machtype: defined(__m88k__) : "m88k"
+machtype: defined(__mips__) : "mips"
+machtype: defined(__sparc64__) : "sparc64"
+machtype: defined(__sparc__) : "sparc"
+machtype: defined(__powerpc__) : "powerpc"

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-sh.exp.c,v 1.4 2004/06/01 06:08:51 brad Exp $
--- sh.exp.c.orig 2002-03-08 12:36:46.000000000 -0500
+++ sh.exp.c 2004-06-01 01:26:56.000000000 -0400
$OpenBSD: patch-sh_exp_c,v 1.1 2004/10/11 02:08:53 jolan Exp $
--- sh.exp.c.orig Fri Mar 8 11:36:46 2002
+++ sh.exp.c Sun Oct 10 21:06:53 2004
@@ -153,7 +153,7 @@ sh_access(fname, mode)
* and they define _SC_NGROUPS_MAX without having sysconf
*/