diff options
author | jschauma <jschauma> | 2002-06-18 20:06:01 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-06-18 20:06:01 +0000 |
commit | af0c868fed8544d1b77782aa5cde3f7b7180e235 (patch) | |
tree | 6e92b6ee8c38032823e9601c51f5f5e9d1b619ed /lang | |
parent | f070bf10661e52b0484c1810fa01a3d3bc4f7f53 (diff) | |
download | pkgsrc-af0c868fed8544d1b77782aa5cde3f7b7180e235.tar.gz |
Update to version 3.04 based on patches submitted in PR#16896 by
Marko Schuetz (MarcoSchuetz at web dot de) with minor modification by
me, closing that PR.
Changes since 3.01:
Too much to list here - see http://caml.inria.fr/ocaml/Changes
Note that this release includes camlp4, thus rendering that package
redundant.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/patches/patch-aa | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lang/ocaml/patches/patch-aa b/lang/ocaml/patches/patch-aa index c3fbe85d6e3..ddc299ba1a4 100644 --- a/lang/ocaml/patches/patch-aa +++ b/lang/ocaml/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1 2002/03/13 08:37:53 jmc Exp $ +$NetBSD: patch-aa,v 1.2 2002/06/18 20:06:01 jschauma Exp $ ---- config/auto-aux/config.sub.orig Wed Mar 13 08:33:09 2002 -+++ config/auto-aux/config.sub Wed Mar 13 08:33:19 2002 -@@ -152,7 +152,7 @@ - | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ - | pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \ - | mips64el-* | mips64orion-* | mips64orionel-* \ -- | ia64-*) -+ | ia64-* | macppc-*) - ;; - # Recognize the various machine names and aliases which stand - # for a CPU type and a company and sometimes even an OS. +--- config/gnu/config.sub.orig Tue May 14 11:14:26 2002 ++++ config/gnu/config.sub +@@ -289,7 +289,7 @@ + | [cjt]90-* \ + | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ + | thumb-* | v850-* | d30v-* | tic30-* | tic80-* | c30-* | fr30-* \ +- | bs2000-* | tic54x-* | c54x-* | x86_64-* | pj-* | pjl-*) ++ | bs2000-* | tic54x-* | c54x-* | x86_64-* | pj-* | pjl-* | macppc-*) + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. |