Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "package wxwidgets: enable mingw-w64 builds" | Tony Theodore | 2013-07-28 | 2 | -27/+2 |
| | | | | This reverts commit a5663fa1c7e1837af88c02c95c9f829d60042d9c. | ||||
* | package wxwidgets: enable mingw-w64 builds | Tony Theodore | 2013-07-28 | 2 | -2/+27 |
| | |||||
* | package wxwidgets: refactor build rules | Tony Theodore | 2013-07-28 | 1 | -49/+32 |
| | |||||
* | package wxwidgets: update and remove legacy 2.4/2.6 compatibility | Tony Theodore | 2013-07-28 | 2 | -17/+2 |
| | |||||
* | remove optional native builds for autoconf automake cmake libtool | Tony Theodore | 2013-07-26 | 4 | -80/+0 |
| | | | | these need more testing and proper multi-target support | ||||
* | package sfml: cleanup style in test program | Tony Theodore | 2013-07-25 | 1 | -4/+4 |
| | |||||
* | package hdf5: add prefixed compiler wrappers and add to cmake toolchain file | Tony Theodore | 2013-07-25 | 2 | -0/+6 |
| | |||||
* | add optional package cmake with native build | Tony Theodore | 2013-07-22 | 1 | -0/+24 |
| | |||||
* | packages itk vtk6: remove FindHDF5.cmake | Tony Theodore | 2013-07-22 | 2 | -1087/+0 |
| | |||||
* | package itk: add missing cmake module | Tony Theodore | 2013-07-22 | 1 | -1/+304 |
| | |||||
* | packages itk vtk6: add standard FindHDF5.cmake | Tony Theodore | 2013-07-22 | 2 | -0/+784 |
| | |||||
* | package vmime: expand filename in url | Tony Theodore | 2013-07-22 | 1 | -1/+1 |
| | | | | The filename isn't actually used, but we'll keep it consistent. | ||||
* | Move package versions from index.html back into the src/*.mk files | Volker Grabsch | 2013-07-21 | 278 | -0/+278 |
| | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | Fix redirects of ocaml-core to ocaml-native | Volker Grabsch | 2013-07-21 | 1 | -7/+7 |
| | |||||
* | Fix typo | Volker Grabsch | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | Fix initial comments of all src/*.mk files | Volker Grabsch | 2013-07-21 | 20 | -29/+21 |
| | |||||
* | package libtool: add optional native build | Tony Theodore | 2013-07-19 | 1 | -0/+8 |
| | |||||
* | add optional native automake and autoconf | Tony Theodore | 2013-07-17 | 2 | -0/+46 |
| | |||||
* | package pthreads: define pseudo file and checksum | Tony Theodore | 2013-07-14 | 1 | -0/+2 |
| | | | | | Oops! accidentally added the freebsd-excludes, but it should be harmless. | ||||
* | package qtquickcontrols: add qtbase dependency | Tony Theodore | 2013-07-14 | 1 | -1/+1 |
| | |||||
* | package gd: remove url2 | Tony Theodore | 2013-07-14 | 1 | -1/+0 |
| | |||||
* | packages libvpx x264: use prefixed yasm | Tony Theodore | 2013-07-13 | 2 | -12/+5 |
| | |||||
* | package yasm: install prefixed binary in mxe bin path | Tony Theodore | 2013-07-13 | 1 | -0/+10 |
| | |||||
* | Merge branch 'master' of github.com:mxe/mxe | Tony Theodore | 2013-07-13 | 1 | -0/+1 |
|\ | |||||
| * | Merge pull request #213 from Raven24/patch-1 | Tony Theodore | 2013-07-13 | 1 | -0/+1 |
| |\ | | | | | | | explicitly disable mysql driver in Qt | ||||
| | * | explicitly disable mysql driver | Florian Staudacher | 2013-07-11 | 1 | -0/+1 |
| | | | |||||
* | | | package x264: build native version of yasm assembler | Tony Theodore | 2013-07-13 | 1 | -1/+11 |
| | | | |||||
* | | | add package yasm | Tony Theodore | 2013-07-13 | 1 | -0/+25 |
|/ / | |||||
* | | package libf2c: add mirror | David Ziman | 2013-07-13 | 1 | -0/+1 |
| | | |||||
* | | package suitesparse: update checksum | David Ziman | 2013-07-13 | 1 | -1/+1 |
| | | |||||
* | | package cfitsio: update checksum | Niels Kristian Bech Jensen | 2013-07-13 | 1 | -1/+1 |
|/ | |||||
* | package vtk6: set CMAKE_REQUIRE_LARGE_FILE_SUPPORT | Tony Theodore | 2013-07-06 | 1 | -1/+1 |
| | |||||
* | package sfml: fix line endings and convert patches to git format | Tony Theodore | 2013-07-06 | 4 | -71/+166 |
| | |||||
* | package sfml: use pkg-config and fix whitespace | Tony Theodore | 2013-07-06 | 1 | -6/+5 |
| | |||||
* | add package sfml | Guilherme Bernal | 2013-07-06 | 5 | -0/+151 |
| | |||||
* | update package openscenegraph | Niels Kristian Bech Jensen | 2013-07-06 | 1 | -1/+1 |
| | |||||
* | update package gtk2 | Niels Kristian Bech Jensen | 2013-07-06 | 1 | -1/+1 |
| | |||||
* | update package qt5 | Niels Kristian Bech Jensen | 2013-07-06 | 16 | -33/+33 |
| | |||||
* | update checksum for cfitsio | Niels Kristian Bech Jensen | 2013-07-06 | 1 | -1/+1 |
| | |||||
* | update package qt (Qt 4) | Mark Brand | 2013-07-02 | 1 | -3/+3 |
| | |||||
* | update package xz | Mark Brand | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | update package lcms | Mark Brand | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | update package vmime | Mark Brand | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | update qt5 module packagess | Mark Brand | 2013-07-01 | 16 | -16/+16 |
| | |||||
* | packages apr apr-util qdbm: small fixes | Niels Kristian Bech Jensen | 2013-06-29 | 3 | -3/+3 |
| | |||||
* | update package imagemagick | Niels Kristian Bech Jensen | 2013-06-29 | 1 | -1/+1 |
| | |||||
* | update package glib and friends | Niels Kristian Bech Jensen | 2013-06-29 | 9 | -288/+243 |
| | |||||
* | package x264: portability fix for update macro | Tony Theodore | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | package itk: add patch header | Tony Theodore | 2013-06-27 | 1 | -0/+3 |
| | |||||
* | package qdbm: workaround detection of cross-tools | Tony Theodore | 2013-06-27 | 1 | -1/+3 |
| |