head 1.11; access; symbols pkgsrc-2023Q4:1.10.0.6 pkgsrc-2023Q4-base:1.10 pkgsrc-2023Q3:1.10.0.4 pkgsrc-2023Q3-base:1.10 pkgsrc-2023Q2:1.10.0.2 pkgsrc-2023Q2-base:1.10 pkgsrc-2023Q1:1.9.0.2 pkgsrc-2023Q1-base:1.9 pkgsrc-2022Q4:1.8.0.18 pkgsrc-2022Q4-base:1.8 pkgsrc-2022Q3:1.8.0.16 pkgsrc-2022Q3-base:1.8 pkgsrc-2022Q2:1.8.0.14 pkgsrc-2022Q2-base:1.8 pkgsrc-2022Q1:1.8.0.12 pkgsrc-2022Q1-base:1.8 pkgsrc-2021Q4:1.8.0.10 pkgsrc-2021Q4-base:1.8 pkgsrc-2021Q3:1.8.0.8 pkgsrc-2021Q3-base:1.8 pkgsrc-2021Q2:1.8.0.6 pkgsrc-2021Q2-base:1.8 pkgsrc-2021Q1:1.8.0.4 pkgsrc-2021Q1-base:1.8 pkgsrc-2020Q4:1.8.0.2 pkgsrc-2020Q4-base:1.8 pkgsrc-2020Q3:1.7.0.2 pkgsrc-2020Q3-base:1.7 pkgsrc-2020Q2:1.6.0.4 pkgsrc-2020Q2-base:1.6 pkgsrc-2020Q1:1.6.0.2 pkgsrc-2020Q1-base:1.6 pkgsrc-2019Q4:1.5.0.6 pkgsrc-2019Q4-base:1.5 pkgsrc-2019Q3:1.5.0.2 pkgsrc-2019Q3-base:1.5 pkgsrc-2019Q2:1.4.0.2 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.3.0.6 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.4 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.2 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.1.0.2 pkgsrc-2018Q2-base:1.1; locks; strict; comment @# @; 1.11 date 2024.01.31.21.10.33; author ryoon; state Exp; branches; next 1.10; commitid mKZ8OPx3Z9z46EWE; 1.10 date 2023.06.06.12.40.26; author riastradh; state Exp; branches; next 1.9; commitid xhspr6Z8JLQOWSrE; 1.9 date 2023.02.15.20.49.11; author ryoon; state Exp; branches; next 1.8; commitid 1DWy1lD2xT61eFdE; 1.8 date 2020.10.02.16.49.36; author ryoon; state Exp; branches; next 1.7; commitid yTzrkllHoIdUJlqC; 1.7 date 2020.08.31.18.06.53; author wiz; state Exp; branches; next 1.6; commitid 7zxRbfOkDOoxbfmC; 1.6 date 2019.12.29.01.08.13; author ryoon; state Exp; branches; next 1.5; commitid z7kPmW37yFwYsxQB; 1.5 date 2019.08.11.13.18.17; author wiz; state Exp; branches; next 1.4; commitid Ifet9Pg6Qt99ZByB; 1.4 date 2019.05.10.19.30.03; author ryoon; state Exp; branches; next 1.3; commitid YivGg0o2vZKi3HmB; 1.3 date 2018.08.22.09.43.10; author wiz; state Exp; branches; next 1.2; commitid YLub8g3ofvFGb6PA; 1.2 date 2018.07.18.14.18.04; author ryoon; state Exp; branches; next 1.1; commitid EqHyng3PkXYbQCKA; 1.1 date 2018.06.07.19.32.13; author ryoon; state Exp; branches; next ; commitid veYoxvEgZ8wJTnFA; desc @@ 1.11 log @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. @ text @# $NetBSD: Makefile,v 1.10 2023/06/06 12:40:26 riastradh Exp $ .include "../../cross/mingw-w64-x86_64-crt/Makefile.common" PKGNAME= ${DISTNAME:S/mingw-w64-v/mingw-w64-i686-crt-/} COMMENT= Mingw-w64 C runtime for win32 cross-development TOOL_DEPENDS+= mingw-w64-i686-gcc-bootstrap-[0-9]*:../../cross/mingw-w64-i686-gcc-bootstrap MINGW_TARGET= ${MINGW_W64_32_TARGET} CONFIGURE_ARGS+= --enable-lib32 CONFIGURE_ARGS+= --disable-lib64 .include "../../cross/mingw-w64-i686-headers/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.10 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2023/02/15 20:49:11 ryoon Exp $ a5 1 PKGREVISION= 1 @ 1.9 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2020/10/02 16:49:36 ryoon Exp $ d9 1 a9 1 BUILD_DEPENDS+= mingw-w64-i686-gcc-bootstrap-[0-9]*:../../cross/mingw-w64-i686-gcc-bootstrap @ 1.8 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2020/08/31 18:06:53 wiz Exp $ d6 1 @ 1.7 log @*: bump PKGREVISION for perl-5.32. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2019/12/29 01:08:13 ryoon Exp $ a2 1 PKGREVISION= 1 @ 1.6 log @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. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2019/08/11 13:18:17 wiz Exp $ d3 1 @ 1.5 log @Bump PKGREVISIONs for perl 5.30.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2019/05/10 19:30:03 ryoon Exp $ a2 1 PKGREVISION= 1 @ 1.4 log @Update mingw-w64 packages to latest * Update mingw-w64 to 6.0.0 * Update binutils to 2.32 * Update GCC to 9.1.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2018/08/22 09:43:10 wiz Exp $ d3 1 @ 1.3 log @Recursive bump for perl5-5.28.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/07/18 14:18:04 ryoon Exp $ a2 1 PKGREVISION= 1 @ 1.2 log @Remove double slash @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2018/06/07 19:32:13 ryoon Exp $ d3 1 @ 1.1 log @cross/mingw-w64-i686-crt: import mingw-w64-i686-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 i386 target. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2016/06/19 16:23:59 wiz Exp $ d8 1 a8 1 BUILD_DEPENDS+= mingw-w64-i686-gcc-bootstrap-[0-9]*:../..//cross/mingw-w64-i686-gcc-bootstrap @