Received: by mail.netbsd.org (Postfix, from userid 605) id EA3B184D3A; Wed, 25 Mar 2020 10:24:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7383D84D37 for ; Wed, 25 Mar 2020 10:24:06 +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 Nzko94UVXOjT for ; Wed, 25 Mar 2020 10:24:05 +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 DD36584CEF for ; Wed, 25 Mar 2020 10:24:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D147CFB27; Wed, 25 Mar 2020 10:24:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158513184510700" MIME-Version: 1.0 Date: Wed, 25 Mar 2020 10:24:05 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/converters/libwpg To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200325102405.D147CFB27@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. --_----------=_158513184510700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Mar 25 10:24:05 UTC 2020 Modified Files: pkgsrc/converters/libwpg: Makefile distinfo Log Message: libwpg: Update to 0.3.3 0.3.2 - 0.3.3 - Drop obsolete MSVC project files. - Use --disable-werror instead of --enable-werror as configure default. - Fix parsing of 24-bit RGB and 32-bit RGBA bitmaps in WPG2 files. (tdf#78105) 0.3.1 - 0.3.2 - Require C++11 for build. - Fix a couple of issues found by oss-fuzz. - Improve performance of reading image data from WPG2 files. - Various minor code cleanups. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/converters/libwpg/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/converters/libwpg/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158513184510700 Content-Disposition: inline Content-Length: 2696 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/libwpg/Makefile diff -u pkgsrc/converters/libwpg/Makefile:1.36 pkgsrc/converters/libwpg/Makefile:1.37 --- pkgsrc/converters/libwpg/Makefile:1.36 Sun Jan 26 05:26:18 2020 +++ pkgsrc/converters/libwpg/Makefile Wed Mar 25 10:24:05 2020 @@ -1,21 +1,25 @@ -# $NetBSD: Makefile,v 1.36 2020/01/26 05:26:18 rillig Exp $ +# $NetBSD: Makefile,v 1.37 2020/03/25 10:24:05 nia Exp $ -DISTNAME= libwpg-0.3.1 -PKGREVISION= 14 +DISTNAME= libwpg-0.3.3 CATEGORIES= converters graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libwpg/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://libwpg.sourceforge.net/ COMMENT= Library for importing and converting Corel WordPerfect Graphics images LICENSE= gnu-lgpl-v2 OR mpl-2.0 -USE_LANGUAGES= c c++ -USE_LIBTOOL= yes -USE_TOOLS+= perl pkg-config -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_LANGUAGES= c c++ +USE_TOOLS+= perl pkg-config + +# C++11 +GCC_REQD+= 4.7 + CONFIGURE_ARGS+= --without-docs + PKGCONFIG_OVERRIDE+= libwpg.pc.in REPLACE_PERL= src/conv/svg/wpg2svgbatch.pl @@ -23,13 +27,4 @@ REPLACE_PERL= src/conv/svg/wpg2svgbatch .include "../../converters/libwpd/buildlink3.mk" .include "../../converters/librevenge/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" - -# Include all buildlink3.mk before compiler.mk, as the buildlink dependencies -# may alter the compiler selection. -.include "../../mk/compiler.mk" - -.if !empty(PKGSRC_COMPILER:Mclang) -BUILDLINK_TRANSFORM+= rm:-Werror -.endif - .include "../../mk/bsd.pkg.mk" Index: pkgsrc/converters/libwpg/distinfo diff -u pkgsrc/converters/libwpg/distinfo:1.9 pkgsrc/converters/libwpg/distinfo:1.10 --- pkgsrc/converters/libwpg/distinfo:1.9 Tue Mar 8 19:00:14 2016 +++ pkgsrc/converters/libwpg/distinfo Wed Mar 25 10:24:05 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2016/03/08 19:00:14 ryoon Exp $ +$NetBSD: distinfo,v 1.10 2020/03/25 10:24:05 nia Exp $ -SHA1 (libwpg-0.3.1.tar.bz2) = 9d9a38bfa97f1f75f5f79a68496dfdd9e5585fd2 -RMD160 (libwpg-0.3.1.tar.bz2) = b91053259259c74715c4297c020b4c2e441f92ba -SHA512 (libwpg-0.3.1.tar.bz2) = e5533e7c43fc08dfdc2a8c5e81e1ab3ef8b515fe50256de2f0917eaf39f83ff5416821e151cf212697f89936f256f3896fb72d101ce64c4e09f4666bcc5909ec -Size (libwpg-0.3.1.tar.bz2) = 397128 bytes +SHA1 (libwpg-0.3.3.tar.xz) = 20096bd99681c719164cefafc9046271de255acb +RMD160 (libwpg-0.3.3.tar.xz) = b09ab44cdb4731ec3aee299ac256ac5214dadefa +SHA512 (libwpg-0.3.3.tar.xz) = 99f8346b336eb902626fe07836c73870a57e100620ddd242ce7c2866e564483ed024a3a0b2804f81a0f59a0873310c3a93c005d306437a27818a6f4374c0c491 +Size (libwpg-0.3.3.tar.xz) = 328664 bytes --_----------=_158513184510700--