Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE46684FD3 for ; Sun, 15 Oct 2023 19:27:50 +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 MLYUAvz7xcaB for ; Sun, 15 Oct 2023 19:27:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4461084F6A for ; Sun, 15 Oct 2023 19:27:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41EF3FADC; Sun, 15 Oct 2023 19:27:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169739807011580" MIME-Version: 1.0 Date: Sun, 15 Oct 2023 19:27:50 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20231015192750.41EF3FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169739807011580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Oct 15 19:27:50 UTC 2023 Modified Files: pkgsrc/devel: Makefile Log Message: devel: Enable frozen To generate a diff of this commit: cvs rdiff -u -r1.4071 -r1.4072 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169739807011580 Content-Disposition: inline Content-Length: 550 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4071 pkgsrc/devel/Makefile:1.4072 --- pkgsrc/devel/Makefile:1.4071 Sun Oct 15 08:01:52 2023 +++ pkgsrc/devel/Makefile Sun Oct 15 19:27:50 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4071 2023/10/15 08:01:52 wiz Exp $ +# $NetBSD: Makefile,v 1.4072 2023/10/15 19:27:50 ryoon Exp $ # COMMENT= Development utilities @@ -382,6 +382,7 @@ SUBDIR+= fq SUBDIR+= frama-c SUBDIR+= frink SUBDIR+= fromcvs +SUBDIR+= frozen SUBDIR+= ftnchek SUBDIR+= g-wrap SUBDIR+= galasm --_----------=_169739807011580--