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 Jun  7 19:09:24 UTC 2018

Added Files:
        pkgsrc/cross/mingw-w64: DESCR Makefile Makefile.common

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/cross/mingw-w64/DESCR \
    pkgsrc/cross/mingw-w64/Makefile pkgsrc/cross/mingw-w64/Makefile.common

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

Added files:

Index: pkgsrc/cross/mingw-w64/DESCR
diff -u /dev/null pkgsrc/cross/mingw-w64/DESCR:1.1
--- /dev/null   Thu Jun  7 19:09:24 2018
+++ pkgsrc/cross/mingw-w64/DESCR        Thu Jun  7 19:09:24 2018
@@ -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.
Index: pkgsrc/cross/mingw-w64/Makefile
diff -u /dev/null pkgsrc/cross/mingw-w64/Makefile:1.1
--- /dev/null   Thu Jun  7 19:09:24 2018
+++ pkgsrc/cross/mingw-w64/Makefile     Thu Jun  7 19:09:24 2018
@@ -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"
Index: pkgsrc/cross/mingw-w64/Makefile.common
diff -u /dev/null pkgsrc/cross/mingw-w64/Makefile.common:1.1
--- /dev/null   Thu Jun  7 19:09:24 2018
+++ pkgsrc/cross/mingw-w64/Makefile.common      Thu Jun  7 19:09:24 2018
@@ -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