pkgsrc/lang
ryoon ec768d2548 mono6: Update to 6.10.0.104
Changelog:
Mono 6.10.0 Release Notes

Release date: 19 May 2020

Highlights

    Various bugfixes

In Depth
Runtime
WebAssembly

We continue to work on making our WebAssembly support better. Various sets of issues have been resolved in this release and general performance and feature work is happening as well.
Community improvements for AIX/PASE and Haiku

The ports for these systems received a bunch of improvements from community contributor Calvin Buckley (@NattyNarwhal).
Class Libraries
CoreFX integration

We continued to replace some of our classes with the implementation from CoreFX to improve performance and compatibility with .NET.
Tools
Resolved Issues

    15808 - dladdr shim for gmodule; try to enable crash reporter on AIX
    15894 - Move MonoError from managed wrappers to native wrappers.
    16461 - [interp] Non-recursive interpreter
    16746 - Clean up map.c /map.h
    16785 - Modify run-jenkins.sh to adapt wasm build for the OSX CI lane
    16816 - [wasm][tests] WASM Safari browser tests
    16832 - Replace embedded libgc with Unity fork of recent Boehm (bdwgc)
    16855 - [runtime] Add portable cached array creation functions and replace gcc-specific impl.
    16949 - [netcore] Propagate ALCs through reflection functions
    16954 - [llvm] Use explicit null checks with LLVM.
    16982 - Replace mono_assembly_name_free use with mono_assembly_name_free_internal.
    16992 - [Coop] Unconvert Microsoft.Win32.NativeMethods.
    17116 - [llvm] Use -place-safepoints in JIT mode too
    17119 - Inline TLS access.
    17131 - Update MERP event type to MonoAppCrash
    17160 - Enable more hw intrinsics for AOT
    17162 - Now IsExpired property for FormsAuthenticationTicket compares two dates with same kind (UTC)
    17163 - [WinForms] Fix Recalculate in ScrollableControl
    17173 - [sgen] Optimize LOS for better locality and parallelization.
    17195 - Fixes #17190: SerializationException on ListViewItemCount
    17212 - [offsets-tool] Update the README.
    17214 - [master] Update dependencies from dotnet/arcade
    17219 - [mini] Fix check for FastAllocateString that used old name
    17222 - Fix check in fix_libc_name to trigger only for libc, not libcups or other names …
    17223 - Enable GSS on Linux
    17225 - [Mono.Posix] Add support for memfd_create() and file sealing
    17226 - [interp] Kill more instructions
    17227 - Incorrect constrained virtual call in method using gsharedvt for reference type.
    17228 - Running –enable-msvc-only didn’t find jay.vcxproj.
    17229 - [interp] Small cleanups
    17230 - [netcore] Disable some SafeWaitHandle tests everywhere, not just Linux
    17231 - [man] Update MONO_IOMAP docs as it no longer works with corefx System.IO
    17233 - Revert mono_runtime_set_main_args in 44ff0597b835d0af62f526169dba3b365c9c3411.
    17236 - [sgen] Fix invalid value passed to write barrier
    17237 - [netcore] Implement System.IO.HasOverriddenBeginEndRead(Write) icalls
    17238 - Add drawing type converters to mobile profiles
    17243 - [netcore] Port CoreCLR implementation of Exception.SetCurrentStackTrace
    17249 - [mini] print inserted instruction in verbose logging
    17251 - [mini] trace snippet should restore return value
    17252 - [System.Net.Http] Clean up HttpMessageHandler setup
    17254 - Remove varargs from g_assert and g_assert_not_reachable (save 200+ bytes per frame in wasm interp).
    17255 - [tests] Disable tests that crash on android sdks
    17261 - [sdks] Android runner: properly shutdown runtime for Mono.Debugger.Soft test app
    17262 - [eglib] Add newline for failure check prints
    17263 - Fix g_assert_not_reached message regression.
    17266 - [wasm] Continue loading app even when .pdb files are not found
    17269 - Upgrade MSVC native runtime build to VS2019.
    17270 - Add null check around sslStream when trying to dispose in MonoTlsStream
    17272 - Update Linker. This fixes a Xamarin.Android breakage
    17275 - Bump corefx to get Azure testhost change
    17279 - Generate LLVM IR for OP_XEQUAL that is recognized by LLVM’s vector pattern recognizers.
    17294 - [loader] Fix gnu/lib-names.h define
    17297 - Mirror changes from mono/coreclr
    17298 - [coop] Use bitfields for coop state machine state representation
    17302 - Fix C++ WebAssembly build.
    17305 - Fix msvc build warning, empty source main-core.c.
    17307 - Bumps corefx to mono/corefx@8e3b279
    17312 - Update dotnet sdk version
    17313 - [ci] Use Xcode11.1 for XI/XM Mono SDK builds
    17315 - [loader] Add an explicit define DISABLE_DLLMAP to control dllmap usage
    17318 - [netcore] Avoid suspending threads in Environment.Exit, it can hang process
    17321 - [GTK] Bump bockbuild for GtkViewport autoscrolling patch.
    17322 - [bcl] Update BCL Linked Size
    17326 - [interp] Add constant propagation of integers
    17328 - [wasm][http] WasmHttpMessageHandler StreamingEnabled default to false
    17330 - Fix SafeHandle marshalling in ref/in/out parameters
    17331 - Initial telemetry for netcore builds
    17336 - [bcl] add WriteLine(string) override to CStreamWriter needed due to corefx import
    17338 - [jit] Fix is_reference checks for intrinsics with byref parameters.
    17340 - [wasm] Bump emscripten. Remove generated python cache files.
    17341 - [bcl][jit] implement Interlocked.Exchange in terms of object
    17344 - [wasm] Add a –native-lib option to the packager to allow linking additional native libraries.
    17345 - [cxx][x86] int/ptr casts.
    17346 - [cxx][x86] ifndef DISABLE_JIT around mono_arch_emit_prolog.
    17347 - [cxx][x86][amd64] Remove unused STORE_MEM_IMM.
    17348 - [cxx][netcore] Goto around init.
    17349 - [ci] Improve netcore build telemetry by running nupkg and tests through build.sh
    17350 - Use functions instead of macros for is_in/is_out.
    17351 - [wasm][xunit tests] Disable System.IO.Compression.Tests.BrotliEncoderTests
    17355 - [master] Update dependencies from dotnet/core-setup dotnet/corefx
    17358 - Removing execution of network tests from WatchOs.
    17361 - [netcore] Fix build for Windows with cygwin
    17362 - [interp] Constant folding for integers
    17366 - [netcore] Remove Gader] Unmanaged library refactoring and NativeLibrary implementation
    17370 - [bcl] Remove CompareExchange_T
    17377 - [cxx] Int vs. enum, static for efficiency, cleanup, fix typo.
    17379 - [cxx] [wasm] m2n-gen int/ptr casts.
    17380 - [jit][x86ieldAwaitable struct readonly
    17387 - [netcore] Managed ThreadPool implementation
    17388 - [interp][wasm] Remove more varargs to conserve stack.
    17391 - Remove the Legacy TLS Provider.
    17393 - Cleaning up SslStream, MobileAuthenticatedStrea
    17537 - [merp] Introduce a new ‘dump mode’ that allows different signal behavior when dumping
    17538 - [interp] fix code length for JitInfo
    17551 - [mini] Initial tiered compilation work
    17553 - Mirror changes from mono/corefx,corert
    17554 - [runtime] Make mono_thread_manage external only
    17558 - [cxx] Compile mini-llvm.c as C++ if configure -enable-cxx.
    17559 - [wasm] Propagate exit code from Main in the test runner.
    17565 - Mirror changes from mono/coreclr,corert,corefx
    17566 - [runtime] Unbalanced GC Unsafe transitions before shutdown
    17570 - [cxx][x86] int/ptr casts
    17571 - Mirror changes from mono/coreclr
    17577 - [master] Update dependencies from dotnet/arcade dotnet/core-setup dotnet/corefx
    17579 - Fix #16206: Change HotkeyPrefix default value in TabControlPainter.cs
    17583 - [dim][regression] Explicit interface override
    17589 - [embed] Assert when call mono_runtime_object_init
    17590 - Bump CoreFX to pickup corefx #367 to fix #17133.
    17592 - [eglib] Handle dli.dli_sname being NULL in g_module_address ().
    17595 - [interp] fix signature mismatch between jit<>interp for string constructor
    17596 - [wasm] Fix build problems.
    17600 - [wasm] Print a useful error message instead of a signature mismatch error on missing icalls.
    17602 - Avoid caching of System.dll image and types as they may be unloaded w…
    17607 - Implement GC.GetGCMemoryInfo
    17608 - Fix #12337: Refact selected indexes in TabControl.Remove
    17609 - Mirror changes from mono/coreclr,corefx
    17611 - [runtime] Add a –enable-minimal=threads configure option to disable threading support. Use it on wasm.
    17612 - Remove some unused icalls.
    17615 - [mini] Fix Coverity CID 1455161 & 1455162
    17616 - [netcore] Report errors on Windows CI
    17623 - [interp] Optimize call path
    17625 - [interp] Avoid emitting MINT_SAFEPOINT for every single call
    17628 - [System.Net.Http]: Bring HttpClient from CoreFX on monotouch and xammac.
    17631 - Bump mono/corefx@6e65509
    17636 - [interp] Fix interp logging
    17639 - [wasm] Fix xunit test ninja errors.
    17641 - [interp] Handle remoting field access same as jit
    17642 - [threadpool] cache processor count
    17646 - Mono NetCore Windows only build/test.
    17648 - [llvm] Fix a case where we treated the dreg of a store_membase instruction as a dreg, its actually the base reg.
    17650 - [interp] s/MONO_API_ERROR_INIT/error_init_reuse/g
    17653 - [WinForms] Returns real installed input languages on Windows
    17654 - [interp] Use GetType instrinsic also on net4x
    17660 - [WinForms] Fix #10559 In MaskedTextBox wrong Lines value when Mask se…
    17661 - [netcore] Cleanups.
    17662 - [WinForms] Fix #12249 scroll orientation was not defined in ScrollEventArgs
    17664 - [iOS] Match changes done in xamarin-macios in the SDK runtime.
    17666 - [netcore] Improve default constructor lookup,
    17667 - [jit] Call mono_class_setup_fields () before accessing field->offset. Fixes https://github.com/mono/mono/issues/17665.
    17669 - [WinForms]: Fix #16632 special values (-1 and -2) of ListView Column …
    17670 - [WinForms] Fix TabPage position when enabling MultiLine
    17672 - Allow runtime to be built with C++ on AIX
    17673 - [netcore] Improve Array.CreateInstance
    17676 - [WinForms] Fix #13777 DrawToBitmap() did not draw children controls
    17680 - [mono] Fix ProcessExit handler argument.
    17681 - Remove handles from ves_icall_System_Array_InternalCreate.
    17683 - [interp] use mask instead of bool expression
    17688 - Intrinsify Activator.CreateInstance for value types with no ctor
    17690 - [master] Update dependencies from dotnet/arcade dotnet/core-setup dotnet/corefx
    17691 - Explicit update/init only LLVM BTLS repro on external MSVC build.
    17692 - [jit] Allow Unsafe.As<TFrom, TTo> on gsharedvt types.
    17694 - Bump Corefx
    17695 - Mirror changes from mono/coreclr
    17698 - [wasm] Build the tests with –no-native-strip.
    17701 - [loader] Skip the full pinvoke resolution process for __Internal
    17706 - Fix MSVC intellisense for LLVM sources.
    17708 - Remove handles from ves_icall_System_Array_CanChangePrimitive.
    17711 - Handles reduction – 4 MERP functions.
    17712 - error_init reduction.
    17713 - Remove handles from System.Diagnostics.Debugger.
    17719 - [netcore] Complete Monitor.LockContentionCount implementation
    17723 - [merp] Remove extraneous waitpid invocation
    17727 - [debugger] Assert when async debug a generic method
    17730 - Switch away from Start-Process, Wait-Process in build.ps1.
    17731 - [WinForms][UIA] Add to the PropertyGrid new internal event to track grid items expanded state update
    17732 - [Wasm] Enabled –preload-files without AOT
    17738 - [runtime] Fix locking in mono_get_seq_points ().
    17739 - [aot] Improve the aot mangler a bit, handle bool/char as a primitive type and avoid emitting a System prefix.
    17740 - [profiler] Fix log profiling of native to managed wrappers
    17744 - [sdks] Add xunit to iOS test runner and add results reporting
    17748 - [wasm] Bump emscripten.
    17749 - [LLVM] Change llvm submodule to dotnet-org fork of official LLVM git repo
    17751 - [Mono.Security] Do not decode data beyond detected length in ASN1 parser
    17753 - [netcore] Run individual CoreCLR test suites
    17755 - [WinForms] Fix #16557 DefaultCellStyle was not cloned deeply in DataG…
    17757 - [netcore] Fix RuntimePropertyInfo.GetValue() in FullAOT scenarios
    17758 - Bump corefx to pick up https://github.com/mono/corefx/pull/370
    17761 - Mirror changes from mono/corefx,coreclr,corert
    17772 - Delete some LLVM test cases from make dist
    17773 - [wasm] Change netcore support to use a prebuilt corefx runtime.
    17777 - Mirror changes from mono/corefx,coreclr
    17778 - [llvm] use multiple cores to build llvm if ninja7782 - [interp] Add some missing netcore intrinsics.
    17784 - [interp] Add some inline checks from the JIT.
    17785 - [MacSDK] Bump xamarin-gtk-theme.py to latest revision from private bockbuild
    17789 - [Wasm] Forced filesystem creation
    17795ULL pointer crash in mono_decompose_vtype_opts().
    17803 - Mirror changes from mono/runtime
    17806 - Remove handles/MonoError from Mono.RuntimeGPtrArrayHandle.
    17816 - [Wasm] Update emscripten to 1.39.3
    17827 - [llvm] Add support for LLVM JInt is a generic valuetype.
    18577 - [2019-12] Bump msbuild to track mono-2019-10
    18591 - [2019-12] [runtime] Disable lldb backtrace display on osx, it hangs on attaching in lldb.
    18595 - [2019-12] configure.ac: remove AC_SEARCH_LIBS for libintl
    18611 - [2019-12] [merp] MONO_DEBUG=no-gdb-stacktrace shouldn’t disable MERP
    18620 - [2019-12] [corlib] Split corlib xunit tests even more for iOS
    18682 - [2019-12] [aot] Avoid inflating gparams with byreflike types during generic sharing.
    18705 - Update deprecated query parameter to header
    18723 - [2019-12] [merp] Add an exception type for managed exceptions
    18733 - [2019-12] [NUnitLite] Bump nunitlite submodule.
    18744 - [2019-12] [iOS] Replace removed dsymutil -t switch with -num-threads
    18786 - [2019-12] Allow users to switch to MonoWebRequestHandler on Android via UI
    18792 - [2019-12] Bump msbuild to track mono-2019-10
    18830 - [2019-12] Move offsets-tool into mono/tools
    18833 - [2019-12] Make MonoWebRequestHandler linker friendly
    18839 - [2019-12] [merp] Increase buffer size for state dump
    18862 - [2019-12] Bump msbuild to track mono-2019-10
    18889 - [2019-12] Move TestEnvVarSwitchForInnerHttpHandler to nunit (from xunit)
    18908 - [2019-12] [bcl] Default XmlSerializer stream serialize to UTF8 Encoding
    18911 - Bump bockbuild to bring in Gtk# regression fix
    18921 - [2019-12] [merp] Capture Environment.FailFast message in crash report
    18946 - [2019-12] [sgen] Disable managed allocator when using nursery-canaries
    18956 - [2019-12] Remove TestEnvVarSwitchForInnerHttpHandler test
    18964 - [2019-12] [merp] Produce hashes for unmanaged thread stacks also
    18984 - [2019-12] Added some parenthesis and a cast to control order of operations.
    18986 - [2019-12] Bump msbuild to track mono-2019-10
    19018 - [2019-12][runtime] Improve handling crashing signals
    19050 - [2019-12] [debugger] Enable reading embedded ppdb
    19078 - [2019-12] Bump msbuild to track mono-2019-12
    19119 - [2019-12] [merp] Create a signal (‘source’) breadcrumb for the crash dump process
    19205 - [2019-12] Bump msbuild to track mono-2019-12
    19208 - [2019-12] [corlib] Capture the ExceptionDispatchInfo when rethrowing from TaskContinuation
    19243 - [2019-12] [merp] Add breadcrumb for StackHash
    19368 - [2019-12] [amd64] align application stack pointer in signal handler
    19423 - [2019-12] Force Python 3.x from env in shebang lines
    19428 - [mono-2019-12] Bump corefx to get https://github.com/mono/corefx/pull/396
    19622 - [2019-12] Bump msbuild to track mono-2019-12
    19641 - [2019-12] [System.Runtime.Serialization] Work around specified cast is not valid
    19662 - [2019-12] Bump msbuild to track mono-2019-12
2020-09-30 19:50:14 +00:00
..
a60
abcl Update to version 1.7.1. 2020-07-29 21:47:46 +00:00
adoptopenjdk11-bin Add jmap to JAVA_WRAPPERS, bump PKGREVISION 2020-05-29 10:51:23 +00:00
algol68g lang/algol68g: fix outdated configure options 2020-05-21 07:02:56 +00:00
asn1c *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
awka lang/awka: fix homepage 2020-05-03 15:36:46 +00:00
baci Fix typo, and add indentation 2020-09-26 11:35:14 +00:00
boomerang
brandybasic
bwbasic
caml-light all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
camlp4 Marked lang/camlp4 as BROKEN. 2020-01-17 09:44:32 +00:00
camlp5 Updated lang/camlp5 to version 7.11. 2020-02-07 13:44:12 +00:00
cbmbasic Add lang/cbmbasic, a Commodore BASIC interpreter 2019-07-08 06:46:22 +00:00
ccsh *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
cdl3
Cg-compiler lang: align variable assignments 2019-11-03 19:03:56 +00:00
chibi-scheme chibi-scheme: Update to 0.9.1 2020-08-18 10:25:16 +00:00
chicken all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
chicken5 chicken: Update to version 5.2.0 2020-05-16 20:01:56 +00:00
cim *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
cint
clang *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
clang-tools-extra llvm: updated to 10.0.1 2020-07-26 19:20:12 +00:00
classpath *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
classpath-gui *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
clisp *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
clojure clojure: Avoid changing version numbers in two places. 2019-10-09 12:41:13 +00:00
compiler-rt compiler-rt: fix building on netbsd-9/amd64 2020-09-26 02:08:10 +00:00
coq *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
coreclr Revbump for icu 2020-06-02 08:22:31 +00:00
cparser *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
cu-prolog lang/cu-prolog: suppress harmless array[char] compiler warnings 2020-05-03 16:45:52 +00:00
duktape duktape: Capitalize ECMAScript and JavaScript 2020-04-04 07:46:24 +00:00
eag
ecl lang/ecl: update to ecl-20.4.24 2020-07-09 08:23:37 +00:00
eieio *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
elisp-manual all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
elixir elixir: gmake is a runtime dependency 2020-09-11 15:14:12 +00:00
elk lang: align variable assignments 2019-11-03 19:03:56 +00:00
embryo Update embryo to 1.7.10. No relevant changes. 2020-05-01 00:14:17 +00:00
erlang *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
erlang-doc erlang-doc: remove now irrelevant duplicate file filtering 2020-04-27 04:12:44 +00:00
erlang-luerl
erlang-man erlang*: Update to 22.2.7. 2020-02-27 13:46:39 +00:00
f2c all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ficl *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
focal
fort77 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
forth-retro forth-retro: Update to 2019.7 2020-06-14 10:38:11 +00:00
g95 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gambc lang/gambc: skip configure in SUBST block 2020-05-13 04:17:26 +00:00
gauche lang/gauche: skip check for unknown configure options 2020-03-22 10:50:35 +00:00
gawk gawk: update to 5.1.0. 2020-08-24 07:52:03 +00:00
gcc-aux *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gcc2 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gcc3 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gcc3-c lang/gcc3*: suppress USE_TOOLS+=perl warning 2020-05-13 05:02:08 +00:00
gcc3-c++ lang: align variable assignments 2019-11-03 19:03:56 +00:00
gcc3-f77 lang: align variable assignments 2019-11-03 19:03:56 +00:00
gcc3-objc lang: align variable assignments 2019-11-03 19:03:56 +00:00
gcc5 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gcc5-aux gcc*-aux: avoid future issues and accept NetBSD-10 as a version. 2020-04-29 20:33:28 +00:00
gcc5-libs all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gcc6 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gcc6-aux lang/gcc6-aux: fix shell portability 2020-05-03 17:42:20 +00:00
gcc6-libs all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gcc7 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gcc7-libs lang/gcc7: add missing patches for precompiled headers. 2020-04-08 13:29:54 +00:00
gcc8 gcc8: Pass default RPATH like gcc7, bump PKGREVISION 2020-09-17 22:04:15 +00:00
gcc8-libs gcc8-libs: Bump PKGREVISION from lang/gcc8 2020-09-17 22:05:16 +00:00
gcc9 gcc9: Add the patch, fix previous 2020-09-17 12:31:24 +00:00
gcc9-libs glib9-libs: Bump PKGREVISION from lang/gcc9 update 2020-09-17 12:28:29 +00:00
gcc10 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gcc10-libs lang/gcc10-libs: import gcc10-libs-10.2.0nb2 2020-09-02 16:14:03 +00:00
gcc34 lang/gcc3*: suppress USE_TOOLS+=perl warning 2020-05-13 05:02:08 +00:00
gcc44 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gcc48 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gcc48-libs all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gcc49 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gcc49-libs all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gforth *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ghc *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ghc-bootstrap *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ghc7 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ghc80 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ghc84 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ghc88 ghc88: Ensure libiconv can be found at runtime. 2020-09-16 17:26:31 +00:00
gjs *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gnat_util lang: align variable assignments 2019-11-03 19:03:56 +00:00
gnucobol lang/gnucobol: remove unknown configure options 2020-05-23 13:06:37 +00:00
go Update go114 to 1.14.8. 2020-09-03 07:03:26 +00:00
go-bin *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
go-hcl Revbump all Go packages after default Go version was changed to 1.15.1 2020-09-03 07:29:32 +00:00
go14 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
go19 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
go110 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
go114 Update go114 to 1.14.8. 2020-09-03 07:03:26 +00:00
go115 go115/pkg/${GO_PLATFORM}/crypto/x509/internal/macos.a gets built and 2020-09-07 08:15:42 +00:00
gpc all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
gprolog
guile lang/guile: disable check for unknown configure options 2020-03-22 08:17:23 +00:00
guile20 Revbump packages depending on libffi after .so version change. 2020-03-08 16:42:24 +00:00
guile22 Fix lang/guile22 on Darwin 2020-08-30 13:27:30 +00:00
gwydion-dylan *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
heirloom-awk
hs-hslua hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hugs lang: align variable assignments 2019-11-03 19:03:56 +00:00
icon lang: align variable assignments 2019-11-03 19:03:56 +00:00
idris *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
inform
intercal lang: align variable assignments 2019-11-03 19:03:56 +00:00
ja-gawk all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
jamvm *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
janet janet: CFLAGS.NetBSD no longer needed here 2020-08-10 14:45:53 +00:00
japhar japhar: Define LICENSE 2020-03-27 15:09:00 +00:00
jasmin
jikes *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
jimtcl
joos
js
kaffe *: Remove esound support from pkgsrc 2020-01-20 21:54:00 +00:00
kaffe-x11 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
kali lang: align variable assignments 2019-11-03 19:03:56 +00:00
konoha Revbump for icu 2020-06-02 08:22:31 +00:00
ksi ksi: Define LICENSE 2020-03-27 23:29:39 +00:00
libBlocksRuntime all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
libcxx llvm: updated to 10.0.1 2020-07-26 19:20:12 +00:00
libcxxabi llvm: updated to 10.0.1 2020-07-26 19:20:12 +00:00
libduktape [lib]duktape: Update to 2.5.0 2020-03-24 13:49:11 +00:00
libLLVM On powerpc, use -mlongcall so that we don't get 24-bit relocation overflow. 2020-09-15 16:16:29 +00:00
libLLVM4 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
libLLVM34 devel/libLLVM34: remove nonexistent file from SUBST_FILES 2020-04-27 03:47:31 +00:00
libobjc2 Import libobjc2-2.0, a modern version of devel/gnustep-objc for use with 2020-04-16 17:35:47 +00:00
librep Revbump packages depending on libffi after .so version change. 2020-03-08 16:42:24 +00:00
libunwind llvm: updated to 10.0.1 2020-07-26 19:20:12 +00:00
likepython lang: align variable assignments 2019-11-03 19:03:56 +00:00
llvm Re-instate the cmake configure check for whether -latomic is 2020-09-20 09:37:17 +00:00
lua lua: fix typo in luaversion.mk 2020-08-25 22:46:24 +00:00
lua-moonscript lang: Add lua-moonscript 2020-07-11 11:56:59 +00:00
lua51 lua*: update descriptions 2020-09-20 14:48:17 +00:00
lua52 lua*: update descriptions 2020-09-20 14:48:17 +00:00
lua53 lua*: update descriptions 2020-09-20 14:48:17 +00:00
lua54 lua*: update descriptions 2020-09-20 14:48:17 +00:00
LuaJIT2 LuaJIT: gets lua category 2020-07-02 10:16:59 +00:00
lush *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
maude
mawk
mercury *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
micropython Revbump packages depending on libffi after .so version change. 2020-03-08 16:42:24 +00:00
minischeme
mit-scheme-bin all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
mono *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mono-basic Revbump for icu 2020-06-02 08:22:31 +00:00
mono6 mono6: Update to 6.10.0.104 2020-09-30 19:50:14 +00:00
moscow_ml *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mozjs60 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mozjs68 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mpd mpd: avoid problematic netbsd version check (would fail for netbsd-10) 2020-04-29 20:31:58 +00:00
nawk all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
neko *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
newlisp Dropping a dependency warrants a PKGREVISION bump. 2020-08-11 17:18:59 +00:00
newsqueak lang: align variable assignments 2019-11-03 19:03:56 +00:00
nhc98 lang: align variable assignments 2019-11-03 19:03:56 +00:00
nim nim: Update to 1.2.6 2020-08-09 22:11:29 +00:00
nodejs nodejs: updated to 14.10.1 2020-09-11 09:24:21 +00:00
nodejs8 Revbump for icu 2020-06-02 08:22:31 +00:00
nodejs10 nodejs/nodejs10/nodejs12: these now require nghttp2>=1.41.0 2020-06-18 04:58:24 +00:00
nodejs12 nodejs12: updated to 12.18.3 2020-08-03 12:10:47 +00:00
npm *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
nqp (lang/nqp) Updated 2020.5 to 2020.08.2 ChangeLog not summarized, again (right)? 2020-09-13 14:28:35 +00:00
nuitka all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
objc mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
ocaml lang/ocaml: fix bashisms in tests 2020-05-23 20:33:51 +00:00
oo2c *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
open-cobol-ce lang: align variable assignments 2019-11-03 19:03:56 +00:00
opencobol
openjdk-bin openjdk-bin: Update to 15 2020-09-15 20:09:00 +00:00
openjdk8 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
openjdk11 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
opensource-cobol all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
oracle-jdk8 Add jmap to JAVA_WRAPPERS, bump PKGREVISION 2020-05-29 10:51:23 +00:00
oracle-jre8 lang: align variable assignments 2019-11-03 19:03:56 +00:00
ossp-js *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
owl-lisp
p2c
p5-Switch *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
parrot (lang/parrot) Change SUBST stage to pre-configure, by pkglint 2020-09-13 13:03:37 +00:00
pc-lisp
pcc lang/pcc: remove dependency on gmake 2020-06-06 21:24:14 +00:00
pcc-current
pear lang/pear: update to 1.10.12 2020-04-25 15:51:47 +00:00
perl5 fix the build on netbsd/vax. 2020-09-17 10:02:20 +00:00
pfe *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
pforth
php lang/php74: udpate to 7.4.10 2020-09-04 15:01:04 +00:00
php56 php56: add default-off php-embed option to install embed SAPI 2020-08-01 09:52:51 +00:00
php72 lang/php72: update to 7.2.33 2020-08-08 13:32:57 +00:00
php73 lang/php73: update to 7.3.22 2020-09-04 14:59:16 +00:00
php74 lang/php74: udpate to 7.4.10 2020-09-04 15:01:04 +00:00
picoc
pict all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
polyml In light of PR 55569, mark lang/polyml NOT_FOR_BULK_PLATFORM *-*-*. 2020-08-14 00:47:10 +00:00
py-asttokens py-asttokens: cleanup 2020-07-01 14:55:12 +00:00
py-basicproperty *: reset maintainer for darcy 2020-07-13 20:05:11 +00:00
py-byterun lang: align variable assignments 2019-11-03 19:03:56 +00:00
py-cmake-language-server py-cmake-language-server: update to 0.1.2. 2020-06-29 13:07:55 +00:00
py-cxfreeze *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
py-execjs
py-hy py-hy: updated to 0.18.0 2020-03-27 15:27:41 +00:00
py-inflect lang/py-inflect: import py-inflect-4.1.0 2020-03-12 07:12:05 +00:00
py-js2py
py-jsparser
py-mypy py-mypy: updated to 0.782 2020-07-01 16:05:25 +00:00
py-mypy_extensions py-mypy: updated to 0.740; py-mypy_extensions updated to 0.4.3 2019-10-18 12:28:37 +00:00
py-parso py-parso: update to 0.8.0. 2020-08-24 08:31:26 +00:00
py-paver
py-py3c py-py3c: added version 1.2 2020-07-27 20:11:44 +00:00
py-pygls py-pygls: Sort PLIST 2020-05-18 16:46:46 +00:00
py-pyrex lang: align variable assignments 2019-11-03 19:03:56 +00:00
py-python-language-server py-jedi: mark as not for python 2.7 because of py-parso 2020-08-24 08:32:43 +00:00
py-python-lua *: switch to versioned_dependencies.mk for py-setuptools 2020-08-31 23:07:00 +00:00
py-pythonz Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-six py-six: updated to 1.15.0 2020-05-27 12:14:31 +00:00
py-spark-parser py-spark-parser: updated to 1.8.9 2019-08-26 06:54:28 +00:00
py-uncompyle6 py-uncompyle6: updated to 3.7.4 2020-09-10 09:27:26 +00:00
py27-html-docs python27: updated to 2.7.18 2020-04-20 20:05:56 +00:00
py36-html-docs python36 py36-html-docs: updated to 3.6.12 2020-08-19 07:07:46 +00:00
py37-html-docs python37 py37-html-docs: updated to 3.7.9 2020-08-19 07:08:34 +00:00
py38-html-docs python38: updated to 3.8.6 2020-09-28 19:31:55 +00:00
python python: support py-cairo in versioned_dependencies.mk 2020-09-03 15:44:54 +00:00
python27 python27: Add reference to CVE-2020-26116 in patches for bpo-39603 2020-09-27 14:57:22 +00:00
python36 Avoid MemoryError from "import ctypes" on OpenBSD (PR pkg/55134) for all 2020-09-01 09:26:54 +00:00
python37 Avoid MemoryError from "import ctypes" on OpenBSD (PR pkg/55134) for all 2020-09-01 09:26:54 +00:00
python38 python38: updated to 3.8.6 2020-09-28 19:31:55 +00:00
qore Don't modify the instance from a const method. 2020-03-19 23:59:58 +00:00
quickjs lang/quickjs: install documentation and examples 2020-05-10 10:32:33 +00:00
R-sourcetools Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
racket *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
racket-textual lang: align variable assignments 2019-11-03 19:03:56 +00:00
rakudo (lang/rakudo) Updated 2020.02.1 to 2020.08.2 2020-09-14 22:57:16 +00:00
rakudo-star *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
rcfunge rcfunge: avoid workaround for netbsd<6, EOL versions 2020-04-29 20:30:27 +00:00
rexx-imc
rexx-regina all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
ruby lang/ruby: drop support for Ruby on Rails 5.1 2020-09-10 16:53:03 +00:00
ruby-coffee-script
ruby-coffee-script-source all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ruby-cucumber-gherkin lang/ruby-cucumber-gherkin: update to 15.0.2 2020-09-13 16:14:19 +00:00
ruby-doc-stdlib
ruby-execjs
ruby-rkelly-remix
ruby25 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ruby25-base lang/ruby25-base: update to 2.5.8 2020-04-01 15:25:26 +00:00
ruby26 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ruby26-base lang/ruby26-base: update to 2.6.6 2020-04-01 15:21:57 +00:00
ruby27 lang/ruby27: add ruby27 package version 2.7.0 2020-03-15 15:30:30 +00:00
ruby27-base lang/ruby27-base: generic fix for path to power_assert/console 2020-06-19 09:21:06 +00:00
runawk runawk: Fix typo in DESCR 2020-03-27 23:31:04 +00:00
rust lang/rust: Prune comments about closed PRs 2020-09-29 16:45:16 +00:00
rust-bin rust-bin: apparently, CHECK_RELRO_SKIP takes shell patterns 2020-08-31 09:58:10 +00:00
sablevm sablevm: Set LICENSE 2020-07-07 14:58:24 +00:00
sablevm-classpath
sablevm-classpath-gui *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
sather *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
sbcl sbcl: remove patches that were removed from distinfo during 2.0.7 update 2020-08-13 07:24:41 +00:00
scala (lang/scala) Fix install stage, ${TAR} was not defined 2020-04-04 04:19:36 +00:00
scala-sbt Update to 1.2.8 2019-07-04 13:46:46 +00:00
scheme48
scm lang: align variable assignments 2019-11-03 19:03:56 +00:00
see *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
sigscheme
siod
smalltalk (lang/smalltalk) Correction to perl:run. Installed libexec/smalltalk/vfs/mailfs is in Perl 2020-09-21 08:48:39 +00:00
smlnj all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
smlnj11072 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
snobol lang: align variable assignments 2019-11-03 19:03:56 +00:00
spidermonkey lang: align variable assignments 2019-11-03 19:03:56 +00:00
spidermonkey52 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
spidermonkey185 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
spl Revbump for icu 2020-06-02 08:22:31 +00:00
squeak all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
squeak-vm *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
sr lang: align variable assignments 2019-11-03 19:03:56 +00:00
sr-examples lang: align variable assignments 2019-11-03 19:03:56 +00:00
stalin stalin: seems to only need MesaLib and glu 2019-08-30 18:12:29 +00:00
STk lang/STk: fix array index using char 2020-05-03 14:49:30 +00:00
sun-jdk7 Add jmap to JAVA_WRAPPERS, bump PKGREVISION 2020-05-29 10:51:23 +00:00
sun-jre7 lang: align variable assignments 2019-11-03 19:03:56 +00:00
swi-prolog
swi-prolog-jpl
swi-prolog-lite Don't depend on openssl.cnf to exist. 2020-08-09 23:16:48 +00:00
swi-prolog-packages *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
tcl Revbump for icu 2020-06-02 08:22:31 +00:00
tcl-expect *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
tcl-otcl *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
tcl85 all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
tcltutor lang/tcltutor: import tcltutor-30b7 2019-10-07 14:37:34 +00:00
tinyscheme *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ucblogo lang: align variable assignments 2019-11-03 19:03:56 +00:00
umb-scheme
utilisp
vala vala: update to 0.48.8. 2020-08-24 08:05:32 +00:00
vscm
vslisp *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
wsbasic *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
yabasic yabasic: update to 2.87.0. 2020-09-06 09:06:15 +00:00
yap Fix STL use 2020-04-17 00:19:43 +00:00
zenlisp
zig Add lang/zig/application, common mk to handle build.zig applications. 2020-06-16 11:01:42 +00:00
Makefile lang: Enable gcc10-libs 2020-09-02 16:15:05 +00:00