summaryrefslogtreecommitdiffstats
path: root/src/curl.mk
Commit message (Collapse)AuthorAgeFilesLines
* update package curlMark Brand2014-09-101-2/+2
|
* curl: Install curl.exeTimothy Gu2014-08-251-1/+1
| | | See https://github.com/mxe/mxe/commit/2722b35587bee4ec2f0c47f9c6f00186e5685ad9#commitcomment-7504206
* update package curlMark Brand2014-08-251-2/+2
|
* curl: don't install cruftUwe Hermann2014-08-211-1/+1
| | | | | | This gets rid of ca. 50 manpages and curl.exe. We do keep installing curl-config, since that is used by other packages.
* update package curlMark Brand2014-05-211-2/+2
|
* package curl: force gnutls instead of opensslTony Theodore2014-04-291-0/+1
|
* update package curlMark Brand2014-03-261-2/+2
|
* package curl: install prefixed curl-configTony Theodore2014-03-081-0/+1
|
* packages curl fftw fltk freetds gnutls libidn libssh2: enable/fix shared buildTony Theodore2014-02-171-4/+1
|
* update package curlMark Brand2014-01-311-2/+2
|
* update package curlMark Brand2013-12-181-2/+2
|
* update package curlMark Brand2013-10-141-2/+2
|
* update package curlMark Brand2013-08-171-2/+2
|
* Move package versions from index.html back into the src/*.mk filesVolker Grabsch2013-07-211-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 pangoTony Theodore2013-06-231-1/+1
|
* update package curlMark Brand2013-04-131-1/+1
|
* update package curlMark Brand2013-02-071-1/+1
|
* update package curlMark Brand2012-11-201-1/+1
|
* package curl: enable ipv6Mark Brand2012-10-101-0/+1
|
* update package curlMark Brand2012-10-101-2/+2
|
* update package curlMark Brand2012-08-121-2/+1
|
* package curl: use upstream patchMark Brand2012-05-251-0/+1
|
* update package curlMark Brand2012-05-241-2/+1
|
* all packages: use $(WGET) portability variableTony Theodore2012-05-161-1/+1
|
* Move full package names from src/*.mk into package list (index.html)Volker Grabsch2012-03-291-1/+0
|
* Move doc/index.html -> index.htmlVolker Grabsch2012-03-291-1/+1
|
* Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.htmlVolker Grabsch2012-03-291-2/+0
|
* Rebrand to new project name MXEVolker Grabsch2012-03-281-1/+1
|
* update package curlMark Brand2012-03-231-2/+2
| | | | | | --- src/curl.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* update packages curl gdbMark Brand2012-01-241-2/+2
|
* replaced $(BUILD) with a more direct and less brittle constructVolker Grabsch2011-11-281-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 hackMark Brand2011-11-261-2/+1
|
* package curl: restore cross_compiling hackMark Brand2011-11-261-0/+2
|
* package curl: removed obsolete cross_compiling hackMark Brand2011-11-261-2/+0
|
* package curl: use pkg-config instead of LIBS for libssh2 and libidnMark Brand2011-11-251-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 dependencyMark Brand2011-11-251-1/+1
| | | | | Curl seems to assume that -lidn is enough, but libidn itself has dependencies that pkg-config lists.
* package curl: improve dependency handlingMark Brand2011-11-201-1/+2
| | | | | | | -use cherry-picked nettle patch -remove apparently inert -liconv libssh2 still needs libgcrypt though.
* update package curlMark Brand2011-11-171-2/+2
|
* package curl: enable sspiMark Brand2011-11-161-0/+1
|
* package curl: really keep curl.exeMark Brand2011-11-161-2/+1
|
* package curl: keep curl.exeMark Brand2011-11-151-0/+1
|
* update package curlMark Brand2011-11-151-2/+2
|
* package libssh2: use libgcrypt instead of opensslTony Theodore2011-10-241-2/+1
|
* package curl: add missing dependency on libssh2Tony Theodore2011-10-211-2/+3
|
* update packages curl imagemagick x264Mark Brand2011-09-131-2/+2
|
* update packages curl x264Mark Brand2011-06-241-2/+2
|
* upgrade package: curlVolker Grabsch2011-04-231-2/+2
|
* update package curlMark Brand2011-04-181-2/+2
|
* update package curlMark Brand2011-02-181-2/+2
|
* upgrade package curlMark Brand2011-01-171-2/+2
|