Page MenuHomeFreeBSD

lang/duktape and lang/duktape-lib: Update to 2.6.0
ClosedPublic

Authored by rhurlin on Oct 20 2020, 7:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 19, 3:12 AM
Unknown Object (File)
Tue, Mar 19, 3:04 AM
Unknown Object (File)
Feb 11 2024, 8:50 PM
Unknown Object (File)
Feb 11 2024, 8:50 PM
Unknown Object (File)
Feb 11 2024, 8:46 PM
Unknown Object (File)
Feb 11 2024, 12:30 PM
Unknown Object (File)
Jan 12 2024, 3:54 AM
Unknown Object (File)
Dec 20 2023, 3:10 AM
Subscribers

Details

Summary
  • Use CC and CFLAGS from ports framework
  • Don't install debug library
  • Bump PORTREVISION of www/edbrowse (has lang/duktape-lib as dependency)

Changelog: https://github.com/svaarala/duktape/blob/master/releases/releases.yaml

Submitted by <daniel.engberg.lists@pyret.net> in PRs 250358 and 250359

Tested on Poudriere (amd64, i386). 'portlint -AC' is ok.


Is it possible to reference the two PRs in one common svn commit?

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lang/duktape-lib/Makefile
18 ↗(On Diff #78517)

This looks like a value for MAKE_ENV, not MAKE_ARGS. Does that work?

lang/duktape/Makefile
16 ↗(On Diff #78517)

Same here.

Is it possible to reference the two PRs in one common svn commit?

Sure:

PR: 123, 456
lang/duktape-lib/Makefile
18 ↗(On Diff #78517)

As far as I know, it worked before.

In this update, it will be removed in connection with the removal of CC=gcc in the patches of the sources Makefiles (files/patch-Makefile.sharedlibrary and files/patch-Makefile.cmdline).

Now, system compiler should be used instead of GCC.

arrowd added inline comments.
lang/duktape-lib/Makefile
18 ↗(On Diff #78517)

Ah, silly me. It is indeed removed, not added -_\

This revision is now accepted and ready to land.Oct 21 2020, 7:48 AM