Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package curl: install prefixed curl-config | Tony Theodore | 2014-03-08 | 1 | -0/+1 |
| | |||||
* | packages curl fftw fltk freetds gnutls libidn libssh2: enable/fix shared build | Tony Theodore | 2014-02-17 | 1 | -4/+1 |
| | |||||
* | update package curl | Mark Brand | 2014-01-31 | 1 | -2/+2 |
| | |||||
* | update package curl | Mark Brand | 2013-12-18 | 1 | -2/+2 |
| | |||||
* | update package curl | Mark Brand | 2013-10-14 | 1 | -2/+2 |
| | |||||
* | update package curl | Mark Brand | 2013-08-17 | 1 | -2/+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) | ||||
* | update packages curl gdk-pixbuf gtk2 harfbuzz imagemagick pango | Tony Theodore | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | update package curl | Mark Brand | 2013-04-13 | 1 | -1/+1 |
| | |||||
* | update package curl | Mark Brand | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | update package curl | Mark Brand | 2012-11-20 | 1 | -1/+1 |
| | |||||
* | package curl: enable ipv6 | Mark Brand | 2012-10-10 | 1 | -0/+1 |
| | |||||
* | update package curl | Mark Brand | 2012-10-10 | 1 | -2/+2 |
| | |||||
* | update package curl | Mark Brand | 2012-08-12 | 1 | -2/+1 |
| | |||||
* | package curl: use upstream patch | Mark Brand | 2012-05-25 | 1 | -0/+1 |
| | |||||
* | update package curl | Mark Brand | 2012-05-24 | 1 | -2/+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 |
| | |||||
* | update package curl | Mark Brand | 2012-03-23 | 1 | -2/+2 |
| | | | | | | --- src/curl.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) | ||||
* | update packages curl gdb | Mark Brand | 2012-01-24 | 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 | ||||
* | many packages: use --build instead of wine cross_compiling hack | Mark Brand | 2011-11-26 | 1 | -2/+1 |
| | |||||
* | 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 curl: use pkg-config instead of LIBS for libssh2 and libidn | Mark Brand | 2011-11-25 | 1 | -1/+1 |
| | | | | | Cherry-picked patch adds pkg-config detection of libidn. Explicit "--with-libssh2" causes pkg-config to be used for libssh2. | ||||
* | 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 curl: improve dependency handling | Mark Brand | 2011-11-20 | 1 | -1/+2 |
| | | | | | | | -use cherry-picked nettle patch -remove apparently inert -liconv libssh2 still needs libgcrypt though. | ||||
* | update package curl | Mark Brand | 2011-11-17 | 1 | -2/+2 |
| | |||||
* | package curl: enable sspi | Mark Brand | 2011-11-16 | 1 | -0/+1 |
| | |||||
* | package curl: really keep curl.exe | Mark Brand | 2011-11-16 | 1 | -2/+1 |
| | |||||
* | package curl: keep curl.exe | Mark Brand | 2011-11-15 | 1 | -0/+1 |
| | |||||
* | update package curl | Mark Brand | 2011-11-15 | 1 | -2/+2 |
| | |||||
* | package libssh2: use libgcrypt instead of openssl | Tony Theodore | 2011-10-24 | 1 | -2/+1 |
| | |||||
* | package curl: add missing dependency on libssh2 | Tony Theodore | 2011-10-21 | 1 | -2/+3 |
| | |||||
* | update packages curl imagemagick x264 | Mark Brand | 2011-09-13 | 1 | -2/+2 |
| | |||||
* | update packages curl x264 | Mark Brand | 2011-06-24 | 1 | -2/+2 |
| | |||||
* | upgrade package: curl | Volker Grabsch | 2011-04-23 | 1 | -2/+2 |
| | |||||
* | update package curl | Mark Brand | 2011-04-18 | 1 | -2/+2 |
| | |||||
* | update package curl | Mark Brand | 2011-02-18 | 1 | -2/+2 |
| | |||||
* | upgrade package curl | Mark Brand | 2011-01-17 | 1 | -2/+2 |
| | |||||
* | test program for package curl | Volker Grabsch | 2010-11-29 | 1 | -0/+5 |
| | |||||
* | fix build scripts of packages: curl gnutls xerces | Volker Grabsch | 2010-11-29 | 1 | -2/+2 |
| | |||||
* | improved update script of package curl | Volker Grabsch | 2010-11-28 | 1 | -2/+2 |
| | |||||
* | upgrade packages: cairomm curl imagemagick pixman x264 xz | Volker Grabsch | 2010-10-27 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | provide a proper patch for the static linking problem of package curl | Volker Grabsch | 2010-06-15 | 1 | -1/+0 |
| | |||||
* | remove a correction of package curl that is no longer needed | Volker Grabsch | 2010-06-15 | 1 | -1/+0 |
| |