pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ocaml Recognize Interix as a valid platform.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b07c3071941f
branches:  trunk
changeset: 488105:b07c3071941f
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Jan 24 21:18:16 2005 +0000

description:
Recognize Interix as a valid platform.

diffstat:

 lang/ocaml/distinfo         |   4 ++--
 lang/ocaml/patches/patch-at |  21 ++++++++++++++-------
 2 files changed, 16 insertions(+), 9 deletions(-)

diffs (76 lines):

diff -r 8e205998ccf4 -r b07c3071941f lang/ocaml/distinfo
--- a/lang/ocaml/distinfo       Mon Jan 24 20:48:35 2005 +0000
+++ b/lang/ocaml/distinfo       Mon Jan 24 21:18:16 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2005/01/19 17:43:59 tv Exp $
+$NetBSD: distinfo,v 1.20 2005/01/24 21:18:16 tv Exp $
 
 SHA1 (ocaml-3.06.tar.gz) = cf1b053bf751ad566e445ca13c620ffef3a1b863
 Size (ocaml-3.06.tar.gz) = 2436887 bytes
@@ -20,7 +20,7 @@
 SHA1 (patch-ap) = 852b73b2a75442e32ae6eca40b87ccb972555143
 SHA1 (patch-aq) = 86b1c641f5adf4fd13b49b8d3149d266b4863d05
 SHA1 (patch-ar) = b52759d59840fb0e156ede1192ea3cfc66df88a7
-SHA1 (patch-at) = 13f1b894a662510a16f86d63f015e2e8cfde3403
+SHA1 (patch-at) = aeec217353240c5a2120587e4e781cb7c30f67ab
 SHA1 (patch-au) = 348834bb0a5e22fd1adce0003f73cd6bcc07e79d
 SHA1 (patch-av) = d61391c89398e0e2b0386f39247a693aa87baf74
 SHA1 (patch-aw) = 51273d1a11e28e161167f904406cf28ffebbbc7a
diff -r 8e205998ccf4 -r b07c3071941f lang/ocaml/patches/patch-at
--- a/lang/ocaml/patches/patch-at       Mon Jan 24 20:48:35 2005 +0000
+++ b/lang/ocaml/patches/patch-at       Mon Jan 24 21:18:16 2005 +0000
@@ -1,8 +1,15 @@
-$NetBSD: patch-at,v 1.2 2004/12/24 17:16:04 jmmv Exp $
+$NetBSD: patch-at,v 1.3 2005/01/24 21:18:16 tv Exp $
 
---- configure.orig     2002-08-07 14:45:00.000000000 +0200
+--- configure.orig     2002-08-07 08:45:00.000000000 -0400
 +++ configure
-@@ -528,6 +528,7 @@ case "$host" in
+@@ -522,12 +522,14 @@ case "$host" in
+   i[3456]86-*-solaris*)         arch=i386; system=solaris;;
+   i[3456]86-*-beos*)            arch=i386; system=beos;;
+   i[3456]86-*-cygwin*)          arch=i386; system=cygwin;;
++  i[3456]86-*-interix3*)        arch=i386; system=interix3;;
+   mips-*-irix6*)                arch=mips; system=irix;;
+   hppa1.1-*-hpux*)              arch=hppa; system=hpux;;
+   hppa1.1-*-nextstep*)          arch=hppa; system=nextstep;;
    rs6000-*-aix*)                arch=power; model=rs6000; system=aix;;
    powerpc-*-aix*)               arch=power; model=ppc; system=aix;;
    powerpc-*-linux*)             arch=power; model=ppc; system=elf;;
@@ -10,7 +17,7 @@
    powerpc-*-rhapsody*)          arch=power; model=ppc; system=rhapsody;;
    powerpc-*-darwin*)            arch=power; model=ppc; system=rhapsody;;
    arm*-*-linux*)                arch=arm; system=linux;;
-@@ -591,6 +592,7 @@ case "$arch,$model,$system" in
+@@ -591,6 +593,7 @@ case "$arch,$model,$system" in
    power,rs6000,aix) asflags='-u -m pwr -w'; asppflags="$asflags";;
    power,ppc,aix)    asflags='-u -m ppc -w'; asppflags="$asflags";;
    power,*,elf)      aspp='gcc'; asppflags='-c';;
@@ -18,7 +25,7 @@
    power,*,rhapsody) ;;
    arm,*,linux)      aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM)';;
    ia64,*,linux)     asflags=-xexplicit
-@@ -601,6 +603,7 @@ case "$arch,$model,$system" in
+@@ -601,6 +604,7 @@ case "$arch,$model,$system" in
    alpha,*,digital) profiling='prof';;
    i386,*,linux_elf) profiling='prof';;
    i386,*,bsd_elf) profiling='prof';;
@@ -26,7 +33,7 @@
    *) profiling='noprof';;
  esac
  
-@@ -1044,6 +1047,7 @@ fi
+@@ -1044,6 +1048,7 @@ fi
  x11_include="not found"
  x11_link="not found"
  
@@ -34,7 +41,7 @@
  for dir in \
      $x11_include_dir          \
                                \
-@@ -1152,6 +1156,7 @@ do
+@@ -1152,6 +1157,7 @@ do
      break
    fi
  done



Home | Main Index | Thread Index | Old Index