View | Details | Raw Unified | Return to bug 250358
Collapse All | Expand All

(-)b/lang/duktape/Makefile (-2 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	duktape
3
PORTNAME=	duktape
4
PORTVERSION=	2.5.0
4
DISTVERSION=	2.6.0
5
CATEGORIES=	lang devel
5
CATEGORIES=	lang devel
6
MASTER_SITES=	https://duktape.org/
6
MASTER_SITES=	https://duktape.org/
7
7
Lines 13-19 LICENSE_FILE= ${WRKSRC}/LICENSE.txt Link Here
13
13
14
USES=		tar:xz
14
USES=		tar:xz
15
15
16
MAKE_ARGS+=	CC=${CC}
17
MAKEFILE=	Makefile.cmdline
16
MAKEFILE=	Makefile.cmdline
18
ALL_TARGET=	duk
17
ALL_TARGET=	duk
19
18
(-)b/lang/duktape/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1575253657
1
TIMESTAMP = 1602737106
2
SHA256 (duktape-2.5.0.tar.xz) = 83d411560a1cd36ea132bd81d8d9885efe9285c6bc6685c4b71e69a0c4329616
2
SHA256 (duktape-2.6.0.tar.xz) = 96f4a05a6c84590e53b18c59bb776aaba80a205afbbd92b82be609ba7fe75fa7
3
SIZE (duktape-2.5.0.tar.xz) = 1031188
3
SIZE (duktape-2.6.0.tar.xz) = 1035160
(-)b/lang/duktape/files/patch-Makefile.cmdline (-1 / +12 lines)
Added Link Here
0
- 
1
--- Makefile.cmdline.orig	2020-10-12 22:23:10 UTC
2
+++ Makefile.cmdline
3
@@ -8,8 +8,7 @@ DUKTAPE_SOURCES = src/duktape.c
4
 CMDLINE_SOURCES = \
5
 	examples/cmdline/duk_cmdline.c
6
 
7
-CC = gcc
8
-CCOPTS = -Os -pedantic -std=c99 -Wall -fstrict-aliasing -fomit-frame-pointer
9
+CCOPTS = ${CFLAGS} -pedantic -Wall -fstrict-aliasing -fomit-frame-pointer
10
 CCOPTS += -I./examples/cmdline -I./src   # duktape.h and duk_config.h must be in include path
11
 CCLIBS = -lm
12
 

Return to bug 250358