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: Sat Aug 23 15:05:57 UTC 2025
Modified Files:
pkgsrc/lang/ocaml: distinfo
pkgsrc/lang/ocaml/patches: patch-configure
Log Message:
ocaml: fix pkglint (chunk offsets)
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 pkgsrc/lang/ocaml/distinfo
cvs rdiff -u -r1.45 -r1.46 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.148 pkgsrc/lang/ocaml/distinfo:1.149
--- pkgsrc/lang/ocaml/distinfo:1.148 Mon Apr 21 20:48:39 2025
+++ pkgsrc/lang/ocaml/distinfo Sat Aug 23 15:05:57 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.148 2025/04/21 20:48:39 wiz Exp $
+$NetBSD: distinfo,v 1.149 2025/08/23 15:05:57 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) = d22172ec1999238950c2301c710c46404275d6e1
+SHA1 (patch-configure) = 3d262afc93cc3006ae703f294d9c37c7dc79be8c
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.45 pkgsrc/lang/ocaml/patches/patch-configure:1.46
--- pkgsrc/lang/ocaml/patches/patch-configure:1.45 Mon Apr 21 20:48:39 2025
+++ pkgsrc/lang/ocaml/patches/patch-configure Sat Aug 23 15:05:57 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.45 2025/04/21 20:48:39 wiz Exp $
+$NetBSD: patch-configure,v 1.46 2025/08/23 15:05:57 wiz Exp $
All kinds of OS-specific changes to configure
Honor LDFLAGS.
@@ -53,7 +53,7 @@ Recognise SunOS as having shared librari
aarch64-*-openbsd*) :
natdynlink=true ;; #(
riscv*-*-linux*) :
-@@ -14331,6 +14341,8 @@ case $host in #(
+@@ -14331,6 +14339,8 @@ case $host in #(
else
model=ppc
fi; system=elf ;; #(
@@ -62,7 +62,7 @@ Recognise SunOS as having shared librari
s390x*-*-linux*) :
arch=s390x; model=z10; system=elf ;; #(
# expected to match "gnueabihf" as well as "musleabihf"
-@@ -14350,6 +14362,10 @@ fi; system=elf ;; #(
+@@ -14350,6 +14360,10 @@ fi; system=elf ;; #(
arch=arm; model=armv6; system=linux_eabi ;; #(
armv6*-*-freebsd*) :
arch=arm; model=armv6; system=freebsd ;; #(
@@ -73,7 +73,7 @@ Recognise SunOS as having shared librari
earmv6*-*-netbsd*) :
arch=arm; model=armv6; system=netbsd ;; #(
earmv7*-*-netbsd*) :
-@@ -14394,10 +14410,14 @@ fi; system=elf ;; #(
+@@ -14394,10 +14408,14 @@ fi; system=elf ;; #(
arch=arm64; system=linux ;; #(
aarch64-*-freebsd*) :
arch=arm64; system=freebsd ;; #(
@@ -88,7 +88,7 @@ Recognise SunOS as having shared librari
riscv64-*-linux*) :
arch=riscv; model=riscv64; system=linux
;; #(
-@@ -14613,6 +14633,9 @@ case $as_target,$ocaml_cv_cc_vendor in #
+@@ -14613,6 +14631,9 @@ case $as_target,$ocaml_cv_cc_vendor in #
*) :
;;
esac ;; #(
@@ -98,7 +98,7 @@ Recognise SunOS as having shared librari
i686-pc-windows,*) :
default_as="ml -nologo -coff -Cp -c -Fo"
default_aspp="$default_as" ;; #(
-@@ -15223,6 +15246,64 @@ if test "x$ac_cv_func_socketpair" = xyes
+@@ -15223,6 +15244,64 @@ if test "x$ac_cv_func_socketpair" = xyes
fi
;; #(
@@ -163,7 +163,7 @@ Recognise SunOS as having shared librari
*-*-haiku) :
cclibs="$cclibs -lnetwork"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
-@@ -17374,7 +17455,7 @@ as_has_debug_prefix_map=false
+@@ -17374,7 +17453,7 @@ as_has_debug_prefix_map=false
asm_cfi_supported=false
if $native_compiler; then :
case $host in #(
Home |
Main Index |
Thread Index |
Old Index