pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cross/mingw-w64



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Nov 28 20:36:41 UTC 2024

Modified Files:
        pkgsrc/cross/mingw-w64: Makefile

Log Message:
cross/mingw-w64: Update to 12.0.0


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/cross/mingw-w64/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/mingw-w64/Makefile
diff -u pkgsrc/cross/mingw-w64/Makefile:1.7 pkgsrc/cross/mingw-w64/Makefile:1.8
--- pkgsrc/cross/mingw-w64/Makefile:1.7 Sat Feb 10 00:53:34 2024
+++ pkgsrc/cross/mingw-w64/Makefile     Thu Nov 28 20:36:41 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/02/10 00:53:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2024/11/28 20:36:41 ryoon Exp $
 
-DISTNAME=              mingw-w64-11.0.1
+DISTNAME=              mingw-w64-12.0.0
 CATEGORIES=            cross
 MASTER_SITES=          # empty
 DISTFILES=             # empty
@@ -11,9 +11,11 @@ COMMENT=             Cross toolchains for win32 and
 
 META_PACKAGE=          yes
 
-DEPENDS+=              mingw-w64-x86_64-gcc-[0-9]*:../../cross/mingw-w64-x86_64-gcc
-DEPENDS+=              mingw-w64-x86_64-gcc-winpthreads-[0-9]*:../../cross/mingw-w64-x86_64-gcc-winpthreads
-DEPENDS+=              mingw-w64-i686-gcc-[0-9]*:../../cross/mingw-w64-i686-gcc
-DEPENDS+=              mingw-w64-i686-gcc-winpthreads-[0-9]*:../../cross/mingw-w64-i686-gcc-winpthreads
+DEPENDS+=              mingw-w64-x86_64-gcc-ucrt-[0-9]*:../../cross/mingw-w64-x86_64-gcc
+DEPENDS+=              mingw-w64-x86_64-gcc-msvcrt-[0-9]*:../../cross/mingw-w64-x86_64-gcc-msvcrt
+DEPENDS+=              mingw-w64-x86_64-gcc-winpthreads-ucrt-[0-9]*:../../cross/mingw-w64-x86_64-gcc-winpthreads
+DEPENDS+=              mingw-w64-i686-gcc-ucrt-[0-9]*:../../cross/mingw-w64-i686-gcc
+DEPENDS+=              mingw-w64-i686-gcc-msvcrt-[0-9]*:../../cross/mingw-w64-i686-gcc-msvcrt
+DEPENDS+=              mingw-w64-i686-gcc-winpthreads-ucrt-[0-9]*:../../cross/mingw-w64-i686-gcc-winpthreads
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index