Received: by mail.netbsd.org (Postfix, from userid 605) id 6FA4384CFC; Thu, 24 Jun 2021 10:34:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC8AA84CE3 for ; Thu, 24 Jun 2021 10:34:14 +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 pO7gviPQ6vQm for ; Thu, 24 Jun 2021 10:34:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 46AD884CD9 for ; Thu, 24 Jun 2021 10:34:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43F8BFA95; Thu, 24 Jun 2021 10:34:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1624530854192650" MIME-Version: 1.0 Date: Thu, 24 Jun 2021 10:34:14 +0000 From: "pin" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210624103414.43F8BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1624530854192650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Thu Jun 24 10:34:14 UTC 2021 Modified Files: pkgsrc/devel: Makefile Log Message: Add ugdb To generate a diff of this commit: cvs rdiff -u -r1.3421 -r1.3422 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1624530854192650 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.3421 pkgsrc/devel/Makefile:1.3422 --- pkgsrc/devel/Makefile:1.3421 Mon Jun 14 17:00:13 2021 +++ pkgsrc/devel/Makefile Thu Jun 24 10:34:14 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3421 2021/06/14 17:00:13 gdt Exp $ +# $NetBSD: Makefile,v 1.3422 2021/06/24 10:34:14 pin Exp $ # COMMENT= Development utilities @@ -3119,6 +3119,7 @@ SUBDIR+= tvision SUBDIR+= ucl SUBDIR+= ucommon SUBDIR+= ucpp +SUBDIR+= ugdb SUBDIR+= umbrello SUBDIR+= undebt SUBDIR+= unidiff --_----------=_1624530854192650--