pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ocaml
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 21 20:48:39 UTC 2025
Modified Files:
pkgsrc/lang/ocaml: distinfo
pkgsrc/lang/ocaml/patches: patch-configure
Log Message:
ocaml: remove Interix support
To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 pkgsrc/lang/ocaml/distinfo
cvs rdiff -u -r1.44 -r1.45 pkgsrc/lang/ocaml/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/ocaml/distinfo
diff -u pkgsrc/lang/ocaml/distinfo:1.147 pkgsrc/lang/ocaml/distinfo:1.148
--- pkgsrc/lang/ocaml/distinfo:1.147 Sat Nov 30 01:10:52 2024
+++ pkgsrc/lang/ocaml/distinfo Mon Apr 21 20:48:39 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.147 2024/11/30 01:10:52 dholland Exp $
+$NetBSD: distinfo,v 1.148 2025/04/21 20:48:39 wiz Exp $
BLAKE2s (ocaml-4.14.2.tar.gz) = fecad4db2e91800ae3d676240042adf01f969e2399968bd3e120f580212688fb
SHA512 (ocaml-4.14.2.tar.gz) = 64df6462a83058e805ab29d58ef2f3597eb0ed52bf1294a9e6303fb783845cde78c7de04d165e77454a440fa2d50ff10ca81f2d1f9294f2dccdfe28824bce028
@@ -6,7 +6,7 @@ Size (ocaml-4.14.2.tar.gz) = 5504138 byt
SHA1 (patch-Makefile) = 978156d1e5795615adda840521bf5911a801f6a5
SHA1 (patch-api__docgen_ocamldoc_Makefile) = cc677bed9d2da3d7eedd2c696ac89085bf2002d2
SHA1 (patch-check-linker-version_sh) = c90242556207242ac58499d7f42519a10aedcca4
-SHA1 (patch-configure) = 36ddb6f19ce7564889dc48ee290904dce00b04ec
+SHA1 (patch-configure) = d22172ec1999238950c2301c710c46404275d6e1
SHA1 (patch-lex_Makefile) = ba5df45c608fa292732e1acd0d955870e60c972d
SHA1 (patch-man_Makefile) = c091d8c545a77acbafaf110c6db3f0ed918e8632
SHA1 (patch-ocamldoc_Makefile) = 5431d357ecbe719efffeb14826a8d79f0590784e
Index: pkgsrc/lang/ocaml/patches/patch-configure
diff -u pkgsrc/lang/ocaml/patches/patch-configure:1.44 pkgsrc/lang/ocaml/patches/patch-configure:1.45
--- pkgsrc/lang/ocaml/patches/patch-configure:1.44 Tue May 24 18:25:38 2022
+++ pkgsrc/lang/ocaml/patches/patch-configure Mon Apr 21 20:48:39 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.44 2022/05/24 18:25:38 jaapb Exp $
+$NetBSD: patch-configure,v 1.45 2025/04/21 20:48:39 wiz Exp $
All kinds of OS-specific changes to configure
Honor LDFLAGS.
@@ -53,15 +53,6 @@ Recognise SunOS as having shared librari
aarch64-*-openbsd*) :
natdynlink=true ;; #(
riscv*-*-linux*) :
-@@ -14315,6 +14323,8 @@ case $host in #(
- arch=i386; system=beos ;; #(
- i[3456]86-*-cygwin) :
- arch=i386; system=cygwin ;; #(
-+ i[3456]86-*-interix3) :
-+ arch=i386; system=interix3 ;; #(
- i[3456]86-*-gnu*) :
- arch=i386; system=gnu ;; #(
- i[3456]86-*-mingw32) :
@@ -14331,6 +14341,8 @@ case $host in #(
else
model=ppc
Home |
Main Index |
Thread Index |
Old Index