From de3d81b090fdbb8b90ff76305faac1ba7a285c43 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 5 Jan 2020 19:24:03 +0100 Subject: [PATCH] atf: autoreconf unnecessary; get rid of host deps; adopt. --- srcpkgs/atf/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/atf/template b/srcpkgs/atf/template index 4219bfdba2a..f931ecddf87 100644 --- a/srcpkgs/atf/template +++ b/srcpkgs/atf/template @@ -1,13 +1,13 @@ # Template file for 'atf' pkgname=atf version=0.21 -revision=3 +revision=4 build_style=gnu-configure -hostmakedepends="automake libtool gdb" +hostmakedepends="gdb" depends="gdb xmlcatmgr" xml_entries="system http://www.NetBSD.org/XML/atf/tests-results.dtd /usr/share/xml/atf/tests-results.dtd" short_desc="Automated Testing Framework" -maintainer="Orphaned " +maintainer="Juan RP " homepage="https://github.com/jmmv/atf" license="BSD-2-Clause" distfiles="https://github.com/jmmv/atf/releases/download/atf-${version}/atf-${version}.tar.gz" @@ -19,10 +19,6 @@ configure_args="kyua_cv_attribute_noreturn=yes kyua_cv_getopt_plus=yes kyua_cv_signal_lastno=31" -pre_configure() { - autoreconf -fi -} - post_install() { sed '/^$/q' < atf-c.h > LICENSE vlicense LICENSE