pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-dune



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Dec  4 13:56:35 UTC 2023

Modified Files:
        pkgsrc/devel/ocaml-dune: distinfo
Added Files:
        pkgsrc/devel/ocaml-dune/patches:
            patch-vendor_notty_src-unix_native_winsize.c

Log Message:
ocaml-dune: SunOS build fix.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ocaml-dune/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/ocaml-dune/patches/patch-vendor_notty_src-unix_native_winsize.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ocaml-dune/distinfo
diff -u pkgsrc/devel/ocaml-dune/distinfo:1.11 pkgsrc/devel/ocaml-dune/distinfo:1.12
--- pkgsrc/devel/ocaml-dune/distinfo:1.11       Sun Nov  5 21:26:41 2023
+++ pkgsrc/devel/ocaml-dune/distinfo    Mon Dec  4 13:56:34 2023
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.11 2023/11/05 21:26:41 jaapb Exp $
+$NetBSD: distinfo,v 1.12 2023/12/04 13:56:34 jperkin Exp $
 
 BLAKE2s (dune-3.11.1.tar.gz) = 3e657f115bcd7fca087a8dfff9a3a95802bf955626d4925445f2c54dd6172faa
 SHA512 (dune-3.11.1.tar.gz) = 8d2eef71ae04a95b1d69784311726cafc3b275e1f202851eb116d6e7740015ce2453ec00278ef3b28c0b1544b10dbff36d942b063d7bb0ebc0a03a9a5f8261d4
 Size (dune-3.11.1.tar.gz) = 2753844 bytes
 SHA1 (patch-otherlibs_stdune__filesystem__stubs_readdir.c) = 35b116317b5dcca85fe62467544e71935720bc69
+SHA1 (patch-vendor_notty_src-unix_native_winsize.c) = 73dcee62a1356f859eef092e967f4f48383cd5ce

Added files:

Index: pkgsrc/devel/ocaml-dune/patches/patch-vendor_notty_src-unix_native_winsize.c
diff -u /dev/null pkgsrc/devel/ocaml-dune/patches/patch-vendor_notty_src-unix_native_winsize.c:1.1
--- /dev/null   Mon Dec  4 13:56:35 2023
+++ pkgsrc/devel/ocaml-dune/patches/patch-vendor_notty_src-unix_native_winsize.c        Mon Dec  4 13:56:34 2023
@@ -0,0 +1,16 @@
+$NetBSD: patch-vendor_notty_src-unix_native_winsize.c,v 1.1 2023/12/04 13:56:34 jperkin Exp $
+
+SunOS build fix.
+
+--- vendor/notty/src-unix/native/winsize.c.orig        2023-12-04 13:26:08.056576737 +0000
++++ vendor/notty/src-unix/native/winsize.c
+@@ -3,6 +3,9 @@
+ #ifdef _WIN32
+ #include <caml/fail.h>
+ #else
++#ifdef __sun
++#include <sys/termios.h>
++#endif
+ #include <sys/ioctl.h>
+ #include <signal.h>
+ #endif



Home | Main Index | Thread Index | Old Index