summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-16 09:08:38 +0000
committerwiz <wiz@pkgsrc.org>2015-01-16 09:08:38 +0000
commit2a7b6460b34d245ca8314539eed88c7ced7409b4 (patch)
treef64a30181ef92f4b8cd3cc6f5094ad16b25e187d /converters
parent3e143617a63a2dec0d645e640e7f0a8098e99497 (diff)
downloadpkgsrc-2a7b6460b34d245ca8314539eed88c7ced7409b4.tar.gz
Update to 0.3.1:
libwps-0.3.1 - Fix parsing of floating-point numbers in specific cases. - Fix several minor issues reported by Coverity and Clang. - Check arguments of public functions. Passing NULL no longer causes a crash. - Use symbol visibility on Linux. The library only exports the public functions now. - Import @TERM and @CTERM functions (fdo#86241). - Handle LICS character encoding in spreadsheets (fdo#87222). - Fix a crash when reading a broken file, found with the help of american-fuzzy-lop.
Diffstat (limited to 'converters')
-rw-r--r--converters/libwps/Makefile4
-rw-r--r--converters/libwps/distinfo9
-rw-r--r--converters/libwps/patches/patch-configure15
3 files changed, 22 insertions, 6 deletions
diff --git a/converters/libwps/Makefile b/converters/libwps/Makefile
index 6ff0acf832d..083063c11df 100644
--- a/converters/libwps/Makefile
+++ b/converters/libwps/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2014/12/01 12:39:16 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2015/01/16 09:08:38 wiz Exp $
-DISTNAME= libwps-0.3.0
+DISTNAME= libwps-0.3.1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libwps/}
EXTRACT_SUFX= .tar.bz2
diff --git a/converters/libwps/distinfo b/converters/libwps/distinfo
index 4df8442e26d..c1c2ac52ecf 100644
--- a/converters/libwps/distinfo
+++ b/converters/libwps/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2014/07/23 06:29:53 wiz Exp $
+$NetBSD: distinfo,v 1.9 2015/01/16 09:08:38 wiz Exp $
-SHA1 (libwps-0.3.0.tar.bz2) = 526323bd59b5f59f8533882fb455e5886bf1f6dc
-RMD160 (libwps-0.3.0.tar.bz2) = 6e3f8b0964474ca4a241a4bcc4fcacdd525e3361
-Size (libwps-0.3.0.tar.bz2) = 502782 bytes
+SHA1 (libwps-0.3.1.tar.bz2) = f873f672adf0d92030ab2b6697be735ef6cfc6e2
+RMD160 (libwps-0.3.1.tar.bz2) = 109484e67bf62d64eeaf78417e1552b3e2f3d7fa
+Size (libwps-0.3.1.tar.bz2) = 496436 bytes
+SHA1 (patch-configure) = 5b3e7b782a708a9039032a9eb0f57ed21ead3c86
diff --git a/converters/libwps/patches/patch-configure b/converters/libwps/patches/patch-configure
new file mode 100644
index 00000000000..6bb5aeb2729
--- /dev/null
+++ b/converters/libwps/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2015/01/16 09:08:38 wiz Exp $
+
+Fix unportable test(1) operator.
+
+--- configure.orig 2014-12-30 09:10:53.000000000 +0000
++++ configure
+@@ -16187,7 +16187,7 @@ else
+ fi
+
+
+-if test "x$platform_win32" == "xyes"; then :
++if test "x$platform_win32" = "xyes"; then :
+
+ else
+