Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update packages gnutls gsoap | Mark Brand | 2011-12-14 | 2 | -4/+4 |
| | |||||
* | update package liboauth | Mark Brand | 2011-12-13 | 1 | -2/+2 |
| | |||||
* | update package ffmpeg | Mark Brand | 2011-12-12 | 1 | -2/+2 |
| | |||||
* | package qt: improve order of SYBASE_LIBS | Mark Brand | 2011-12-11 | 1 | -1/+1 |
| | |||||
* | update package eigen | Mark Brand | 2011-12-06 | 1 | -2/+2 |
| | |||||
* | update package postgresql | Mark Brand | 2011-12-06 | 1 | -4/+3 |
| | |||||
* | update package opencsg | Mark Brand | 2011-12-04 | 1 | -2/+2 |
| | |||||
* | package llvm: re-enable parallel build | Tony Theodore | 2011-12-02 | 1 | -1/+3 |
| | |||||
* | package llvm: disable parallel build | Tony Theodore | 2011-12-02 | 1 | -1/+1 |
| | |||||
* | update package llvm | Tony Theodore | 2011-12-02 | 1 | -17/+0 |
| | |||||
* | update package llvm | Tony Theodore | 2011-12-02 | 1 | -5/+5 |
| | |||||
* | package openexr: renumber patches | Tony Theodore | 2011-11-30 | 1 | -0/+0 |
| | |||||
* | package openexr: fix for outdated config files in native ilmbase build | Tony Theodore | 2011-11-30 | 1 | -0/+2 |
| | |||||
* | various packages: remove config-update patches | Tony Theodore | 2011-11-30 | 15 | -40058/+0 |
| | | | | | | added in http://hg.savannah.gnu.org/hgweb/mingw-cross-env/rev/51d315639b69 no longer required with config.site file in place | ||||
* | remove unused config.sub file | Tony Theodore | 2011-11-30 | 1 | -1/+0 |
| | |||||
* | install target-specific autotools config.site file | Tony Theodore | 2011-11-30 | 1 | -0/+4 |
| | |||||
* | package curl: upstream reworking of pkg-config libidn patch | Mark Brand | 2011-11-29 | 1 | -6/+222 |
| | |||||
* | package qt: fix installation of webkit jscore | Mark Brand | 2011-11-29 | 1 | -34/+31 |
| | |||||
* | package curl: update cherry-picked pkg-config fix | Mark Brand | 2011-11-28 | 1 | -5/+42 |
| | |||||
* | packages gtk2 gtkglextmm pango: replace wine workaround patches | Mark Brand | 2011-11-28 | 6 | -174/+81 |
| | |||||
* | replaced $(BUILD) with a more direct and less brittle construct | Volker Grabsch | 2011-11-28 | 38 | -39/+38 |
| | | | | | For discussion, see the following email and its follow-ups: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2011-11/msg00112.html | ||||
* | package agg: portability fix and extra dependencies | Tony Theodore | 2011-11-28 | 1 | -1/+3 |
| | |||||
* | take config.guess from binutils instead of gcc | Mark Brand | 2011-11-27 | 2 | -4/+8 |
| | | | | binutils comes before gcc and also has a newer config.guess. | ||||
* | touch up package agg | Mark Brand | 2011-11-27 | 1 | -2/+2 |
| | | | | | | -use $(SHELL) instead of sh -autogen calls configure with options, so don't invoke configure again -added explicit --build | ||||
* | new package agg | Matthias Gehre | 2011-11-27 | 1 | -0/+28 |
| | |||||
* | many packages: use --build instead of wine cross_compiling hack | Mark Brand | 2011-11-26 | 34 | -74/+35 |
| | |||||
* | package guile: make use of new BUILD variable | Mark Brand | 2011-11-26 | 1 | -1/+1 |
| | |||||
* | add BUILD and install config.guess and config.sub | Mark Brand | 2011-11-26 | 1 | -0/+4 |
| | |||||
* | package vtk:portability fix for Debian kFreeBSD | Tony Theodore | 2011-11-27 | 1 | -0/+15 |
| | |||||
* | package llvm:portability fix for Debian kFreeBSD | Tony Theodore | 2011-11-27 | 1 | -0/+17 |
| | |||||
* | package postgresql: use $(TARGET) instead of i686-pc-mingw32 | Tony Theodore | 2011-11-26 | 1 | -1/+1 |
| | |||||
* | packages cgal, eigen, lapack: use CMAKE_TOOLCHAIN_FILE | Tony Theodore | 2011-11-26 | 3 | -4/+4 |
| | |||||
* | package libgcrypt: fix update macro | Mark Brand | 2011-11-26 | 1 | -0/+1 |
| | |||||
* | Revert "update package libgcrypt" (oops) | Mark Brand | 2011-11-26 | 1 | -2/+2 |
| | | | | This reverts commit f0ac900cef5ec42043552018373ced650230ea83. | ||||
* | update package libgcrypt | Mark Brand | 2011-11-26 | 1 | -2/+2 |
| | |||||
* | package curl: restore cross_compiling hack | Mark Brand | 2011-11-26 | 1 | -0/+2 |
| | |||||
* | package curl: removed obsolete cross_compiling hack | Mark Brand | 2011-11-26 | 1 | -2/+0 |
| | |||||
* | package libxml++: portability fix for bsd make | Tony Theodore | 2011-11-26 | 1 | -1/+2 |
| | |||||
* | package curl: use pkg-config instead of LIBS for libssh2 and libidn | Mark Brand | 2011-11-25 | 2 | -5/+40 |
| | | | | | Cherry-picked patch adds pkg-config detection of libidn. Explicit "--with-libssh2" causes pkg-config to be used for libssh2. | ||||
* | package libidn: fix linking order with brute force | Mark Brand | 2011-11-25 | 1 | -3/+3 |
| | |||||
* | package curl: fix libidn dependency | Mark Brand | 2011-11-25 | 1 | -1/+1 |
| | | | | | Curl seems to assume that -lidn is enough, but libidn itself has dependencies that pkg-config lists. | ||||
* | package libidn: fix libintl (gettext) dependency | Mark Brand | 2011-11-25 | 2 | -1/+26 |
| | |||||
* | package curl: update cherrypicks | Mark Brand | 2011-11-25 | 1 | -9/+89 |
| | |||||
* | update package libidn | Mark Brand | 2011-11-25 | 1 | -2/+2 |
| | |||||
* | package llvm: disable unnecessary components and targets | Tony Theodore | 2011-11-25 | 1 | -1/+4 |
| | |||||
* | package gnutls: clean up | Mark Brand | 2011-11-24 | 2 | -12/+56 |
| | | | | | | | | | | -Replace echo and sed hacks -gai_strerror test seems to work now without hack. -Disable crywrap for Windows with configure logic. -Disable doc and tests targets with patch. -Improve handling of LIBS and .pc file -zlib is already in GNUTLS_REQUIRES_PRIVATE -Use LIBS to introduce -lws32_2 into Libs.private | ||||
* | package llvm: add update script and ignore v2.9 | Tony Theodore | 2011-11-24 | 1 | -3/+5 |
| | |||||
* | new packages: libxml++ and llvm | Matthias Gehre | 2011-11-24 | 2 | -0/+55 |
| | |||||
* | package vtk: fix third party module search path | Tony Theodore | 2011-11-23 | 1 | -0/+27 |
| | |||||
* | package gnutls: install it (oops) | Mark Brand | 2011-11-23 | 1 | -1/+1 |
| |