- 31 Oct, 2013 2 commits
-
-
Leslie Polzer authored
-
Natanael Copa authored
-
- 25 Oct, 2013 5 commits
-
-
Natanael Copa authored
fi the signing key is missing we will fail. Rather than fail after compile we check existance of signing keys before we start.
-
Natanael Copa authored
fixes #2270
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
specifically, every script that reads/parses ./APKBUILD needs to set CARCH.
-
- 04 Oct, 2013 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- 26 Sep, 2013 1 commit
-
-
Timo Teräs authored
-
- 10 Sep, 2013 2 commits
-
-
Natanael Copa authored
Some packages like gcc-gnat needs bootstrapping. We need to allow circular makedepends so we can specify gcc-gnat as makedepends for gcc.
-
Natanael Copa authored
fixes bug introduced with c6b0de32 (abuild: add makedepends_build and makedepends_host for crosscompile)
-
- 06 Sep, 2013 1 commit
-
-
Natanael Copa authored
to detect if we cross compile
-
- 05 Sep, 2013 2 commits
-
-
Natanael Copa authored
-
Timo Teräs authored
-
- 04 Sep, 2013 1 commit
-
-
Natanael Copa authored
For better crosscompile support
-
- 03 Sep, 2013 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- 01 Aug, 2013 3 commits
-
-
Natanael Copa authored
allow user specify if they want uninstall deps, remove srcdir and/or pkgdir on failure or success. We introduce CLEANUP and ERROR_CLEANUP config options in /etc/abuild.conf. Valid values are: pkgdir srcdir deps.
-
Natanael Copa authored
seems like configure thinks we are crosscompiling unless we set CC when --build and --host are specified.
-
Natanael Copa authored
-
- 30 Jul, 2013 2 commits
-
-
Natanael Copa authored
this is to catch bugs in abuild itself early
-
Natanael Copa authored
it wrongly scanned /lib instead of $datadir/lib, causing bad things to happen when scanning provides
-
- 29 Jul, 2013 3 commits
-
-
Timo Teräs authored
its only arm that needs it
-
Timo Teräs authored
and exit with error if not
-
Natanael Copa authored
This reverts commit 4234a10e. We will not use config.guess. Instead we will use --build and --host everywhere.
-
- 26 Jul, 2013 4 commits
-
-
Natanael Copa authored
instead, provide 'update_config_sub' and let aports that needs replace config.sub call it.
-
Natanael Copa authored
-
Natanael Copa authored
we want be able to run build and rootpkg separately. so you can stop in the process, fix things, and then continue with 'abuild rootpkg' to generate the package manually.
-
Natanael Copa authored
-
- 25 Jul, 2013 1 commit
-
-
Natanael Copa authored
-
- 23 Jul, 2013 1 commit
-
-
Natanael Copa authored
Use a global var for last_commit so we dont need call git for every subpackage
-
- 22 Jul, 2013 2 commits
-
-
Natanael Copa authored
For example, to mask out musl, add: options="!libc_musl"
-
Natanael Copa authored
We need set it in global scope as we need it even if we have not called sanitycheck
-
- 19 Jul, 2013 3 commits
-
-
Natanael Copa authored
we better fix the affected apkbuilds
-
Timo Teräs authored
-
Timo Teräs authored
-
- 16 Jul, 2013 1 commit
-
-
Natanael Copa authored
-
- 08 Jul, 2013 2 commits
-
-
Dubiousjim authored
Also remove incomplete efforts at listing "Depends on: ..."
-
Natanael Copa authored
-