Received: by mail.netbsd.org (Postfix, from userid 605) id BF52684DC1; Mon, 22 Aug 2022 15:33:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F3FAF84D2D for ; Mon, 22 Aug 2022 15:33:32 +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 Kk-yTLqUhgNt for ; Mon, 22 Aug 2022 15:33:32 +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 4709884D22 for ; Mon, 22 Aug 2022 15:33:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35F06FB1A; Mon, 22 Aug 2022 15:33:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166118241224180" MIME-Version: 1.0 Date: Mon, 22 Aug 2022 15:33:32 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/cross/xtensa-lx106-elf-binutils To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220822153332.35F06FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166118241224180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Mon Aug 22 15:33:32 UTC 2022 Modified Files: pkgsrc/cross/xtensa-lx106-elf-binutils: Makefile Log Message: xtensa-lx106-elf-binutils: needs bison (plain yacc doesn't like syslex.l) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166118241224180 Content-Disposition: inline Content-Length: 859 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile diff -u pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile:1.7 pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile:1.8 --- pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile:1.7 Tue Jun 28 11:31:17 2022 +++ pkgsrc/cross/xtensa-lx106-elf-binutils/Makefile Mon Aug 22 15:33:32 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:17 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/08/22 15:33:32 tnn Exp $ DISTNAME= binutils-gdb-xtensa-2.31_20190405 PKGNAME= ${DISTNAME:C/binutils-gdb-xtensa/xtensa-lx106-elf-binutils/} @@ -17,7 +17,7 @@ INFO_FILES= yes GNU_CONFIGURE= yes GNU_CONFIGURE_STRICT= no # several sub-configures know --enable-nls USE_LIBTOOL= yes -USE_TOOLS+= gmake makeinfo perl +USE_TOOLS+= gmake makeinfo perl bison OBJDIR= ../build CONFIGURE_DIRS= ${OBJDIR} --_----------=_166118241224180--