pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Minor unimportant adjustments.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%uninett.no@localhost>
Pushed By: he
Date: Fri Jul 12 19:28:43 2019 +0200
Changeset: 6bb8da8f18507083224f42872aeeeb99e5d0d3da
Modified Files:
quickjs/distinfo
quickjs/patches/patch-quickjs.c
Log Message:
Minor unimportant adjustments.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6bb8da8f18507083224f42872aeeeb99e5d0d3da
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
quickjs/distinfo | 2 +-
quickjs/patches/patch-quickjs.c | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/quickjs/distinfo b/quickjs/distinfo
index c65b100757..261f3d133c 100644
--- a/quickjs/distinfo
+++ b/quickjs/distinfo
@@ -9,4 +9,4 @@ SHA1 (patch-cutils.h) = 12990379aca9ce0e13bca8674324cbbf3cf50376
SHA1 (patch-qjs.c) = d6d11d6b72d8136030d578e4dd3449f6b65dca12
SHA1 (patch-qjsc.c) = 836eef33eb510d2259098441992c43e68a5bf2bf
SHA1 (patch-quickjs-libc.c) = a8158a940f5ad4ca0622c8ce074d0e0277adbf13
-SHA1 (patch-quickjs.c) = ac883115313e7bd6e2391acc304ac3e477012f3f
+SHA1 (patch-quickjs.c) = 99dafd75d0a9e5fc131cf9c81da3f26a7d7e5d38
diff --git a/quickjs/patches/patch-quickjs.c b/quickjs/patches/patch-quickjs.c
index 6803ab0160..7dd89d941b 100644
--- a/quickjs/patches/patch-quickjs.c
+++ b/quickjs/patches/patch-quickjs.c
@@ -2,9 +2,9 @@ $NetBSD$
Adapt to NetBSD.
---- quickjs.c.orig 2019-07-09 19:49:47.000000000 +0200
-+++ quickjs.c 2019-07-12 11:49:56.029913625 +0200
-@@ -1277,6 +1277,8 @@
+--- quickjs.c.orig 2019-07-09 17:49:47.000000000 +0000
++++ quickjs.c
+@@ -1277,6 +1277,8 @@ static inline size_t js_def_malloc_usabl
return 0;
#elif defined(__linux__)
return malloc_usable_size(ptr);
@@ -13,7 +13,7 @@ Adapt to NetBSD.
#else
/* change this to `return 0;` if compilation fails */
return malloc_usable_size(ptr);
-@@ -1351,6 +1353,8 @@
+@@ -1351,6 +1353,8 @@ static const JSMallocFunctions def_mallo
NULL,
#elif defined(__linux__)
(size_t (*)(const void *))malloc_usable_size,
Home |
Main Index |
Thread Index |
Old Index