summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2020-04-29Designate {debug,release} build as build kind.Lucio Andrés Illanes Albornoz2-3/+3
2020-04-29groups/010.host_deps.group: adds ca_certificates_host (master.)Lucio Andrés Illanes Albornoz3-7/+39
vars/ca_certificates.vars:pkg_ca_certificates_install_make_pre(): copy ${PKG_DESTDIR} from ca_certificates_host. vars/ca_certificates_host.vars: apply temporary fixes.
2020-04-29Designate {debug,release} build as build kind.Lucio Andrés Illanes Albornoz10-597/+597
etc/{{build,pkgtool}.usage,README.md}: updated.
2020-04-29vars/pkgconf.vars:pkg_pkgconf_install_make_{post,pre}(): correctly install ↵Lucio Andrés Illanes Albornoz1-4/+4
pkg-config symlink (via JL2210, midipix.)
2020-04-29etc/README.md: updated.Lucio Andrés Illanes Albornoz1-13/+26
2020-04-29build.sh:buildp_ast(): ignore SIG{HUP,INT,TERM,USR[12]} during handler ↵Lucio Andrés Illanes Albornoz1-0/+1
execution.
2020-04-29groups/211.native_packages_cmdline.group:pv:${PKG_DEBUG_CONFIGURE_ARGS_EXTRA ↵Lucio Andrés Illanes Albornoz1-0/+1
}: configure w/ --enable-debugging (via JL2210.)
2020-04-29subr/ex_pkg_env.subr:exp_pkg_env_set(): additionally set from package name ↵Lucio Andrés Illanes Albornoz1-2/+2
prefix plus {debug,release} build.
2020-04-29groups/211.native_packages_cmdline.group: adds pv v1.6.6 (via JL2210.)Lucio Andrés Illanes Albornoz1-1/+5
2020-04-26groups/231.native_packages_etc.group:apr_util:${PKG_DEPENDS}: adds libressl.Lucio Andrés Illanes Albornoz1-1/+1
2020-04-26httpd: modules failing to build, WIP 2.Ørjan Malde3-17/+28
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-25httpd: configure completes, still WIP.Ørjan Malde4-51/+14
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-25apr: properly support building shared librariesØrjan Malde2-1/+22
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-25pkgtool.sh:pkgtoolp_info(): additionally print build group.Lucio Andrés Illanes Albornoz1-0/+1
2020-04-25pkgtool.sh:pkgtoolp_rdepends(): print direct reverse dependencies in bright ↵Lucio Andrés Illanes Albornoz2-9/+44
yellow and their dependencies in dark yellow, if any. subr/ex_pkg.subr:ex_pkg_unfold_depends_direct(): initial implementation.
2020-04-24vars/python3_host.vars: explicitly disable `ossaudiodev' module given ↵Lucio Andrés Illanes Albornoz1-0/+3
presence of oss4-dev host package (via JL2210.)
2020-04-24groups/010.host_deps.group:python3_host:${PKG_DEPENDS}: adds bzip2_host and ↵Lucio Andrés Illanes Albornoz1-1/+1
expat_host.
2020-04-24vars/python2_host.vars: explicitly disable `ossaudiodev' module given ↵Lucio Andrés Illanes Albornoz1-0/+1
presence of oss4-dev host package (via JL2210.)
2020-04-23groups/010.host_deps.group:python2_host:${PKG_DEPENDS}: adds expat_host.Lucio Andrés Illanes Albornoz1-1/+1
2020-04-23groups/010.host_deps.group:python2_host:${PKG_DEPENDS}: adds bzip2_host.Lucio Andrés Illanes Albornoz1-1/+1
2020-04-17dist/dist_minipix.dist: additionally distribute libz.so.1.2 (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-1/+1
2020-04-17subr/pkg_install_libs.subr:pkgp_install_libs_shared(): correctly reference ↵Lucio Andrés Illanes Albornoz1-1/+1
${_so_src_path}.
2020-04-17groups/800.minipix.group: adds libz_minipix (via Redfoxmoon.)Lucio Andrés Illanes Albornoz1-2/+3
2020-04-13subr/pkg_build.subr: pass either ${PKG_MAKEFLAGS_VERBOSITY} or nothing if ↵Lucio Andrés Illanes Albornoz5-4/+11
set to `none'. groups/010.host_deps.group:ruby_host:${PKG_MAKEFLAGS_VERBOSITY}: build w/ none. groups/221.native_packages_dev.group:ruby:${PKG_MAKEFLAGS_VERBOSITY}: build w/ none. etc/README.md, midipix.env: adds ${PKG_MAKEFLAGS_VERBOSITY}, defaulting to `V=99'.
2020-04-13subr/pkg_build.subr: invariably call make(1) w/ V=99.Lucio Andrés Illanes Albornoz6-7/+4
groups/*.group: remove redundant ${PKG_MAKEFLAGS_BUILD_EXTRA:="V=99"} variables.
2020-04-13groups/261.native_packages_x11.group:libcaca:${PKG_DEPENDS}: adds freetype ↵Lucio Andrés Illanes Albornoz1-2/+2
(via duvallj.) groups/261.native_packages_x11.group:libcaca:${PKG_CFLAGS_CONFIGURE_EXTRA}: configure w/ -I${PREFIX_NATIVE}/include/freetype2 -std=gnu99.
2020-04-13ed: update to version 1.16Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-13datamash: update to version 1.6Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-13gnutls: use external libtasn1Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-13251.native_packages_lib.group: adds libtasn1Ørjan Malde2-1/+39
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-12subr/build_init.subr:buildp_init_args(): skip unknown packages check given ↵Lucio Andrés Illanes Albornoz1-1/+1
-r ALL|LAST (via duvallj.)
2020-04-12gnutls: update to version 3.6.13Ørjan Malde3-18/+24
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-11groups/251.native_packages_lib.group:libnettle:${PKG_MAKEFLAGS_BUILD}: build ↵Lucio Andrés Illanes Albornoz1-0/+1
w/ -j1.
2020-04-11libarchive: enable shared librariesØrjan Malde1-0/+20
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-11groups/241.native_packages_inet.group:wget:${PKG_SHA256SUM}: fixed.Lucio Andrés Illanes Albornoz1-1/+1
2020-04-11openssh: update to version 8.2p1Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-11wget: update to version 1.20.3Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-11libzip: update to 1.6.1Ørjan Malde1-2/+2
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-11groups/020.host_deps_rpm.group:libarchive_host:${PKG_MAKEFLAGS_BUILD_EXTRA}: ↵Lucio Andrés Illanes Albornoz2-0/+2
build w/ V=99. groups/251.native_packages_lib.group:libarchive:${PKG_MAKEFLAGS_BUILD_EXTRA}: build w/ V=99.
2020-04-11libarchive{,_host}: update to version 3.4.2Ørjan Malde2-4/+6
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-11groups/020.host_deps_rpm.group:libarchive_host: revert to v3.3.3.Lucio Andrés Illanes Albornoz2-7/+4
groups/251.native_packages_lib.group:libarchive: revert to v3.3.3.
2020-04-10Pass pkg-config(1) search path via ${PKG_CONFIG_LIBDIR}.Lucio Andrés Illanes Albornoz10-15/+16
2020-04-10subr/ex_pkg.subr:ex_pkg_get_packages(): correctly call rtl_log_msg() w/ ↵Lucio Andrés Illanes Albornoz1-2/+2
`warning'. subr/ex_pkg.subr:ex_pkg_get_packages(): fix info message.
2020-04-10groups/020.host_deps_rpm.group:libarchive_host: updated to v3.4.2 (via ↵Lucio Andrés Illanes Albornoz1-2/+4
Redfoxmoon.) groups/020.host_deps_rpm.group:libarchive_host:${PKG_LIBTOOL}: build w/ libtool. groups/020.host_deps_rpm.group:libarchive_host:${PKG_MAKEFLAGS_BUILD_EXTRA}: build w/ V=99.
2020-04-10subr/pkgtool_init.subr:pkgtoolp_init_getopts_help(): correctly cat ↵Lucio Andrés Illanes Albornoz1-1/+1
etc/pkgtool.usage given -h option.
2020-04-10subr/build_init.subr:buildp_init_args(): don't filter `host_deps_rpm' build ↵Lucio Andrés Illanes Albornoz1-2/+4
group given either of --dump-{in,on-abort}.
2020-04-10groups/241.native_packages_inet.group:icecast: moved from ↵Lucio Andrés Illanes Albornoz2-12/+12
groups/231.native_packages_etc.group.
2020-04-10libressl: update to 3.1.0Ørjan Malde3-508/+35
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
2020-04-09subr/build_init.subr:buildp_init_files(): trap SIG{HUP,INT,TERM,USR[12]} ↵Lucio Andrés Illanes Albornoz1-1/+1
during prefix cleaning, if requested.
2020-04-09build.sh:buildp_ast(): remove ${DEFAULT_BUILD_STATUS_IN_PROGRESS_FNAME} at ↵Lucio Andrés Illanes Albornoz1-3/+3
last opportunity.