Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D3AF27A26E for ; Tue, 24 Jan 2017 07:32:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 861158561E; Tue, 24 Jan 2017 07:32:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1504F85613 for ; Tue, 24 Jan 2017 07:32:31 +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 Uj6D0YmRlh9Q for ; Tue, 24 Jan 2017 07:32:30 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 96DBE855D8 for ; Tue, 24 Jan 2017 07:32:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 94954FBA6; Tue, 24 Jan 2017 07:32:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1485243150138860" MIME-Version: 1.0 Date: Tue, 24 Jan 2017 07:32:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170124073230.94954FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1485243150138860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jan 24 07:32:30 UTC 2017 Modified Files: pkgsrc/devel: Makefile Removed Files: pkgsrc/devel/mdds0.12: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/devel/mdds0.12/patches: patch-include_mdds_flat__segment__tree.hpp patch-include_mdds_flat__segment__tree__def.inl patch-include_mdds_mixed__type__matrix__def.inl patch-include_mdds_mixed__type__matrix__storage__filled__linear.inl patch-include_mdds_multi__type__vector__itr.hpp patch-include_mdds_point__quad__tree.hpp patch-src_flat__segment__tree__test.cpp Log Message: Remove mdds0.12, not needed after libreoffice4 removal. To generate a diff of this commit: cvs rdiff -u -r1.2349 -r1.2350 pkgsrc/devel/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/devel/mdds0.12/DESCR \ pkgsrc/devel/mdds0.12/PLIST pkgsrc/devel/mdds0.12/buildlink3.mk \ pkgsrc/devel/mdds0.12/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/devel/mdds0.12/Makefile cvs rdiff -u -r1.1 -r0 \ pkgsrc/devel/mdds0.12/patches/patch-include_mdds_flat__segment__tree.hpp \ pkgsrc/devel/mdds0.12/patches/patch-include_mdds_flat__segment__tree__def.inl \ pkgsrc/devel/mdds0.12/patches/patch-include_mdds_mixed__type__matrix__def.inl \ pkgsrc/devel/mdds0.12/patches/patch-include_mdds_mixed__type__matrix__storage__filled__linear.inl \ pkgsrc/devel/mdds0.12/patches/patch-include_mdds_multi__type__vector__itr.hpp \ pkgsrc/devel/mdds0.12/patches/patch-include_mdds_point__quad__tree.hpp \ pkgsrc/devel/mdds0.12/patches/patch-src_flat__segment__tree__test.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1485243150138860 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.2349 pkgsrc/devel/Makefile:1.2350 --- pkgsrc/devel/Makefile:1.2349 Tue Jan 17 19:44:18 2017 +++ pkgsrc/devel/Makefile Tue Jan 24 07:32:30 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2349 2017/01/17 19:44:18 schmonz Exp $ +# $NetBSD: Makefile,v 1.2350 2017/01/24 07:32:30 wiz Exp $ # COMMENT= Development utilities @@ -649,7 +649,6 @@ SUBDIR+= mate-common SUBDIR+= matio SUBDIR+= mcpp SUBDIR+= mdds -SUBDIR+= mdds0.12 SUBDIR+= mdds1.2 SUBDIR+= meld SUBDIR+= mell --_----------=_1485243150138860--