Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 E7284A5B2E for ; Thu, 8 Jan 2015 10:17:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7B4AB14A236; Thu, 8 Jan 2015 10:17:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 79A7914A233 for ; Thu, 8 Jan 2015 10:16:55 +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 JL3HxUllhK3g for ; Thu, 8 Jan 2015 10:16:54 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 98E1D14A22E for ; Thu, 8 Jan 2015 10:16:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8CECA98; Thu, 8 Jan 2015 10:16:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 8 Jan 2015 10:16:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150108101654.8CECA98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Thu Jan 8 10:16:54 UTC 2015 Modified Files: pkgsrc/print/poppler: Makefile.common buildlink3.mk distinfo pkgsrc/print/poppler-cpp: buildlink3.mk pkgsrc/print/poppler-glib: buildlink3.mk pkgsrc/print/poppler-includes: buildlink3.mk pkgsrc/print/poppler-qt4: buildlink3.mk pkgsrc/print/poppler-qt5: buildlink3.mk Log Message: Update poppler* to 0.30.0: Release 0.30.0 core: * Openjpeg2 support (openjpeg 1 is preferred). Bug #58906 * Fix potential memory corruption on TextSelectionDumper. Bug #84555 * Check for invalid matrix in annotation. Bug #84990 * Open some not conforming files. Bug #85919 * PSOutputDev: Accept a list of pages indeces instead of first, last. Bug #84833 * Fix memory leak on error condition cpp: * New API to set debug output function build system: * configure: Improve support with older clang versions. Bug #76963 utils: * pdfunite: Support output intents, optional content and acroform Release 0.29.0 core: * Use correct LAB byte array for lcms input. Bug #86388 * Write correct size in trailer dict. Bug #86063 * Use Default colorspaces if present instead of Device colorspaces * Solve blend mode problem in CYMK and DeviceN for separable blend modes * Compilation/warning fixes on SunOS * Regression test improvements glib: * demo: Compilation fixlets build system: * cofigure: print "no" instead of "auto" if lcms not found To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/print/poppler/Makefile.common cvs rdiff -u -r1.40 -r1.41 pkgsrc/print/poppler/buildlink3.mk cvs rdiff -u -r1.98 -r1.99 pkgsrc/print/poppler/distinfo cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/poppler-cpp/buildlink3.mk cvs rdiff -u -r1.42 -r1.43 pkgsrc/print/poppler-glib/buildlink3.mk cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/poppler-includes/buildlink3.mk cvs rdiff -u -r1.24 -r1.25 pkgsrc/print/poppler-qt4/buildlink3.mk cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/poppler-qt5/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.