pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/mtm
Module Name: pkgsrc
Committed By: nia
Date: Wed Dec 18 11:43:08 UTC 2024
Modified Files:
pkgsrc/misc/mtm: distinfo
Added Files:
pkgsrc/misc/mtm/patches: patch-vtparser.c
Log Message:
mtm: Including stdint.h is necessary for WCHAR_MAX on some platforms
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/mtm/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/mtm/patches/patch-vtparser.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/mtm/distinfo
diff -u pkgsrc/misc/mtm/distinfo:1.1 pkgsrc/misc/mtm/distinfo:1.2
--- pkgsrc/misc/mtm/distinfo:1.1 Thu Jul 18 13:25:36 2024
+++ pkgsrc/misc/mtm/distinfo Wed Dec 18 11:43:08 2024
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1 2024/07/18 13:25:36 ktnb Exp $
+$NetBSD: distinfo,v 1.2 2024/12/18 11:43:08 nia Exp $
BLAKE2s (mtm-1.2.1.tar.gz) = 916de695bc4f3a810e1492b01f09ff5ed7e8c7746c6e18cc3beb255afad53c6d
SHA512 (mtm-1.2.1.tar.gz) = 74e5230c6ea65c87d580516b7b62edeb4f273c1a36662bac84af41ca47e4ce252e393132dfe8c700441d6b74c19d6d560fbc503815c12f9d1cbdda2e19a9a9e2
Size (mtm-1.2.1.tar.gz) = 383409 bytes
SHA1 (patch-Makefile) = ea0867132594ee7a3b7d32ba5efb2a7fe07c0ec0
SHA1 (patch-config.def.h) = 2487e1981733a7bc555e4a2808c24960c1829fb6
+SHA1 (patch-vtparser.c) = 28814ffdebdf421731d2d4da1b61ed08ed854a0b
Added files:
Index: pkgsrc/misc/mtm/patches/patch-vtparser.c
diff -u /dev/null pkgsrc/misc/mtm/patches/patch-vtparser.c:1.1
--- /dev/null Wed Dec 18 11:43:08 2024
+++ pkgsrc/misc/mtm/patches/patch-vtparser.c Wed Dec 18 11:43:08 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-vtparser.c,v 1.1 2024/12/18 11:43:08 nia Exp $
+
+Include <stdint.h> for WCHAR_MAX on some platforms (SunOS).
+
+--- vtparser.c.orig 2024-12-18 11:41:09.250182180 +0000
++++ vtparser.c
+@@ -25,6 +25,7 @@
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+ #include <stdbool.h>
++#include <stdint.h>
+ #include <string.h>
+ #include "vtparser.h"
+
Home |
Main Index |
Thread Index |
Old Index