FreeBSD Bugzilla – Attachment 197989 Details for
Bug 232139
[MAINTAINER] lang/duktape: Update to 2.3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
duktape-2.3.0.diff (text/plain), 2.51 KB, created by
Alfonso S. Siciliano
on 2018-10-10 00:04:16 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Alfonso S. Siciliano
Created:
2018-10-10 00:04:16 UTC
Size:
2.51 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 481630) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= duktape >-PORTVERSION= 2.2.1 >+PORTVERSION= 2.3.0 > CATEGORIES= lang devel > MASTER_SITES= http://duktape.org/ > >@@ -11,7 +11,7 @@ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > >-USES= libedit tar:xz >+USES= tar:xz > > MAKEFILE= Makefile.cmdline > ALL_TARGET= duk >@@ -18,11 +18,15 @@ > > PLIST_FILES= bin/duk > >-post-patch: >- @${REINPLACE_CMD} -e "/history\.h/d ; s,readline/,editline/,g " \ >- ${WRKSRC}/examples/cmdline/duk_cmdline.c >+PORTDOCS= README.rst > >+OPTIONS_DEFINE= DOCS >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/duk ${STAGEDIR}${PREFIX}/bin > >+post-install-DOCS-on: >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 481630) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1524915777 >-SHA256 (duktape-2.2.1.tar.xz) = 3abe2eed2553305262b892c98f550bb1a94cf4fd73b51dc5c176fe08e7ade7f2 >-SIZE (duktape-2.2.1.tar.xz) = 966496 >+TIMESTAMP = 1539010714 >+SHA256 (duktape-2.3.0.tar.xz) = ed6e2f3ab2061628a7aeee27ccff16538ba6a151480cccf2e846bd061e45afe8 >+SIZE (duktape-2.3.0.tar.xz) = 997572 >Index: files/patch-Makefile.cmdline >=================================================================== >--- files/patch-Makefile.cmdline (revision 481630) >+++ files/patch-Makefile.cmdline (working copy) >@@ -1,15 +1,11 @@ >---- Makefile.cmdline.orig 2017-09-23 01:06:08 UTC >+--- Makefile.cmdline.orig 2018-10-08 14:59:26 UTC > +++ Makefile.cmdline >-@@ -8,9 +8,9 @@ DUKTAPE_SOURCES = src/duktape.c >+@@ -8,7 +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 += -I./examples/cmdline -I./src # duktape.h and duk_config.h must be in include path >-+CC ?= gcc >-+CCOPTS = ${CFLAGS} -pedantic -std=c99 -Wall -fstrict-aliasing -fomit-frame-pointer >-+CCOPTS += -I./examples/cmdline -I./src ${CPPFLAGS} # duktape.h and duk_config.h must be in include path >- CCLIBS = -lm >- >- # Enable print() and alert() for command line using an optional extra module. >+-CC = gcc >++CC = cc >+ CCOPTS = -Os -pedantic -std=c99 -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
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 232139
: 197989