summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz>2015-12-30 00:18:31 +0000
committerwiz <wiz>2015-12-30 00:18:31 +0000
commit394d9c56ad92ca9ebcdb47ec20d5bbe09a103b1c (patch)
tree3915a41f263650ff8337c3fcbc0a27eb07604ea0 /converters
parentb83288dbfb0922633fbde28bd3c46d77beed2c4d (diff)
downloadpkgsrc-394d9c56ad92ca9ebcdb47ec20d5bbe09a103b1c.tar.gz
Update libcdr to 0.1.2:
libcdr 0.1.2 * Fix various crashes and hangs when reading broken files found with the help of american-fuzzy-lop. * Fix build with boost 1.59. (rhbz#1258127) * Fix various problems detected by Coverity. * Do not drop empty text lines. (tdf#67873) * Make --help output of all command line tools more help2man-friendly. * Several other small improvements.
Diffstat (limited to 'converters')
-rw-r--r--converters/libcdr/Makefile6
-rw-r--r--converters/libcdr/distinfo11
-rw-r--r--converters/libcdr/patches/patch-configure15
3 files changed, 8 insertions, 24 deletions
diff --git a/converters/libcdr/Makefile b/converters/libcdr/Makefile
index 1073058e30e..7579949d046 100644
--- a/converters/libcdr/Makefile
+++ b/converters/libcdr/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2015/10/10 01:57:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2015/12/30 00:18:31 wiz Exp $
-DISTNAME= libcdr-0.1.1
-PKGREVISION= 4
+DISTNAME= libcdr-0.1.2
CATEGORIES= converters
MASTER_SITES= http://dev-www.libreoffice.org/src/libcdr/
EXTRACT_SUFX= .tar.xz
@@ -23,6 +22,7 @@ PKGCONFIG_OVERRIDE= libcdr.pc.in
.include "../../converters/libwpg/buildlink3.mk"
.include "../../converters/librevenge/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/cppunit/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/lcms2/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
diff --git a/converters/libcdr/distinfo b/converters/libcdr/distinfo
index 63d0c28cb85..d3493644202 100644
--- a/converters/libcdr/distinfo
+++ b/converters/libcdr/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 01:43:49 agc Exp $
+$NetBSD: distinfo,v 1.7 2015/12/30 00:18:31 wiz Exp $
-SHA1 (libcdr-0.1.1.tar.xz) = adc8cfeeed330763dbff5e933401b6a0d76b114b
-RMD160 (libcdr-0.1.1.tar.xz) = 5d6ea7a497103c1c6d889c8a74f0e97e13a3569f
-SHA512 (libcdr-0.1.1.tar.xz) = a655b5390022fb5049d2f75fe836a693033943060d820942d59eb0a34548363ff183e0f32d22ec277d1f8b5c7ab89ab1fba933f17ef1239d14d053bd6a5cf624
-Size (libcdr-0.1.1.tar.xz) = 564668 bytes
-SHA1 (patch-configure) = 94dfa002ffd4c9240c6f05add2b317e854c425f0
+SHA1 (libcdr-0.1.2.tar.xz) = 244b92a51451ab4c2abc9aebfbe521e6277f7800
+RMD160 (libcdr-0.1.2.tar.xz) = 5b4e32bfd17e4e1cb0345da719624f1b8931e223
+SHA512 (libcdr-0.1.2.tar.xz) = c5c08444fa28be13b60ba1aa515a47606de80b079cbabb0276f54064820fecb2a6ee50a8b33a6cc1b2f5f46323d3de7f00822aadec5c3058a14adebf5255da91
+Size (libcdr-0.1.2.tar.xz) = 602024 bytes
diff --git a/converters/libcdr/patches/patch-configure b/converters/libcdr/patches/patch-configure
deleted file mode 100644
index 85f259fc312..00000000000
--- a/converters/libcdr/patches/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2014/12/01 11:15:21 wiz Exp $
-
-Fix unportable test(1) comparison operator.
-
---- configure.orig 2014-11-24 14:03:55.000000000 +0000
-+++ configure
-@@ -17644,7 +17644,7 @@ else
- fi
-
-
--if test $platform_win32 == yes; then :
-+if test $platform_win32 = yes; then :
-
- else
-