pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/automake automake: use tools framework for autoc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bf4f30eed47
branches:  trunk
changeset: 444175:7bf4f30eed47
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 03 11:22:09 2021 +0000

description:
automake: use tools framework for autoconf dependency

I saw vfork failures with the current state.

diffstat:

 devel/automake/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r d690a9f019ae -r 7bf4f30eed47 devel/automake/Makefile
--- a/devel/automake/Makefile   Sun Jan 03 11:15:21 2021 +0000
+++ b/devel/automake/Makefile   Sun Jan 03 11:22:09 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2020/11/23 14:06:46 wiz Exp $
+# $NetBSD: Makefile,v 1.114 2021/01/03 11:22:09 wiz Exp $
 #
 # for major version updates, don't forget adding new links in
 # mk/tools/automake.mk
@@ -14,9 +14,8 @@
 COMMENT=       GNU Standards-compliant Makefile generator
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      autoconf>=2.62:../../devel/autoconf
-
-USE_TOOLS+=    gm4:run perl:run
+AUTOCONF_REQD= 2.62
+USE_TOOLS+=    autoconf gm4:run perl:run
 
 PLIST_SUBST+=          PKG_DIR_VERSION=1.16
 GNU_CONFIGURE=         YES



Home | Main Index | Thread Index | Old Index