Received: by mail.netbsd.org (Postfix, from userid 605) id 4A34084DE5; Sun, 5 Apr 2020 13:20:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C8AED84D54 for ; Sun, 5 Apr 2020 13:20:56 +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 kd9y8NDUrCXj for ; Sun, 5 Apr 2020 13:20:56 +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 26A6D84CEF for ; Sun, 5 Apr 2020 13:20:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1AAEEFB27; Sun, 5 Apr 2020 13:20:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586092856160850" MIME-Version: 1.0 Date: Sun, 5 Apr 2020 13:20:56 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200405132056.1AAEEFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1586092856160850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Apr 5 13:20:56 UTC 2020 Modified Files: pkgsrc/devel: Makefile Removed Files: pkgsrc/devel/libmcs: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/devel/libmcs/patches: patch-aa Log Message: libmcs: Remove, discontinued and not required by anything in pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.3089 -r1.3090 pkgsrc/devel/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/devel/libmcs/DESCR cvs rdiff -u -r1.6 -r0 pkgsrc/devel/libmcs/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/devel/libmcs/PLIST \ pkgsrc/devel/libmcs/buildlink3.mk cvs rdiff -u -r1.4 -r0 pkgsrc/devel/libmcs/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/devel/libmcs/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586092856160850 Content-Disposition: inline Content-Length: 570 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3089 pkgsrc/devel/Makefile:1.3090 --- pkgsrc/devel/Makefile:1.3089 Fri Apr 3 23:06:34 2020 +++ pkgsrc/devel/Makefile Sun Apr 5 13:20:55 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3089 2020/04/03 23:06:34 nia Exp $ +# $NetBSD: Makefile,v 1.3090 2020/04/05 13:20:55 nia Exp $ # COMMENT= Development utilities @@ -750,7 +750,6 @@ SUBDIR+= liblnk SUBDIR+= libltdl SUBDIR+= libmaa SUBDIR+= libmatchbox -SUBDIR+= libmcs SUBDIR+= libmemcache SUBDIR+= libmemcached SUBDIR+= libmemmgr --_----------=_1586092856160850--