aboutsummaryrefslogtreecommitdiffstats
path: root/main/make
Commit message (Collapse)AuthorAgeFilesLines
* main/make: modernise, move test to check()A. Wilcox2018-02-101-21/+13
| | | | | The test relies on 64 being the maximum number of fds. Otherwise it will fail on ppc/ppc64.
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/make: upgrade to 4.2.1Sören Tempel2016-06-202-146/+8
|
* main/make: bump pkgrelNatanael Copa2016-06-061-1/+1
| | | | | | | | we previously reverted the 4.2-r0, but it may still be in caches. we bump pkgrel to avoid getting the old version from cache which will cause signature error. fixes gliderlabs/docker-alpine#177
* main/make: upgrade to 4.2Sören Tempel2016-06-012-8/+147
|
* main/make: bump pkgrel after downgradeNatanael Copa2016-05-261-1/+1
| | | | we bump pkgrel to not get cache conflict
* Revert "main/make: upgrade to 4.2"Natanael Copa2016-05-261-5/+4
| | | | | | git fails to build with make 4.2 This reverts commit b1478d40a79251b28b069f5de4282efc02585758.
* main/make: upgrade to 4.2Sören Tempel2016-05-261-4/+5
|
* main/make: upgrade to 4.1Natanael Copa2014-10-062-15/+14
|
* main/make: upgrade to 4.0Natanael Copa2013-10-1812-585/+13
|
* main/make: fix make check failure to abort buildTimo Teräs2013-10-081-1/+1
|
* main/make: fix atexit handler (fixes test suite under musl)Timo Teräs2013-09-292-1/+21
|
* main/make: fix musl buildTimo Teräs2013-09-061-0/+1
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-5/+6
|
* main/make: cross compile supportTimo Teräs2013-07-031-1/+25
|
* main/make: patch for using insanely long command linesNatanael Copa2012-09-283-15/+100
| | | | | | | Fixes build of webkitgtk. Patch is from: http://trac.webkit.org/browser/trunk/Tools/gtk/patches
* main/make: fix from upstream for parallel buildsNatanael Copa2012-09-112-1/+60
| | | | https://savannah.gnu.org/bugs/?30653
* main/make: switch to bz2 and added checksFabian Affolter2012-05-251-3/+4
|
* main/make: clarified licenseFabian Affolter2012-05-251-2/+2
|
* main/make: fix stack overflow when long command linesNatanael Copa2012-05-112-2/+42
| | | | | Fixes building webkit https://savannah.gnu.org/bugs/index.php?36451
* main/make: apply various patchesNatanael Copa2012-05-117-3/+299
| | | | various patches from upstream, gentoo or fedora
* main/make: bugfixes from upstreamNatanael Copa2011-09-132-3/+89
| | | | | | | | Upstream bugreports reports: http://savannah.gnu.org/bugs/index.php?30612 http://savannah.gnu.org/bugs/index.php?30723 Fixes building of dev86.
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/make: upgrade to 3.82Natanael Copa2010-08-191-3/+3
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/make: build fix: separate package() functionNatanael Copa2010-04-151-4/+10
|
* move core/* to main/Natanael Copa2009-07-231-0/+21
added maintainer to several packages as well