The NetBSD Project

CVS log for pkgsrc/cross/mingw-w64-x86_64-crt/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / cross / mingw-w64-x86_64-crt

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Nov 28 20:01:37 2024 UTC (4 months, 3 weeks ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -4 lines
cross/mingw-w64-x86_64-crt-ucrt: Update to 12.0.0

Changelog:
v12.0.0: 2024-05-29

Important: UCRT is now the default CRT runtime instead of MSVCRT, check the mingw-w64-doc/howto-build/ucrt-vs-msvcrt.txt document for details. Both header set and CRT must be configured and built with the same settings consistently for proper functionality. Switching runtimes requires all libraries to be rebuilt, including GCC.

Notable changes:

    C++ overloads for _strdate_s and _strtime_s, _makepath_s, wcsncat_s.
    gdtoa updated against netlib.org, up to January 2023.
    genlib tool removed in favor of llvm-dlltool, created by the same author.
    Make it possible to use winpthreads with MSVC.
    Updated wine header imports.
    Many other new win32 APIs.
    UCRT configurations now primarily use (faster) math functions from UCRT, rather than libmingwex

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jan 31 21:10:33 2024 UTC (14 months, 3 weeks ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -2 lines
mingw-w64-{i686,x86_64}-{headers,crt,winpthreads}: Update to 11.0.1

Changelog:
11.0.1:
    Fixes for w32api/Cygwin

11.0.0:
Notable changes:

    New libdloadhelper.a, like libdelayimp.a but using Windows 8 and later APIs.
    Fix race condition when building lib32 and lib64 in parallel on Windows.
    *recalloc now only available from msvcr90 and later, UCRT.
    Redirect access() to __mingw_access() on UCRT wrt to X_OK problems.
    New Hyper-V APIs.
    SEH based setjmp on ARM if supported by compiler.
    --enable-cfguard to enable Control Flow Guard in CRT, requires compiler support, clang only at this time.
    Implement some of the stack protector functions/variables so -lssp is now optional when _FORTIFY_SOURCE or -fstack-protector-strong is used.
    _FORTIFY_SOURCE=3 support added if __builtin_dynamic_object_size is supported by the compiler (gcc 12 or later).
    genstubdll removed.
    uchar_c16rtomb, uchar_c32rtomb, uchar_mbrtoc16 and uchar_mbrtoc32 removed for MSVCR*, UCRT only for now.
    Updates to DX12 headers and much more from Wine.
    Many other new win32 APIs.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:40:26 2023 UTC (22 months, 2 weeks ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 15 20:49:11 2023 UTC (2 years, 2 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
mingw-w64*: Update to 10.0.0

* Update GCC and binutils to the latest too.
* Try to avoid "undefined reference to `__strcpy_chk'"

Changelog:
v10.0.0: 2022-04-04

Notable changes:

  * New msvcrt10, 20, 40, 70 and 71 import libraries.
  * Drop x86_64 64bit crtdll.dll
  * Updated wine imports
  * Fix intrin.h compatibility with GCC-11
  * _(v)scprintf optimization
  * optimize __ms_vsnprintf for LTO

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Oct 9 02:37:03 2022 UTC (2 years, 6 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -2 lines
mingw-w64*: Update to 10.0.0

* Update GCC and binutils to the latest too.

Changelog:
v10.0.0: 2022-04-04

Notable changes:

  * New msvcrt10, 20, 40, 70 and 71 import libraries.
  * Drop x86_64 64bit crtdll.dll
  * Updated wine imports
  * Fix intrin.h compatibility with GCC-11
  * _(v)scprintf optimization
  * optimize __ms_vsnprintf for LTO

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jun 28 11:31:15 2022 UTC (2 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
*: recursive bump for perl 5.36

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Aug 27 14:11:07 2021 UTC (3 years, 7 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
mingw-w64: Update to 9.0.0

* Update binutils to 2.37.
* Update gcc to 10.3.0.

Changelog:
Notable changes:
    UCRT updates by Biswapriyo Nath
    Wine updates by Jacek Caban
    Various new and updated API headers by Biswapriyo Nath and Liu Hao
    Various UCRT and MSVCRT fixes by Martin Storsjo
    at_quick_exit implementation by Martin Storsjo
    dism API by Biswapriyo Nath
    idl fixes by Steve Lhomme
    Winpthreads fixes by Liu Hao
    gettimeofday precision increase by Christian Franke

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 24 19:49:26 2021 UTC (3 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
*: recursive bump for perl 5.34

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Oct 2 16:49:36 2020 UTC (4 years, 6 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
mingw-w64-*: Update to mingw-w64 to 8.0.0

* Update GCC to 10.2.0.
* Update Binutils to 2.35.1

Changelog:
v8.0.0: 2020-09-18

Notable changes:

    New Hyper-V headers and libraries by Biswapriyo Nath
    Many headers updated from Wine by Jacek Caban.
    ARM math improvements by Martin Storsjo
    floating point fixes by Liu Hao
    many *printf compatibility fixes by Liu Hao and Martin Storsjo
    massive Windows App Store API updates by Steve Lhomme
    winstorecompat library updates by Martin Storsjo
    __USE_MINGW_ANSI_STDIO now automatically enabled in C99 and C11 mode when not using UCRT by Pali Rohar
    wdm and ddk updates by Zebediah Figura
    UCRT for Windows Store Apps (-lucrtapp) by Martin Storsjo
    Audioclient and ActivateAudioInterfaceAsync API updates by Liu Hao
    DirectX SDKs are now always installed

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 31 18:06:53 2020 UTC (4 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
*: bump PKGREVISION for perl-5.32.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Dec 29 01:08:14 2019 UTC (5 years, 3 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -2 lines
Update to mingw-w64 to 7.0.0 and binutils to 2.33.1

mingw-w64:
Notable changes:

    _FORTIFY_SOURCE support thanks to Christian Franke.
    Lots of math fixes from Martin Storsjö.
    Many headers updated from Wine by Jacek Caban.
    UCRT support by Martin Storsjö.

binutils:
No specific change for Windows/PECOFF.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Aug 11 13:18:17 2019 UTC (5 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Bump PKGREVISIONs for perl 5.30.0

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 10 19:30:03 2019 UTC (5 years, 11 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
Update mingw-w64 packages to latest

* Update mingw-w64 to 6.0.0
* Update binutils to 2.32
* Update GCC to 9.1.0

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 22 09:43:10 2018 UTC (6 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Recursive bump for perl5-5.28.0

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 18 14:18:51 2018 UTC (6 years, 9 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Remove double slash in path

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jun 7 19:19:46 2018 UTC (6 years, 10 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
cross/mingw-w64-x86_64-crt: import mingw-w64-x86_64-crt-5.0.4

Mingw-w64 is an advancement of the original mingw.org project,
created to support the GCC compiler on Windows systems. It has
forked it in 2007 in order to provide support for 64 bits and new
APIs. It has since then gained widespread use and distribution.

This package provides C runtime for mingw-w64 x86_64 target.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>