./cross/mingw, GCC tools for win32 cross-development

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.3.1nb1, Package name: mingw-3.3.1nb1, Maintainer: pkgsrc-users

MinGW: A collection of freely available and freely distributable Windows
specific header files and import libraries combined with GNU toolsets that
allow one to produce native Windows programs that do not rely on any
3rd-party DLLs.


Required to run:
[cross/mingw-gcc] [cross/mingw-binutils]

Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640)
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-06-08 12:53:29 by Roland Illig | Files touched by this commit (41)
Log message:
cross/*: let pkglint autofix indentation and variable alignment

pkglint -Wall -F -r cross

xtensa-esp32-elf-gcc has been manually edited afterwards because when
realigning variable assignments, pkglint only allows one long outlier
line. This package has two long SITES.* lines, therefore pkglint wanted
to indent the variable values much further to the right. This needs to be
fixed in pkglint.
   2016-06-19 18:24:00 by Thomas Klausner | Files touched by this commit (13)
Log message:
Bump version for USE_CROSSBASE removal.
   2016-06-19 18:20:28 by Thomas Klausner | Files touched by this commit (22)
Log message:
Move remaining users of USE_CROSSBASE to just install into ${PREFIX}/cross.

To simplify infrastructure.

Ok joerg@

XXX: nios2-gcc3 loops endlessly during build, before and after change,
so untested.
XXX: nios2-gcc does not build on -current, in the same way before
and after the change, so untested.
   2014-12-11 00:21:40 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Use PREPEND_PATH here in place of explicit PATH manipulation.
   2010-03-15 19:34:41 by Aleksej Saushev | Files touched by this commit (25) | Imported package
Log message:
Import MinGW packages into "cross" category. From pkgsrc-wip project.

MinGW, a contraction of "Minimalist GNU for Windows," is a port
of the GNU Compiler Collection (GCC), and GNU Binutils, for use
in the development of native Microsoft Windows applications.