Received: by mail.netbsd.org (Postfix, from userid 605) id E8BBE84DB3; Sun, 12 Apr 2020 19:56:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EBD7184DB3 for ; Sun, 12 Apr 2020 19:48:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hhn-WAPRb8C7 for ; Sun, 12 Apr 2020 19:48:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 55C3984D8B for ; Sun, 12 Apr 2020 19:48:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C586FB27; Sun, 12 Apr 2020 19:48:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586720920207130" MIME-Version: 1.0 Date: Sun, 12 Apr 2020 19:48:40 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/math/qalculate To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200412194840.4C586FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1586720920207130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sun Apr 12 19:48:40 UTC 2020 Modified Files: pkgsrc/math/qalculate: Makefile Log Message: Fix build with newer automake. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/math/qalculate/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586720920207130 Content-Disposition: inline Content-Length: 751 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/qalculate/Makefile diff -u pkgsrc/math/qalculate/Makefile:1.56 pkgsrc/math/qalculate/Makefile:1.57 --- pkgsrc/math/qalculate/Makefile:1.56 Sun Apr 12 08:28:00 2020 +++ pkgsrc/math/qalculate/Makefile Sun Apr 12 19:48:40 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2020/04/12 08:28:00 adam Exp $ +# $NetBSD: Makefile,v 1.57 2020/04/12 19:48:40 joerg Exp $ DISTNAME= libqalculate-3.5.0a PKGNAME= qalculate-3.5.0 @@ -28,8 +28,7 @@ UNLIMIT_RESOURCES= datasize CFLAGS.SunOS+= -D_LCONV_C99 pre-configure: - set -e; cd ${WRKSRC}; \ - autoheader; automake -a --foreign -i; autoconf + ${RUN} cd ${WRKSRC} && autoreconf .include "../../devel/readline/buildlink3.mk" .include "../../math/mpfr/buildlink3.mk" --_----------=_1586720920207130--