Age | Commit message (Collapse) | Author | Files | Lines |
|
- Adds nl(1) to ${CHECK_PREREQ_CMDS}.
- Adds `Exherbo Linux (x86_64-pc-linux-musl) (x86_64)' to TESTED_ON
and build.usage.
- Build libarchive w/ --without-expat --without-xml2.
- Install Python w/ prefix=.
- Make libarchive use slibtool even when installing and remove the
libtool-related patch and ${PKG_LIBARCHIVE_LIBTOOL_MIDIPIX}.
|
|
|
|
|
|
|
|
packages that depend on pkg-config(1) and makes their build variables
significantly less hacky (apk_tools, irssi, nano, ncurses, ncursestw
ncursesw, and pacman.) pkgconf_host installs a ${TARGET}-pkg-config
wrapper script that passes --define-variable=prefix=${PREFIX_NATIVE}
when cross-compiling.
- Adds -i flag to insert a link to pkg.build for a new build script
and automatically rename build scripts with higher consecutive build
levels.
- Consistently quote [(1) operands correctly wherever necessary.
- Reorganise build level 3 script levels:
1) 300-319: library dependencies, ordered by dependencies and alphabetically,
2) 320-389: leaf packages, ordered alphabetically.
|
|
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.
|