Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | package gcc: retry mingw-w64 crt build | Tony Theodore | 2013-10-20 | 1 | -1/+1 | |
|/ | ||||||
* | gcc support libraries: build separately in own package rules | Tony Theodore | 2013-10-19 | 1 | -15/+4 | |
| | ||||||
* | update package gcc | Mark Brand | 2013-10-16 | 1 | -2/+2 | |
| | ||||||
* | package gcc: add gcc to list of symlinks for native build | Tony Theodore | 2013-08-27 | 1 | -1/+1 | |
| | ||||||
* | packages binutils dbus gcc gettext libiconv: enable/disable native builds | Tony Theodore | 2013-08-27 | 1 | -0/+7 | |
| | ||||||
* | package gcc: add target-specific dependencies | Tony Theodore | 2013-08-06 | 1 | -1/+5 | |
| | ||||||
* | package hdf5: add prefixed compiler wrappers and add to cmake toolchain file | Tony Theodore | 2013-07-25 | 1 | -0/+2 | |
| | ||||||
* | Move package versions from index.html back into the src/*.mk files | Volker Grabsch | 2013-07-21 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | Most of the automatic conversion was done using the following Python script: import os import re pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk')) with open('index.html', 'rb') as f: index = f.read() pkgs_index = re.findall('<td class="package">([^<]*)</td>', index) assert pkgs_index == pkgs versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index)) assert sorted(versions.keys()) == pkgs for pkg in pkgs: version = versions[pkg] with open('src/' + pkg + '.mk', 'rb') as f: mk = f.read() checksumpos = mk.index('\n$(PKG)_CHECKSUM ') versionline = '\n$(PKG)_VERSION := %(version)s' % {'version': version} newmk = mk[:checksumpos] + versionline + mk[checksumpos:] with open('src/' + pkg + '.mk', 'wb') as f: f.write(newmk) | |||||
* | add mingw-w64 runtime and pthreads implementation, update related toolchain ↵ | Tony Theodore | 2013-06-01 | 1 | -6/+64 | |
| | | | | files | |||||
* | update package gcc | Mark Brand | 2013-05-31 | 1 | -1/+1 | |
| | ||||||
* | various packages: remove grep workarounds for version sorting | Tony Theodore | 2013-05-22 | 1 | -2/+2 | |
| | ||||||
* | package gcc: fix update macro for 4.8 series | Mark Brand | 2013-05-21 | 1 | -1/+1 | |
| | ||||||
* | adjust references to qmake (Qt 4) | Mark Brand | 2013-04-02 | 1 | -1/+1 | |
| | | | | Follow-up to previous commit. | |||||
* | update package gcc | Mark Brand | 2013-03-23 | 1 | -1/+1 | |
| | ||||||
* | update package gcc | Mark Brand | 2012-09-20 | 1 | -2/+2 | |
| | ||||||
* | package gcc: fix for OSX ASLR issues with pre-compiled headers | Tony Theodore | 2012-09-17 | 1 | -1/+2 | |
| | ||||||
* | Move CMAKE_BUILD_TYPE into toolchain file | Volker Grabsch | 2012-08-25 | 1 | -2/+3 | |
| | ||||||
* | Revert "Move CMAKE_BUILD_TYPE, CMAKE_AR and CMAKE_RANLIB into toolchain file" | Volker Grabsch | 2012-08-25 | 1 | -5/+2 | |
| | | | | | | This reverts commit e57db6d8c9c7ecbe43dd1fdb3d17f07871dfc9fb. See http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-08/msg00028.html | |||||
* | Move CMAKE_BUILD_TYPE, CMAKE_AR and CMAKE_RANLIB into toolchain file | Volker Grabsch | 2012-08-13 | 1 | -2/+5 | |
| | ||||||
* | update package gcc | Mark Brand | 2012-06-14 | 1 | -1/+1 | |
| | ||||||
* | all packages: use $(WGET) portability variable | Tony Theodore | 2012-05-16 | 1 | -1/+1 | |
| | ||||||
* | Move full package names from src/*.mk into package list (index.html) | Volker Grabsch | 2012-03-29 | 1 | -1/+0 | |
| | ||||||
* | Move doc/index.html -> index.html | Volker Grabsch | 2012-03-29 | 1 | -1/+1 | |
| | ||||||
* | Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html | Volker Grabsch | 2012-03-29 | 1 | -2/+0 | |
| | ||||||
* | Rebrand to new project name MXE | Volker Grabsch | 2012-03-28 | 1 | -1/+1 | |
| | ||||||
* | Fix annoying whitespaces at EOL | Volker Grabsch | 2012-03-27 | 1 | -1/+1 | |
| | ||||||
* | update package gcc | Mark Brand | 2012-03-23 | 1 | -2/+2 | |
| | | | | | | --- src/gcc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) | |||||
* | update package gcc | Mark Brand | 2012-03-01 | 1 | -2/+2 | |
| | ||||||
* | replaced $(BUILD) with a more direct and less brittle construct | Volker Grabsch | 2011-11-28 | 1 | -1/+1 | |
| | | | | | For discussion, see the following email and its follow-ups: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2011-11/msg00112.html | |||||
* | take config.guess from binutils instead of gcc | Mark Brand | 2011-11-27 | 1 | -4/+1 | |
| | | | | binutils comes before gcc and also has a newer config.guess. | |||||
* | add BUILD and install config.guess and config.sub | Mark Brand | 2011-11-26 | 1 | -0/+4 | |
| | ||||||
* | add cmake definition for fortran | Mark Brand | 2011-11-14 | 1 | -0/+1 | |
| | ||||||
* | update packages gcc pfstools | Mark Brand | 2011-10-27 | 1 | -2/+2 | |
| | ||||||
* | set QT_QMAKE_EXECUTABLE in cmake toolchain file | Mark Brand | 2011-10-18 | 1 | -0/+1 | |
| | | | | | When this is not set, cmake might use the host's qmake. Problem observed bulding package openscenegraph. | |||||
* | update package gcc-mpfr | Mark Brand | 2011-10-04 | 1 | -1/+3 | |
| | ||||||
* | additional variable for the cmake toolchain file | Zach Thibeau | 2011-08-27 | 1 | -0/+1 | |
| | ||||||
* | packages gcc libmikmod: explicitly specify --libdir | Mark Brand | 2011-08-19 | 1 | -0/+1 | |
| | | | | Avoid defaulting to lib64 on some systems. | |||||
* | update packages: gcc imagemagick | Mark Brand | 2011-06-27 | 1 | -2/+2 | |
| | ||||||
* | package gcc: fix update macro | Mark Brand | 2011-04-29 | 1 | -1/+1 | |
| | ||||||
* | disable SJLJ exceptions explicitly, as those cause trouble | Kay Hayen | 2011-04-22 | 1 | -0/+1 | |
| | ||||||
* | update package gcc | Mark Brand | 2011-03-25 | 1 | -2/+2 | |
| | ||||||
* | add cmake toolchain file and simplify build rules of relevant packages | Tony Theodore | 2011-03-16 | 1 | -0/+16 | |
| | ||||||
* | package gcc: remove mpfr configure workaround after upgrade | Tony Theodore | 2010-12-23 | 1 | -7/+0 | |
| | ||||||
* | upgrade package gcc | Mark Brand | 2010-12-23 | 1 | -2/+2 | |
| | ||||||
* | improved pkg-config wrapper and its documentation | Volker Grabsch | 2010-12-13 | 1 | -1/+1 | |
| | ||||||
* | add reminder to remove gmp links after next gcc update | Tony Theodore | 2010-10-12 | 1 | -0/+3 | |
| | ||||||
* | upgrade packages curl freetype gcc glew gnutls gst* libarchive libevent ↵ | Mark Brand | 2010-08-29 | 1 | -2/+2 | |
| | | | | | | libgcrypt pcre sqlite w32api New requirement XZ Utils for unpacking w32api lzma archive. | |||||
* | use a build directory separate from the source directory in package gcc (by ↵ | Volker Grabsch | 2010-06-15 | 1 | -7/+7 | |
| | | | | Tony Theodore) | |||||
* | upgrade package gcc-mpfr | Mark Brand | 2010-06-14 | 1 | -0/+4 | |
| | ||||||
* | improved version recognition of packages: boost freetype gcc glew libgee ↵ | Volker Grabsch | 2010-06-04 | 1 | -1/+1 | |
| | | | | mingwrt openssl pcre pdcurses w32api wxwidgets |