aboutsummaryrefslogtreecommitdiffstats
path: root/main/flex
Commit message (Collapse)AuthorAgeFilesLines
* [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/flex: fix cross-compilingA. Wilcox2017-08-281-1/+3
|
* main/[various]: fix trailing whitespacetmpfile2017-07-101-1/+1
|
* main/flex - updated flex to 2.6.4Arch3y2017-05-102-37/+14
| | | | | Added check function and updated to 2.6.4 This will fix build issues with unbound
* main/flex: fix yywrap problemWilliam Pitcock2017-03-252-5/+32
|
* main/flex: upgrade to 2.6.3Natanael Copa2017-01-031-5/+5
|
* Revert "main/flex: upgrade to 2.6.2"Timo Teräs2016-11-011-5/+5
| | | | | | | This partially reverts commit 2dfc72bae7dce5a6afc0299d901226bde290f8f2. flex 2.6.2 is broken horribly causing build failures in various packages. For details: https://github.com/westes/flex/issues/113
* main/flex: upgrade to 2.6.2Sören Tempel2016-10-251-14/+10
|
* main/flex: upgrade to 2.6.1Natanael Copa2016-08-081-6/+6
|
* main/flex: upgrade to 2.6.0Natanael Copa2016-01-231-8/+7
|
* main/flex: create compatibility symlink (/usr/bin/lex)Sören Tempel2015-11-121-1/+2
| | | | | This symlink is for instance used by the default GNU Make rule for *.l files. Other distributions like arch linux also create this symlink.
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/flex: fix depends for -devNatanael Copa2015-06-051-1/+2
| | | | we will most likely want flex itself when using flex-dev
* main/flex: upgrade to 2.5.39Natanael Copa2014-03-271-6/+8
|
* main/flex: upgrade to 2.5.38Natanael Copa2014-02-171-4/+7
|
* main/[various]: simple build fixes against musl (update_config_sub)Timo Teräs2013-09-201-0/+5
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-4/+6
|
* main/flex: upgrade to 2.5.37Bartłomiej Piotrowski2012-08-041-2/+2
|
* main/flex: upgrade to 2.5.36Natanael Copa2012-07-241-3/+7
|
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* main/flex: cross-compile supportWilliam Pitcock2011-02-261-0/+2
|
* 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/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* move core/* to main/Natanael Copa2009-07-231-0/+23
added maintainer to several packages as well