diff options
author | bad <bad@pkgsrc.org> | 1998-10-28 18:18:07 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1998-10-28 18:18:07 +0000 |
commit | 7ebfab5050743136225d5aafcfcf0327c73be1b4 (patch) | |
tree | 9421ff816fae905be5fe92fe8a15540b0f8ee80a /databases/mysql/patches/patch-ai | |
parent | 2c9eabaebc05f2c3aa0ee2e9b4709f0b9347d139 (diff) | |
download | pkgsrc-7ebfab5050743136225d5aafcfcf0327c73be1b4.tar.gz |
Update to mysql-3.21.33.b
Update mit-pthreads for 1.3H signal changes on alpha and i386.
Update mit-pthreads for 1.3/1.3H on sparc (from 1.1 version).
Enable building the server on sparc.
Add mit-pthreads support for 1.3/1.3H on arm32. (Server doesn't work yet.)
Fix two bugs in mit-pthreads with functions returning off_t's.
Diffstat (limited to 'databases/mysql/patches/patch-ai')
-rw-r--r-- | databases/mysql/patches/patch-ai | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/mysql/patches/patch-ai b/databases/mysql/patches/patch-ai new file mode 100644 index 00000000000..d788e8d0b37 --- /dev/null +++ b/databases/mysql/patches/patch-ai @@ -0,0 +1,22 @@ +$NetBSD: patch-ai,v 1.1 1998/10/28 18:18:08 bad Exp $ + +--- mit-pthreads/config/config.sub.orig Fri Jan 23 23:07:31 1998 ++++ mit-pthreads/config/config.sub Sun Oct 25 18:54:55 1998 +@@ -119,7 +119,7 @@ + case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. +- tahoe | i[3456]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ ++ tahoe | i[3456]86 | i860 | m68k | m68000 | m88k | ns32k | arm | arm32 | pyramid \ + | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ + | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \ + | powerpc | sparc64 | 1750a | dsp16xx | mips64 | mipsel \ +@@ -133,7 +133,7 @@ + ;; + # Recognize the basic CPU types with company name. + vax-* | tahoe-* | i[3456]86-* | i860-* | m68k-* | m68000-* | m88k-* \ +- | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ ++ | sparc-* | ns32k-* | fx80-* | arm-* | arm32-* | c[123]* \ + | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ + | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ + | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ |