Age | Commit message (Collapse) | Author | Files | Lines |
|
scripts are only invoked when ${ARG_TARBALL} is set (-t.)
Allow specification of the compression algorithm to use via -t{.bz2,gz,xz}. (via noninc)
|
|
- Don't parallelise the perl build as libdummy.so must be built before
building {cpan,ext}/.
- Iteratively append ${PKG_CFLAGS_CONFIGURE} to ccflags when building
perl as environment variables aren't considered by the configure script.
- Add missing build step `build_dir' to build.usage.
- Force the perk prefix to /usr rather than the default value of /usr/local.
|
|
build scripts.
Currently, this only includes rm_if_exists().
- Adds pedantic mode (-pt,) which additionally adds manual confirmation of each potentially
dangerous operation.
|
|
|
|
|
|
- Successfully builds on Arch Linux 2016.02.01 (x64), added to TESTED_ON.
- Adds 399.midipix_sh.build which puts the ...-strace-ntctty-chroot-bash script into $PREFIX.
- Optionally pull in local patches named ${PKG_NAME}.local@${BUILD_HNAME}.local.patch.
|
|
|
|
- General cleanup; consistent build status files in $PREFIX,
LICENSE -> LICENCE., fix libelf's pkg_libelf_install_post(), rotate
status files and tarballs.
|
|
[gs]et_var_dyn().
- Replaced --build-{scripts,steps} w/ -r, --tarball w/ -t, and --help w/ -h.
- Create BUILD_{FINISHED,STARTED}_AT_..., BUILD_IN_PROGRESS, and TARBALL_STARTED_AT
files and BUILD_FINISHED_AT symlink in $PREFIX whenever appropriate.
|
|
- Added --{build-{scripts,steps},help,tarball}. Variables can now
be overriden on the command-line.
- Integrated bzip2, dash, less, ncurses, popt, rsync, tar, util-linux,
which, and xz; as there are no patches in portage/ for util-linux just
yet, this presently requires integrated local patches. Git is included
in build.vars only as it requires OpenSSL.
- Include ntapi.local.patch and psxscl.local.patch in the repository.
|