summaryrefslogtreecommitdiffstats
path: root/src/curl.mk
Commit message (Collapse)AuthorAgeFilesLines
* update curlMark Brand2017-10-041-2/+2
|
* update curlMark Brand2017-08-141-4/+5
| | | | | | | Curl 7.55.1 configures threaded resolver backend by default, which introduces pthreads dependency. https://github.com/curl/curl/pull/1647/commits
* update: curlMark Brand2017-08-101-3/+3
|
* update: curl, fontconig, freetds, gdb, gnutls, tiffMark Brand2017-06-141-2/+2
|
* update: curl, dbusMark Brand2017-04-191-2/+2
|
* curl: use libidn2 instead of libidnBoris Nagaev2017-03-051-2/+2
| | | | close https://github.com/mxe/mxe/issues/1691
* URL updatesViktor Szakats2017-03-041-3/+3
|
* update: curl, dbusMark Brand2017-02-241-2/+2
|
* update: curlMark Brand2017-02-231-2/+2
|
* update: curl, lcms, libunistring, libusb1, xz, zlibMark Brand2017-01-151-2/+2
|
* add _WEBSITE and _DESCR fields to core packagesBoris Nagaev2016-12-221-0/+2
| | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
* update curlMark Brand2016-12-211-2/+2
|
* curl, libssh2: updateMark Brand2016-11-071-2/+2
|
* curl: updateMark Brand2016-09-141-2/+2
|
* curl: updateMark Brand2016-09-071-2/+2
|
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* update: curl libpngMark Brand2016-08-081-2/+2
|
* Merge pull request #1469 from LuaAndC/no2Tony Theodore2016-08-021-1/+1
|\ | | | | use $(TEST_FILE) instead of $(2).c and other
| * use $(TEST_FILE) instead of $(2).c and otherBoris Nagaev2016-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following script was applied: set -xue find src/ plugins/ -name '*.mk' -type f > mks # special cases for test file: # ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated sed 's@$(2).c@$(PWD)/src/$(PKG)-test.c@g' -i \ src/{boost,freeimage,hdf5,lapack,sdl,sdl_image,sdl_sound}.mk sed 's@$(2).f@$(PWD)/src/$(PKG)-test.f@g' -i src/lapack.mk sed 's@$(PWD)/$(2).pro@$(PWD)/src/$(PKG)-test.pro@g' -i \ src/qt.mk plugins/examples/custom-qt-min/overrides.mk sed 's@$(2)-CMakeLists.txt@$(PWD)/src/$(PKG)-test-CMakeLists.txt@g' \ -i src/{sdl_image,sdl_sound}.mk # check for base in $(ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated); do ! grep -q '$(2)' "${base}.mk" done # other $(2) sed 's@$(2).cpp@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).cxx@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).c@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).ml@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).f@$(TEST_FILE)@g' -i $(cat mks) # check ! grep '$(2)' $(cat mks) See https://github.com/mxe/mxe/issues/1452
* | update: curl, libidnMark Brand2016-07-311-2/+2
|/
* curl: updateMark Brand2016-05-301-2/+2
|
* curl: updateMark Brand2016-05-201-2/+2
|
* curl: updateMark Brand2016-03-231-2/+2
|
* curl: updateMark Brand2016-02-081-2/+2
|
* curl: updateMark Brand2016-01-271-2/+2
|
* curl: updateMark Brand2015-12-021-2/+2
|
* curl: updateMark Brand2015-10-071-2/+2
|
* all packages: really use sha256 checksumsTony Theodore2015-09-231-1/+1
|
* all packages: switch to sha256 checksumsTony Theodore2015-09-231-1/+1
| | | | closes #871
* curl: updateMark Brand2015-08-121-2/+2
|
* curl: updateMark Brand2015-06-181-2/+2
|
* curl pcre: updateMark Brand2015-04-291-2/+2
|
* curl: updateMark Brand2015-04-221-2/+2
|
* curl dbus gdb gnutls sqlite xz: updateMark Brand2015-02-271-2/+2
|
* curl: updateMark Brand2015-01-081-2/+2
|
* curl: updateMark Brand2014-11-051-2/+2
|
* 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)