Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=p9VjCDLG; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=dEDVsQs7 Received: by mail.netbsd.org (Postfix, from userid 605) id A124584F4F; Sun, 7 Apr 2024 18:57:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712516271; bh=GEdbKy9hd6DY8JS0Am9XHTd7z1iyUI+bofbSj81OHps=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=p9VjCDLGBz6iTe1iNAuA0g7xyASG0lBt50SKXYXjpNH1LeUj7wu6JVm53BqZ3WYXz 2pwuuqyV18XIIyiAXR+fmKundqAToK0VFSf4+mYwpkm7Yh7it8dL+sPUyz6UZZj/8D zmUk/2SQLqcz0kgxU5qzbRijXqW2bIMuL2bhQS6E= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9324184D7A for ; Sun, 7 Apr 2024 18:57:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id jdFJ_Ci1YKKp for ; Sun, 7 Apr 2024 18:57:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2722A84D4B for ; Sun, 7 Apr 2024 18:57:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712516270; bh=GEdbKy9hd6DY8JS0Am9XHTd7z1iyUI+bofbSj81OHps=; h=Date:From:Subject:To:Reply-To; b=dEDVsQs710vkOLqXqL47vmpaeweUbiAgzxeq6t1WVa4FVTO13tNJPuMpYS9GdfVEx 1386AZ/YB7XjURX4zNzBsCZ2bp10UKaHhsWfnMamFKX/ckelmeMcIWHWnXZKXGJ/Jh VtogRGGY9LAxM7RhuYDw66vaQU5yGDwMz1OwvLGE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21D6BFA2C; Sun, 7 Apr 2024 18:57:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712516270282670" MIME-Version: 1.0 Date: Sun, 7 Apr 2024 18:57:50 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240407185750.21D6BFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712516270282670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Apr 7 18:57:50 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel: Enable dash-el To generate a diff of this commit: cvs rdiff -u -r1.4198 -r1.4199 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712516270282670 Content-Disposition: inline Content-Length: 553 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4198 pkgsrc/devel/Makefile:1.4199 --- pkgsrc/devel/Makefile:1.4198 Thu Apr 4 13:43:02 2024 +++ pkgsrc/devel/Makefile Sun Apr 7 18:57:49 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4198 2024/04/04 13:43:02 wiz Exp $ +# $NetBSD: Makefile,v 1.4199 2024/04/07 18:57:49 ryoon Exp $ # COMMENT= Development utilities @@ -302,6 +302,7 @@ SUBDIR+= cxref SUBDIR+= cxxopts SUBDIR+= darcs SUBDIR+= darts +SUBDIR+= dash-el SUBDIR+= dconf SUBDIR+= dconf-editor SUBDIR+= ddd --_----------=_1712516270282670--