atf: update to 0.23.

This commit is contained in:
Duncaen 2025-05-23 22:50:23 +02:00
parent b6233dcf31
commit ff97fc7f2d
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,27 +1,28 @@
# Template file for 'atf' # Template file for 'atf'
pkgname=atf pkgname=atf
version=0.21 version=0.23
revision=4 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="gdb" configure_args="
kyua_cv_getopt_plus=yes
kyua_cv_attribute_noreturn=yes
kyua_cv_getcwd_works=yes"
depends="gdb xmlcatmgr" depends="gdb xmlcatmgr"
checkdepends="kyua"
xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd" xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd"
short_desc="Automated Testing Framework" short_desc="Automated Testing Framework"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Duncaen <duncaen@voidlinux.org>"
homepage="https://github.com/jmmv/atf" homepage="https://github.com/freebsd/atf"
license="BSD-2-Clause" license="BSD-2-Clause"
distfiles="https://github.com/jmmv/atf/releases/download/atf-${version}/atf-${version}.tar.gz" distfiles="https://github.com/freebsd/atf/releases/download/atf-${version}/atf-${version}.tar.gz"
checksum=92bc64180135eea8fe84c91c9f894e678767764f6dbc8482021d4dde09857505 checksum=a64e2427d021297f25b3f2e1798f8ec4dc3061ffb01a1cd3f66cc4cee486b10f
configure_args="kyua_cv_attribute_noreturn=yes post_check() {
kyua_cv_getcwd_works=yes kyua test
kyua_cv_getopt_optreset=no }
kyua_cv_getopt_plus=yes
kyua_cv_signal_lastno=31"
post_install() { post_install() {
sed '/^$/q' < atf-c.h > LICENSE vlicense COPYING
vlicense LICENSE
} }
atf-devel_package() { atf-devel_package() {
@ -35,6 +36,7 @@ atf-devel_package() {
vmove usr/share/aclocal vmove usr/share/aclocal
} }
} }
atf-libs_package() { atf-libs_package() {
short_desc+=" - runtime libraries" short_desc+=" - runtime libraries"
pkg_install() { pkg_install() {