Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
The configure script does not contain these placeholders anymore.
|
|
|
|
opt-remarks has probably been replaced by remarks-shlib, which has
already been added to the list.
|
|
These files use SBCL_PREFIX instead of a literal string now.
|
|
The list of files is generated via find(1) and contains each file
individually. Some of these files are modified, some aren't. Those
files that aren't modified are redundant, but since they are not listed
explicitly in the package Makefile, there is no superfluous code.
Avoiding such superfluous code is the whole goal of SUBST_NOOP_OK.
|
|
|
|
|
|
These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes
to the packages. The Haskell packages didn't have PLIST files because
their paths contained package hashes. These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
|
|
|
|
Release notes: https://gcc.gnu.org/gcc-10/changes.html
|
|
|
|
Changes since 2020-01-19:
2020-04-12:
- added cross realm support
- added AggregateError and Promise.any
- added env, uid and gid options in os.exec()
- misc bug fixes
2020-03-16:
- reworked error handling in std and os libraries: suppressed I/O
exceptions in std FILE functions and return a positive errno value
when it is explicit
- output exception messages to stderr
- added std.loadFile(), std.strerror(), std.FILE.prototype.tello()
- added JS_GetRuntimeOpaque(), JS_SetRuntimeOpaque(), JS_NewUint32()
- updated to Unicode 13.0.0
- misc bug fixes
|
|
ChangeLog:
Version 2.86.8 (May 9, 2020)
- Bringing pkg.m4 with us to ease build process
|
|
|
|
|
|
|
|
Chibi-Scheme is a very small library intended for use as an extension
and scripting language in C programs. In addition to support for
lightweight VM-based threads, each VM itself runs in an isolated heap
allowing multiple VMs to run simultaneously in different OS threads.
The default repl language contains all bindings from R7RS small,
available explicitly as the (scheme small) library.
Support for additional languages such as JavaScript, Go, Lua and Bash
are planned for future releases. Scheme is chosen as a substrate
because its first class continuations and guaranteed tail-call
optimization makes implementing other languages easy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is no file that contains the word "tar" anymore.
|
|
|
|
|
|
|
|
Only works on -current. See PR port-evbarm/55248 for 9.0 caveats.
|
|
|
|
|
|
|
|
Version 12.16.3 'Erbium' (LTS), @targos
Notable Changes
Dependencies:
Updated OpenSSL to 1.1.1g
Updated c-ares to 1.16.0
Updated experimental uvwasi to 0.0.6
ESM (experimental):
Additional warnings are no longer printed for modules that use conditional exports or package name self resolution
|
|
Version 14.2.0 (Current)
Notable Changes
* Track function calls with assert.CallTracker (experimental)
* Console groupIndentation option
|
|
6.14.5:
BUG FIXES
fix: relativize file links when inflating shrinkwrap
fix: npm init help output
|
|
in various ways
- this fixes specific problem with gacutil failing to run
|
|
put the cache in the work directory. Helps bulk building on netbsd/aarch64.
|
|
In the previous commit, I had missed a negation in the empty(...)
condition.
PKGREVISION++ to notify clang users of the fix.
https://mail-index.netbsd.org/pkgsrc-users/2020/05/07/msg031132.html
|
|
|
|
ChangeLog:
Version 2.86.7 (April 4, 2020)
- Using pkg-config (if available) to locate libffi
|
|
|
|
than 1hr of CPU time.
|
|
Security fixes for:
CVE-2020-2754, CVE-2020-2755, CVE-2020-2756, CVE-2020-2757, CVE-2020-2773,
CVE-2020-2781, CVE-2020-2800, CVE-2020-2803, CVE-2020-2805, CVE-2020-2830
Also misc bugfixes.
|
|
|
|
(it was for an uncommitted PKG_OPTION to build hsdis_aarch64.so)
|
|
|
|
ruby26-base and beyond don't need this patch anymore. They get the
configuration directory from Gem::ConfigFile::SYSTEM_CONFIG_PATH, which
is set to RbConfig::CONFIG["sysconfdir"], which in turn is set to
PKGSYSCONFDIR.
|
|
|
|
|