pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters/libetonyek



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Feb  2 23:55:20 UTC 2018

Modified Files:
        pkgsrc/converters/libetonyek: Makefile distinfo
Added Files:
        pkgsrc/converters/libetonyek/patches: patch-configure

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/converters/libetonyek/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/converters/libetonyek/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/libetonyek/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/libetonyek/Makefile
diff -u pkgsrc/converters/libetonyek/Makefile:1.17 pkgsrc/converters/libetonyek/Makefile:1.18
--- pkgsrc/converters/libetonyek/Makefile:1.17  Mon Jan  1 21:18:06 2018
+++ pkgsrc/converters/libetonyek/Makefile       Fri Feb  2 23:55:20 2018
@@ -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@localhost
 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"

Index: pkgsrc/converters/libetonyek/distinfo
diff -u pkgsrc/converters/libetonyek/distinfo:1.6 pkgsrc/converters/libetonyek/distinfo:1.7
--- pkgsrc/converters/libetonyek/distinfo:1.6   Sat Feb 13 08:37:45 2016
+++ pkgsrc/converters/libetonyek/distinfo       Fri Feb  2 23:55:20 2018
@@ -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

Added files:

Index: pkgsrc/converters/libetonyek/patches/patch-configure
diff -u /dev/null pkgsrc/converters/libetonyek/patches/patch-configure:1.1
--- /dev/null   Fri Feb  2 23:55:20 2018
+++ pkgsrc/converters/libetonyek/patches/patch-configure        Fri Feb  2 23:55:20 2018
@@ -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



Home | Main Index | Thread Index | Old Index