pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-terminal-size
Module Name: pkgsrc
Committed By: jperkin
Date: Tue May 10 09:47:37 UTC 2022
Modified Files:
pkgsrc/devel/hs-terminal-size: distinfo
Added Files:
pkgsrc/devel/hs-terminal-size/patches:
patch-src_System_Console_Terminal_Posix.hsc
Log Message:
hs-terminal-size: Include termios for struct winsize.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-terminal-size/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/hs-terminal-size/patches/patch-src_System_Console_Terminal_Posix.hsc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hs-terminal-size/distinfo
diff -u pkgsrc/devel/hs-terminal-size/distinfo:1.3 pkgsrc/devel/hs-terminal-size/distinfo:1.4
--- pkgsrc/devel/hs-terminal-size/distinfo:1.3 Tue Oct 26 10:15:02 2021
+++ pkgsrc/devel/hs-terminal-size/distinfo Tue May 10 09:47:37 2022
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:15:02 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/05/10 09:47:37 jperkin Exp $
BLAKE2s (terminal-size-0.3.2.1.tar.gz) = 598e5e1884958894c3f7d4a685a8c44da5f4d1fcf9039d9e7b87ddab17f56d0f
SHA512 (terminal-size-0.3.2.1.tar.gz) = 1e04705dda8ade9a06f8b369f1033a93ffb94a1b959a556e11f2373b25924adbbab4be0f3e077394e1023e0054044739df13406b69153c1542f4083be82a1584
Size (terminal-size-0.3.2.1.tar.gz) = 4175 bytes
+SHA1 (patch-src_System_Console_Terminal_Posix.hsc) = b1d279cb57c038b51023167256480cc9a5007b0f
Added files:
Index: pkgsrc/devel/hs-terminal-size/patches/patch-src_System_Console_Terminal_Posix.hsc
diff -u /dev/null pkgsrc/devel/hs-terminal-size/patches/patch-src_System_Console_Terminal_Posix.hsc:1.1
--- /dev/null Tue May 10 09:47:37 2022
+++ pkgsrc/devel/hs-terminal-size/patches/patch-src_System_Console_Terminal_Posix.hsc Tue May 10 09:47:37 2022
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_System_Console_Terminal_Posix.hsc,v 1.1 2022/05/10 09:47:37 jperkin Exp $
+
+Include termios for struct winsize.
+
+--- src/System/Console/Terminal/Posix.hsc.orig 2015-11-01 15:07:49.000000000 +0000
++++ src/System/Console/Terminal/Posix.hsc
+@@ -18,6 +18,7 @@ import Prelude hiding (catch)
+ import System.Posix.Types (Fd(Fd))
+
+ #include <sys/ioctl.h>
++#include <termios.h>
+ #include <unistd.h>
+
+
Home |
Main Index |
Thread Index |
Old Index