lang/quickjs: Update 2020.09.06 -> 2021.03.27

This commit is contained in:
Yuri Victorovich
2021-05-24 10:26:08 -07:00
parent 21c1685829
commit 71d96f7b4f
3 changed files with 4 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
PORTNAME= quickjs
DISTVERSION= 2020.09.06
DISTVERSION= 2021.03.27
CATEGORIES= lang devel
MASTER_SITES= https://bellard.org/${PORTNAME}/
DISTNAME= ${PORTNAME}-${DISTVERSION:S/./-/g}

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1603622497
SHA256 (quickjs-2020-09-06.tar.xz) = 0021a3e8cdc6b61e225411d05e2841d2437e1ccf4b4cabb9a5f7685ebfb57717
SIZE (quickjs-2020-09-06.tar.xz) = 753080
TIMESTAMP = 1621877002
SHA256 (quickjs-2021-03-27.tar.xz) = a45bface4c3379538dea8533878d694e289330488ea7028b105f72572fe7fe1a
SIZE (quickjs-2021-03-27.tar.xz) = 753556

View File

@@ -1,11 +0,0 @@
--- quickjs.c.orig 2020-09-06 09:31:51 UTC
+++ quickjs.c
@@ -36,6 +36,8 @@
#include <malloc/malloc.h>
#elif defined(__linux__)
#include <malloc.h>
+#elif defined(__FreeBSD__)
+#include <malloc_np.h>
#endif
#include "cutils.h"