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 397F87A26A for ; Thu, 1 Sep 2016 19:55:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DA48E85E7C; Thu, 1 Sep 2016 19:55:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6977885E7C for ; Thu, 1 Sep 2016 19:55: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 1JveVPLbjYt0 for ; Thu, 1 Sep 2016 19:55:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CA1D085ED9 for ; Thu, 1 Sep 2016 19:55:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C84C4FBC3; Thu, 1 Sep 2016 19:55:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147275974944450" MIME-Version: 1.0 Date: Thu, 1 Sep 2016 19:55:49 +0000 From: "Iain Hibbert" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: plunky@netbsd.org X-Mailer: log_accum Message-Id: <20160901195549.C84C4FBC3@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. --_----------=_147275974944450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: plunky Date: Thu Sep 1 19:55:49 UTC 2016 Modified Files: pkgsrc/doc: TODO Log Message: LibreCAD is at version 2.1.1 - I tried to package this but it fails because of lacking log1pl() function To generate a diff of this commit: cvs rdiff -u -r1.16387 -r1.16388 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147275974944450 Content-Disposition: inline Content-Length: 679 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.16387 pkgsrc/doc/TODO:1.16388 --- pkgsrc/doc/TODO:1.16387 Thu Sep 1 19:54:29 2016 +++ pkgsrc/doc/TODO Thu Sep 1 19:55:49 2016 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.16387 2016/09/01 19:54:29 plunky Exp $ +$NetBSD: TODO,v 1.16388 2016/09/01 19:55:49 plunky Exp $ Suggested new packages ====================== @@ -1030,7 +1030,7 @@ For possible Perl packages updates, see o libpgm-5.2.122 o libprelude-1.2.5 o libquantum-1.1.0 [pkg/43728, development release] - o librecad-2.0.9 + o librecad-2.1.1 [needs log1pl() function in math library] o libreoffice-5.2 o libstree-0.4.2 o libtcl-nothread-8.5.1 --_----------=_147275974944450--