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 7BB7D7A3DA for ; Mon, 16 May 2016 20:17:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 32FF085E86; Mon, 16 May 2016 20:17:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B66A885E6B for ; Mon, 16 May 2016 20:17:32 +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 TaYK4Lk-UfGF for ; Mon, 16 May 2016 20:17:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 27C0984C6C for ; Mon, 16 May 2016 20:17:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2611FFBBA; Mon, 16 May 2016 20:17:32 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 16 May 2016 20:17:32 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/pstoedit/patches To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20160516201732.2611FFBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Mon May 16 20:17:32 UTC 2016 Removed Files: pkgsrc/graphics/pstoedit/patches: patch-aa Log Message: New or changed in 3.70: some code improvements as suggested by Coverity. See current Coverity status here: https://scan.coverity.com/projects/498 removed the -DBUGGYGPP compile flag since now g++ can compile the code without it. The former work-arounds are still there but will be removed later. enabled more warnings when compiling with g++ and fixed some resulting warnings. changed the autoconf part to better support the inclusion of libzip for the pptx driver. included a lot of documentation corrections contributed by Peter Dyballa. Many thanks! using non case sensitive comparison when determining the target format from the file suffix. using more STL classes instead of older private replacements (string and vector). In this context also some hard coded limits were removed. fixed an assertion violation when using -ssp and a closepath occurred. added the dump of the font name for the DXF format. prototype of a "simulate fill" option for emulating filling by stroking. This is based on fillpoly.c from the hp2xx project. Thanks also to Gary Langthorne for pointing out this option. This is still kind of experimental. To generate a diff of this commit: cvs rdiff -u -r1.6 -r0 pkgsrc/graphics/pstoedit/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.