head 1.14; access; symbols pkgsrc-2023Q4:1.13.0.8 pkgsrc-2023Q4-base:1.13 pkgsrc-2023Q3:1.13.0.6 pkgsrc-2023Q3-base:1.13 pkgsrc-2023Q2:1.13.0.4 pkgsrc-2023Q2-base:1.13 pkgsrc-2023Q1:1.13.0.2 pkgsrc-2023Q1-base:1.13 pkgsrc-2022Q4:1.11.0.2 pkgsrc-2022Q4-base:1.11 pkgsrc-2022Q3:1.10.0.2 pkgsrc-2022Q3-base:1.10 pkgsrc-2022Q2:1.9.0.8 pkgsrc-2022Q2-base:1.9 pkgsrc-2022Q1:1.9.0.6 pkgsrc-2022Q1-base:1.9 pkgsrc-2021Q4:1.9.0.4 pkgsrc-2021Q4-base:1.9 pkgsrc-2021Q3:1.9.0.2 pkgsrc-2021Q3-base:1.9 pkgsrc-2021Q2:1.8.0.2 pkgsrc-2021Q2-base:1.8 pkgsrc-2021Q1:1.7.0.4 pkgsrc-2021Q1-base:1.7 pkgsrc-2020Q4:1.7.0.2 pkgsrc-2020Q4-base:1.7 pkgsrc-2020Q3:1.6.0.2 pkgsrc-2020Q3-base:1.6 pkgsrc-2020Q2:1.5.0.8 pkgsrc-2020Q2-base:1.5 pkgsrc-2020Q1:1.5.0.4 pkgsrc-2020Q1-base:1.5 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.3.0.2 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.2.0.6 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.4 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.2 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.1.0.2 pkgsrc-2018Q2-base:1.1; locks; strict; comment @# @; 1.14 date 2024.01.31.21.04.14; author ryoon; state Exp; branches; next 1.13; commitid A1RfmYOsE68S3EWE; 1.13 date 2023.03.19.16.00.48; author js; state Exp; branches; next 1.12; commitid DryXCGR9q8SrBKhE; 1.12 date 2023.02.15.20.49.11; author ryoon; state Exp; branches; next 1.11; commitid 1DWy1lD2xT61eFdE; 1.11 date 2022.10.09.02.37.03; author ryoon; state Exp; branches; next 1.10; commitid Q4GB7a7xTG2BkZWD; 1.10 date 2022.06.28.11.31.15; author wiz; state Exp; branches; next 1.9; commitid D2UoJrTHpoHEANJD; 1.9 date 2021.08.27.14.11.08; author ryoon; state Exp; branches; next 1.8; commitid N6Px8rhufw4ShC6D; 1.8 date 2021.05.24.19.49.26; author wiz; state Exp; branches; next 1.7; commitid qokaiStTApGMcrUC; 1.7 date 2020.10.02.16.49.36; author ryoon; state Exp; branches; next 1.6; commitid yTzrkllHoIdUJlqC; 1.6 date 2020.08.31.18.06.53; author wiz; state Exp; branches; next 1.5; commitid 7zxRbfOkDOoxbfmC; 1.5 date 2019.09.18.15.29.21; author ryoon; state Exp; branches; next 1.4; commitid bOlbZRNmgXa5vvDB; 1.4 date 2019.08.11.13.18.17; author wiz; state Exp; branches; next 1.3; commitid Ifet9Pg6Qt99ZByB; 1.3 date 2019.05.10.19.30.04; author ryoon; state Exp; branches; next 1.2; commitid YivGg0o2vZKi3HmB; 1.2 date 2018.08.22.09.43.10; author wiz; state Exp; branches; next 1.1; commitid YLub8g3ofvFGb6PA; 1.1 date 2018.06.07.19.21.46; author ryoon; state Exp; branches; next ; commitid vKrdLYu306w9QnFA; desc @@ 1.14 log @mingw-w64-{i686,x86_64}-gcc-{,bootstrap,winpthreads} : Update to 13.2.0 Use GCC 13.2.0. @ text @# $NetBSD: Makefile,v 1.13 2023/03/19 16:00:48 js Exp $ .include "../../cross/mingw-w64-x86_64-gcc/Makefile.common" PKGNAME= mingw-w64-x86_64-${DISTNAME} COMMENT= GNU C Compiler for win64 cross-development DEPENDS+= mingw-w64-x86_64-binutils-[0-9]*:../../cross/mingw-w64-x86_64-binutils MINGW_TARGET= ${MINGW_W64_64_TARGET} CONFIGURE_ARGS+= --disable-dw2-exceptions .include "../../cross/mingw-w64-x86_64-crt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.13 log @cross/mingw-w64-i686-gcc: Use DW2 exceptions @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.12 2023/02/15 20:49:11 ryoon Exp $ a5 1 PKGREVISION= 1 @ 1.12 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.11 2022/10/09 02:37:03 ryoon Exp $ d12 1 @ 1.11 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2022/06/28 11:31:15 wiz Exp $ d6 1 @ 1.10 log @*: recursive bump for perl 5.36 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2021/08/27 14:11:08 ryoon Exp $ a2 1 PKGREVISION= 1 @ 1.9 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2021/05/24 19:49:26 wiz Exp $ d3 1 @ 1.8 log @*: recursive bump for perl 5.34 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2020/10/02 16:49:36 ryoon Exp $ a2 1 PKGREVISION= 1 @ 1.7 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.6 2020/08/31 18:06:53 wiz Exp $ d3 1 @ 1.6 log @*: bump PKGREVISION for perl-5.32. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2019/09/18 15:29:21 ryoon Exp $ a2 1 PKGREVISION= 1 @ 1.5 log @Update mingw-w64 GCC to 9.2.0 Fix C++ Microsoft ABI bitfield layout bug. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2019/08/11 13:18:17 wiz Exp $ d3 1 @ 1.4 log @Bump PKGREVISIONs for perl 5.30.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2019/05/10 19:30:04 ryoon Exp $ a2 1 PKGREVISION= 1 @ 1.3 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.2 2018/08/22 09:43:10 wiz Exp $ d3 1 @ 1.2 log @Recursive bump for perl5-5.28.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2018/06/07 19:21:46 ryoon Exp $ a2 1 PKGREVISION= 1 @ 1.1 log @cross/mingw-w64-x86_64-gcc: import mingw-w64-x86_64-gcc-8.1.0 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 mingw-w64 GCC for x86_64 target. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2016/08/20 09:23:42 wiz Exp $ d3 1 @