FreeBSD Bugzilla – Attachment 218752 Details for
Bug 250358
lang/duktape: Update to 2.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for duktape
0001-duktape260.patch (text/plain), 2.15 KB, created by
Daniel Engberg
on 2020-10-15 08:10:59 UTC
(
hide
)
Description:
Patch for duktape
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2020-10-15 08:10:59 UTC
Size:
2.15 KB
patch
obsolete
>From c9ad0c890d1c306afdfdba1be8f417f8c4b59619 Mon Sep 17 00:00:00 2001 >From: Daniel Engberg <daniel.engberg.lists@pyret.net> >Date: Thu, 15 Oct 2020 06:57:27 +0200 >Subject: [PATCH] duktape260 > >duktape260 > >Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> >--- > lang/duktape/Makefile | 3 +-- > lang/duktape/distinfo | 6 +++--- > lang/duktape/files/patch-Makefile.cmdline | 12 ++++++++++++ > 3 files changed, 16 insertions(+), 5 deletions(-) > create mode 100644 lang/duktape/files/patch-Makefile.cmdline > >diff --git a/lang/duktape/Makefile b/lang/duktape/Makefile >index 9897719f7d90..49a3fdcc8f27 100644 >--- a/lang/duktape/Makefile >+++ b/lang/duktape/Makefile >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= duktape >-PORTVERSION= 2.5.0 >+DISTVERSION= 2.6.0 > CATEGORIES= lang devel > MASTER_SITES= https://duktape.org/ > >@@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > USES= tar:xz > >-MAKE_ARGS+= CC=${CC} > MAKEFILE= Makefile.cmdline > ALL_TARGET= duk > >diff --git a/lang/duktape/distinfo b/lang/duktape/distinfo >index 534707174a92..7d207db902cf 100644 >--- a/lang/duktape/distinfo >+++ b/lang/duktape/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1575253657 >-SHA256 (duktape-2.5.0.tar.xz) = 83d411560a1cd36ea132bd81d8d9885efe9285c6bc6685c4b71e69a0c4329616 >-SIZE (duktape-2.5.0.tar.xz) = 1031188 >+TIMESTAMP = 1602737106 >+SHA256 (duktape-2.6.0.tar.xz) = 96f4a05a6c84590e53b18c59bb776aaba80a205afbbd92b82be609ba7fe75fa7 >+SIZE (duktape-2.6.0.tar.xz) = 1035160 >diff --git a/lang/duktape/files/patch-Makefile.cmdline b/lang/duktape/files/patch-Makefile.cmdline >new file mode 100644 >index 000000000000..3fcd00ca8287 >--- /dev/null >+++ b/lang/duktape/files/patch-Makefile.cmdline >@@ -0,0 +1,12 @@ >+--- Makefile.cmdline.orig 2020-10-12 22:23:10 UTC >++++ Makefile.cmdline >+@@ -8,8 +8,7 @@ DUKTAPE_SOURCES = src/duktape.c >+ CMDLINE_SOURCES = \ >+ examples/cmdline/duk_cmdline.c >+ >+-CC = gcc >+-CCOPTS = -Os -pedantic -std=c99 -Wall -fstrict-aliasing -fomit-frame-pointer >++CCOPTS = ${CFLAGS} -pedantic -Wall -fstrict-aliasing -fomit-frame-pointer >+ CCOPTS += -I./examples/cmdline -I./src # duktape.h and duk_config.h must be in include path >+ CCLIBS = -lm >+ >-- >2.28.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250358
: 218752