summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authoradam <adam>2015-12-28 13:09:28 +0000
committeradam <adam>2015-12-28 13:09:28 +0000
commitabe0946db5849f767ce310eeee5f80e5711ffa18 (patch)
tree72595032f1c05e9ebb875555a781d536c60aba6f /converters
parentd69cd94100afb2dbca8bfc49657795123ecf4f26 (diff)
downloadpkgsrc-abe0946db5849f767ce310eeee5f80e5711ffa18.tar.gz
librevenge 0.0.3
- SVG generator: fix the center of rotation. - Remove bashism in configure (libwpd#5). - Fix some syntax errors in documentation. - Text generator: handle footnotes and endnotes. - Improve performance of RVNGPropertyListVector::append() and RVNGBinaryData::append(). - Fix several crashes or hangs when reading broken OLE2 or Zip files, found with the help of american-fuzzy-lop. - Fix build with boost 1.59 (libwpd#6). - Handle table:number-columns-repeated and table:number-rows-repeated in all spreadsheet generators. - CSV generator: handle rows with uneven number of columns correctly. - CSV generator: ignore empty rows at the end. - Several minor improvements and fixes.
Diffstat (limited to 'converters')
-rw-r--r--converters/librevenge/patches/patch-configre16
1 files changed, 0 insertions, 16 deletions
diff --git a/converters/librevenge/patches/patch-configre b/converters/librevenge/patches/patch-configre
deleted file mode 100644
index d579fc98a52..00000000000
--- a/converters/librevenge/patches/patch-configre
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-configre,v 1.2 2015/02/02 11:46:20 wiz Exp $
-
-Portability fix.
-https://sourceforge.net/p/libwpd/tickets/5/
-
---- configure.orig 2015-02-02 09:03:03.000000000 +0000
-+++ configure
-@@ -16166,7 +16166,7 @@ else
- fi
-
-
--if test "x$platform_win32" == "xyes"; then :
-+if test "x$platform_win32" = "xyes"; then :
-
- else
-