Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id CF2C21A9239 for ; Sat, 5 Mar 2022 19:55:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CF53984ED0; Sat, 5 Mar 2022 19:55:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 18B3884E55 for ; Sat, 5 Mar 2022 19:55:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id tF_ii7Eo2-I7 for ; Sat, 5 Mar 2022 19:55:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7082784D28 for ; Sat, 5 Mar 2022 19:55:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A003FB24; Sat, 5 Mar 2022 19:55:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1646510153168390" MIME-Version: 1.0 Date: Sat, 5 Mar 2022 19:55:53 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/math/libmatheval To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20220305195553.6A003FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1646510153168390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat Mar 5 19:55:53 UTC 2022 Modified Files: pkgsrc/math/libmatheval: Makefile Log Message: libmatheval: Revert unintended change of guile version Cvs: ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/libmatheval/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1646510153168390 Content-Disposition: inline Content-Length: 871 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/libmatheval/Makefile diff -u pkgsrc/math/libmatheval/Makefile:1.24 pkgsrc/math/libmatheval/Makefile:1.25 --- pkgsrc/math/libmatheval/Makefile:1.24 Sat Mar 5 19:46:02 2022 +++ pkgsrc/math/libmatheval/Makefile Sat Mar 5 19:55:53 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2022/03/05 19:46:02 gdt Exp $ +# $NetBSD: Makefile,v 1.25 2022/03/05 19:55:53 gdt Exp $ DISTNAME= libmatheval-1.1.11 CATEGORIES= math @@ -23,6 +23,6 @@ CONFIGURE_ENV+= ac_cv_lib_lex="none nee # guile 2.0 fails with "matheval.c:33:2: error: #error Neither scm_num2dbl() nor SCM_NUM2DBL available" # guile 2.2 fails # Upstream has no bugtracker; reported via bug mailinglist 20220305. -.include "../../lang/guile20/buildlink3.mk" +.include "../../lang/guile/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1646510153168390--