pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross/mingw-w64 cross/mingw-w64: import mingw-w64-5.0.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/877a0af091c9
branches: trunk
changeset: 381448:877a0af091c9
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Jun 07 19:09:24 2018 +0000
description:
cross/mingw-w64: import mingw-w64-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.
diffstat:
cross/mingw-w64/DESCR | 4 ++++
cross/mingw-w64/Makefile | 17 +++++++++++++++++
cross/mingw-w64/Makefile.common | 16 ++++++++++++++++
3 files changed, 37 insertions(+), 0 deletions(-)
diffs (49 lines):
diff -r 36fc50e9b550 -r 877a0af091c9 cross/mingw-w64/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/mingw-w64/DESCR Thu Jun 07 19:09:24 2018 +0000
@@ -0,0 +1,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.
diff -r 36fc50e9b550 -r 877a0af091c9 cross/mingw-w64/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/mingw-w64/Makefile Thu Jun 07 19:09:24 2018 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/06/07 19:09:24 ryoon Exp $
+
+DISTNAME= mingw-w64-5.0.4
+CATEGORIES= cross
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://mingw-w64.org/
+COMMENT= Cross toolchains for win32 and win64 cross-development
+
+META_PACKAGE= yes
+
+DEPENDS+= mingw-w64-x86_64-gcc-[0-9]*:../../cross/mingw-w64-x86_64-gcc
+DEPENDS+= mingw-w64-i686-gcc-[0-9]*:../../cross/mingw-w64-i686-gcc
+
+.include "../../mk/bsd.pkg.mk"
diff -r 36fc50e9b550 -r 877a0af091c9 cross/mingw-w64/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/mingw-w64/Makefile.common Thu Jun 07 19:09:24 2018 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile.common,v 1.1 2018/06/07 19:09:24 ryoon Exp $
+#
+# used by cross/mingw-w64-x86_64-binutils/Makefile.common
+# used by cross/mingw-w64-x86_64-headers/Makefile.common
+# used by cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common
+# used by cross/mingw-w64-x86_64-gcc/Makefile.common
+# used by cross/mingw-w64-x86_64-crt/Makefile.common
+
+.if !defined(MINGW_MAKEFILECOMMON)
+MINGW_MAKEFILECOMMON= # defined
+
+MASTER_SITE_MINGW= ${MASTER_SITE_SOURCEFORGE:=mingw-w64/}
+MINGW_W64_32_TARGET?= i686-w64-mingw32
+MINGW_W64_64_TARGET?= x86_64-w64-mingw32
+MINGW_W64_ARM32_TARGET?= armv7-w64-mingw32
+.endif
Home |
Main Index |
Thread Index |
Old Index