summaryrefslogtreecommitdiff
path: root/converters/librevenge/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-02-02 10:15:47 +0000
committeradam <adam@pkgsrc.org>2015-02-02 10:15:47 +0000
commit6af75da0d2c79815d7b1d205a14bf2f5ea2b7a9c (patch)
tree332e1a397ff957c2b97e6b24ffcf9cdbb58f953f /converters/librevenge/patches
parent3d8c0d64c07885012d26b5e5f1533413e0216dde (diff)
downloadpkgsrc-6af75da0d2c79815d7b1d205a14bf2f5ea2b7a9c.tar.gz
Changes 0.0.2:
- Better handling of invalid input in RVNGDirectoryStream functions. - Add documentation for RVNGDirectoryStream. - Add text:outline-level to allowed paragraph properties. This is to allow import libraries to handle headings properly. - Properly handle units in all generators, instead of expecting everything is in inches. - Implement open/closeGroup for RVNGSVGDrawingGenerator. - Improve handling of layers in RVNGSVGPresentationGenerator. - Handle master pages in RVNGSVGDrawingGenerator and RVNGSVGPresentationGenerator. - Simple handling of tables in RVNGSVGDrawingGenerator and RVNGSVGPresentationGenerator: just create a text box for each cell. - Fix return value of RVNGStringStream::seek when seeking to end. - Fix some warnings found by Coverity. - Use symbol visibility on Linux. The library only exports public functions now. - Fix several crashes or hangs when reading broken OLE2 or Zip files, found with the help of american-fuzzy-lop. - Add fo:language, fo:country and fo:script to allowed span properties. - Handle headings in RVNGHTMLTextGenerator.
Diffstat (limited to 'converters/librevenge/patches')
-rw-r--r--converters/librevenge/patches/patch-configre15
1 files changed, 15 insertions, 0 deletions
diff --git a/converters/librevenge/patches/patch-configre b/converters/librevenge/patches/patch-configre
new file mode 100644
index 00000000000..393ae28b944
--- /dev/null
+++ b/converters/librevenge/patches/patch-configre
@@ -0,0 +1,15 @@
+$NetBSD: patch-configre,v 1.1 2015/02/02 10:15:47 adam Exp $
+
+Portability fix.
+
+--- 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
+