Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/cgdb: upgrade to 0.7.1 | Leo | 2019-08-23 | 1 | -9/+7 |
| | |||||
* | main/cgdb: rebuild against readline 8 | Natanael Copa | 2019-03-13 | 1 | -1/+1 |
| | |||||
* | main/cgdb: fix build on mips* (name collision) | info@mobile-stream.com | 2018-11-26 | 1 | -1/+3 |
| | | | | | | | There is a variable called "mips" in the code that conflicts with the predefined "mips" macro. Add -std=c11 / -std=c++11 to CFLAGS / CXXFLAGS to force removal of all the non-underscored predefined macros. This is safe because README.md says the project is officially C11/C++11. | ||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -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/cgdb: rebuild against readline-7.0.003 | Leonardo Arena | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | main/cgdb: upgrade to 0.7.0 and modernize abuild | André Klitzing | 2017-04-10 | 1 | -12/+11 |
| | |||||
* | main/cgdb: rebuild against fixed ncurses widechar only | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/cgdb: rebuild against ncurses wide char | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/cgdb: rebuild against ncurses-6.0 | Natanael Copa | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | main/cgdb: upgrade to 0.6.8 | Natanael Copa | 2014-11-21 | 1 | -6/+7 |
| | |||||
* | main/cgdb: specify license | Fabian Affolter | 2013-12-21 | 1 | -3/+2 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -2/+6 |
| | |||||
* | main/cgdb: upgrade to 0.6.7 | Natanael Copa | 2013-03-13 | 1 | -5/+5 |
| | |||||
* | main/cgdb: moved from testing | Natanael Copa | 2011-10-31 | 1 | -0/+38 |