pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/libxls
Module Name: pkgsrc
Committed By: sjmulder
Date: Sat Nov 16 13:23:04 UTC 2019
Modified Files:
pkgsrc/textproc/libxls: Makefile distinfo
Log Message:
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!)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/libxls/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/libxls/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/libxls/Makefile
diff -u pkgsrc/textproc/libxls/Makefile:1.4 pkgsrc/textproc/libxls/Makefile:1.5
--- pkgsrc/textproc/libxls/Makefile:1.4 Wed Jun 12 21:09:59 2019
+++ pkgsrc/textproc/libxls/Makefile Sat Nov 16 13:23:03 2019
@@ -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 @@ COMMENT= Extract cell data from legacy M
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
Index: pkgsrc/textproc/libxls/distinfo
diff -u pkgsrc/textproc/libxls/distinfo:1.2 pkgsrc/textproc/libxls/distinfo:1.3
--- pkgsrc/textproc/libxls/distinfo:1.2 Mon May 6 08:55:20 2019
+++ pkgsrc/textproc/libxls/distinfo Sat Nov 16 13:23:03 2019
@@ -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