pkgsrc/misc/libreoffice/patches/patch-desktop_unx_source_pagein.c
ryoon c038ea90c5 Update to 5.4.0.3
* Remove openjdk7 support
* Use internal libjpeg-turbo
* Disable pdfium. This requires a lot of work

Changelog:
LibreOffice 5.4 highlights

    A new standard colour palette has been included, based on the RYB colour model.
    File format compatibility has been improved, with better support for EMF vector images. This helps when you’re importing detailed diagrams from other office software.
    Imported PDF files are rendered with much better quality, also when inserted into a document, while exported PDF files – from Writer and Impress – support embedded videos (and linked videos if opened with Acrobat Reader).
    LibreOffice 5.4 supports OpenPGP keys for signing ODF documents on Linux. If you already use GPG/PGP for signing emails, it ensures the authenticity of your ODF documents regardless of the mode of transport or storage.

WRITER

    In Writer, you can now import AutoText from Microsoft Word DOTM templates.
    When you’re exporting or pasting numbered and bulleted lists as plain text, their full structure is preserved.
    In the Format menu, you can now create custom watermarks for your documents.
    New context menu items have been added for working with sections, footnotes, endnotes and styles.

CALC

    Calc now includes support for pivot charts, which use data from pivot tables. When the table is updated, the chart is automatically updated as well.
    Comments are now easier to manage, with menu commands to show, hide and delete all comments.
    When applying conditional formatting to cells, you can now easily change the priority of rules with up and down buttons.
    Extra sheet protection options have been added, to optionally allow insertion or deletion of rows and columns.
    Lastly, when you’re exporting in CSV format, your settings are remembered for the next export operation.

IMPRESS

    In Impress, when you’re duplicating an object, you can now specify fractional angles. In addition, your settings are saved for the next duplication operation.
2017-08-01 11:57:36 +00:00

14 lines
374 B
C

$NetBSD: patch-desktop_unx_source_pagein.c,v 1.1 2017/08/01 11:57:37 ryoon Exp $
--- desktop/unx/source/pagein.c.orig 2017-07-25 20:26:39.000000000 +0000
+++ desktop/unx/source/pagein.c
@@ -25,7 +25,9 @@
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
+#if !defined(__NetBSD__)
#include <sys/sysmacros.h>
+#endif
#include <sys/types.h>
/* do_pagein */