summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2018-02-02 23:55:20 +0000
committerryoon <ryoon@pkgsrc.org>2018-02-02 23:55:20 +0000
commitd18184b399f20d2c333bb855de1b662ec021f3f4 (patch)
tree87630a5d07d5a0280a32ed34ac8165083deac1d8
parent4e951065bbf37e6fd2b9f325da303cc18a410f9b (diff)
downloadpkgsrc-d18184b399f20d2c333bb855de1b662ec021f3f4.tar.gz
Update to 0.1.7
Changelog: libetonyek 0.1.7 - Fix a few issues found by Coverity. - Correctly compute cell row and column. - Improve reconstruction of gradients. - Improve resolution of cell styles. - Parse non-RGB colors. - Improve handling of table border lines. - Convert cell values to text in presentation and text documents. - Handle following-paragraph and following-layout styles. - Allow building with different versions of mdds (1.2 is the default). - Require C++11 for build. - Fix several issues found by oss-fuzz. - Disable error output from libxml2. - Improve lookup of parent styles. - Never insert a page break in a footnote. - Drop outdated MSVC project files. - Various small fixes and improvements.
-rw-r--r--converters/libetonyek/Makefile9
-rw-r--r--converters/libetonyek/distinfo11
-rw-r--r--converters/libetonyek/patches/patch-configure15
3 files changed, 25 insertions, 10 deletions
diff --git a/converters/libetonyek/Makefile b/converters/libetonyek/Makefile
index 2578b046403..e6625504147 100644
--- a/converters/libetonyek/Makefile
+++ b/converters/libetonyek/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2018/01/01 21:18:06 adam Exp $
+# $NetBSD: Makefile,v 1.18 2018/02/02 23:55:20 ryoon Exp $
-DISTNAME= libetonyek-0.1.6
-PKGREVISION= 5
+DISTNAME= libetonyek-0.1.7
CATEGORIES= converters
MASTER_SITES= http://dev-www.libreoffice.org/src/
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://wiki.documentfoundation.org/DLP/Libraries/libetonyek
@@ -27,7 +26,7 @@ PKGCONFIG_OVERRIDE+= libetonyek.pc.in
.include "../../converters/libwpd/buildlink3.mk"
.include "../../converters/librevenge/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../devel/mdds/buildlink3.mk"
+.include "../../devel/mdds1.2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/glm/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
diff --git a/converters/libetonyek/distinfo b/converters/libetonyek/distinfo
index e6e2098f067..360d2278316 100644
--- a/converters/libetonyek/distinfo
+++ b/converters/libetonyek/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2016/02/13 08:37:45 wiz Exp $
+$NetBSD: distinfo,v 1.7 2018/02/02 23:55:20 ryoon Exp $
-SHA1 (libetonyek-0.1.6.tar.bz2) = 0d432c7ca6cc00f2f83b2b4e949e124d496a27f0
-RMD160 (libetonyek-0.1.6.tar.bz2) = 60fa88175030a4a3781cb1e48083ef02a0767a67
-SHA512 (libetonyek-0.1.6.tar.bz2) = f8d4d4bde19c738ec33a8e4d7956a30fd77d3cc07a1b981c9a5c6c1e29594ab887b014cdeb6660e689e9089bf68e80d64c02329706e8f5c62f40940a9018ab3d
-Size (libetonyek-0.1.6.tar.bz2) = 1696455 bytes
+SHA1 (libetonyek-0.1.7.tar.xz) = 7dcc5eee68ad7dcc31b9230fa6e8ced6c346dc07
+RMD160 (libetonyek-0.1.7.tar.xz) = 470eeaa42e690a6eaf7da0e7513a145fbc1d5e32
+SHA512 (libetonyek-0.1.7.tar.xz) = bec4819e161f68b7315567464bfe9e0259a59822a7926c54208cceb04061664a1220716539816a24a6f259eac6f7063c72750aaaf8d8886e3bfb0c4d5f1e0b0f
+Size (libetonyek-0.1.7.tar.xz) = 1256232 bytes
+SHA1 (patch-configure) = f1dda3166bf0271bdd58a4a7eff04768b450906b
diff --git a/converters/libetonyek/patches/patch-configure b/converters/libetonyek/patches/patch-configure
new file mode 100644
index 00000000000..2bdc6eb023e
--- /dev/null
+++ b/converters/libetonyek/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2018/02/02 23:55:20 ryoon Exp $
+
+* Fix POSIX shell portability issue
+
+--- configure.orig 2017-10-23 08:03:59.000000000 +0000
++++ configure
+@@ -19205,7 +19205,7 @@ CPPFLAGS="${saved_CPPFLAGS}"
+ saved_CPPFLAGS="${CPPFLAGS}"
+ CPPFLAGS="${GLM_CFLAGS} ${CPPFLAGS}"
+ GLM_headers="glm/glm.hpp"
+-if test "x$enable_tests" == "xyes"; then :
++if test "x$enable_tests" = "xyes"; then :
+ GLM_headers="$GLM_headers glm/gtx/io.hpp"
+ fi
+ for ac_header in $GLM_headers