pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/libxls textproc/libxls: Update to 1.5.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd60a48f1dae
branches: trunk
changeset: 417808:bd60a48f1dae
user: sjmulder <sjmulder%pkgsrc.org@localhost>
date: Sat Nov 16 13:23:03 2019 +0000
description:
textproc/libxls: Update to 1.5.2
Changes:
- Fix character transliteration on Windows when iconv is not present
#66
- Make C++ test conditional on having a C++11 compiler
- README: Add links to language bindings (and an OSS-Fuzz badge!)
diffstat:
textproc/libxls/Makefile | 13 ++++++-------
textproc/libxls/distinfo | 10 +++++-----
2 files changed, 11 insertions(+), 12 deletions(-)
diffs (44 lines):
diff -r c348b0143661 -r bd60a48f1dae textproc/libxls/Makefile
--- a/textproc/libxls/Makefile Sat Nov 16 12:48:48 2019 +0000
+++ b/textproc/libxls/Makefile Sat Nov 16 13:23:03 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/06/12 21:09:59 sjmulder Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/16 13:23:03 sjmulder Exp $
-DISTNAME= libxls-1.5.1
+DISTNAME= libxls-1.5.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=libxls/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
@@ -11,12 +11,11 @@
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
-# C++11 support needed only for a test, see:
-# https://github.com/libxls/libxls/pull/61
-USE_LANGUAGES= c c++11
USE_LIBTOOL= yes
-# workaround for failed builds until above PR is merged
-GCC_REQD+= 4.8
+
+# C++ is only used for an optional test. Skip it rather than breaking
+# the build on platforms with shoddy C++11 support.
+#USE_LANGUAGES= c c++11
TEST_TARGET= check
diff -r c348b0143661 -r bd60a48f1dae textproc/libxls/distinfo
--- a/textproc/libxls/distinfo Sat Nov 16 12:48:48 2019 +0000
+++ b/textproc/libxls/distinfo Sat Nov 16 13:23:03 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/05/06 08:55:20 sjmulder Exp $
+$NetBSD: distinfo,v 1.3 2019/11/16 13:23:03 sjmulder Exp $
-SHA1 (libxls-1.5.1.tar.gz) = e9863d0be50301d2b53f213f8c597c074614dc65
-RMD160 (libxls-1.5.1.tar.gz) = 77edcdbbc1851bbcf3b1038fcbf9032107e0c7fd
-SHA512 (libxls-1.5.1.tar.gz) = 80dbef099919248444592a6fd8a910513cffb9e00671009a543511b49a801cb3d4d06dd1413bb7107f87a76176dd3a09cfdb772bcf641a697f363b184152ceb2
-Size (libxls-1.5.1.tar.gz) = 442217 bytes
+SHA1 (libxls-1.5.2.tar.gz) = 23b8be0d5b66a16756c28912a49374a9289514b7
+RMD160 (libxls-1.5.2.tar.gz) = 525177172c8ec80f0db6e109f2dd9e2e43bf90a9
+SHA512 (libxls-1.5.2.tar.gz) = 83e443713944648d6bb5db03a03b3addff1d925a1c83c49e6bb9b29245da76ff351e6a76239e62c92400e5d513394a33366fb979d2bc0b0d8ed0cc7f024c5fc1
+Size (libxls-1.5.2.tar.gz) = 443227 bytes
Home |
Main Index |
Thread Index |
Old Index