pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc Update to 1.4.18. From the changelog:
details: https://anonhg.NetBSD.org/pkgsrc/rev/f024f9d674d0
branches: trunk
changeset: 444947:f024f9d674d0
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Thu Jan 14 18:18:11 2021 +0000
description:
Update to 1.4.18. From the changelog:
Portability:
* Support macOS 11.0 - AC_CANONICAL_HOST identifies this as darwin20, which
wasn't caught by our glob pattern. Patch from FX Coudert in
https://github.com/xapian/xapian/pull/319
CSharp:
* Wrap const std::string* parameters to accept a string or null in C#. See #204.
Java:
* Wrap const std::string* parameters to accept a String or null in Java.
Perl:
* Fix minor documentation typo.
diffstat:
textproc/csharp-xapian/Makefile | 3 +-
textproc/xapian/distinfo-bindings | 12 +++++-----
textproc/xapian/patches-bindings/patch-configure | 26 ++++-------------------
3 files changed, 12 insertions(+), 29 deletions(-)
diffs (87 lines):
diff -r 0ed2d4198614 -r f024f9d674d0 textproc/csharp-xapian/Makefile
--- a/textproc/csharp-xapian/Makefile Thu Jan 14 18:17:18 2021 +0000
+++ b/textproc/csharp-xapian/Makefile Thu Jan 14 18:18:11 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/11/05 09:09:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2021/01/14 18:18:11 schmonz Exp $
PKGNAME= csharp-${PKGNAME_MODULE}
-PKGREVISION= 1
COMMENT= C\# bindings for Xapian search engine
HOMEPAGE= https://xapian.org/docs/bindings/csharp/
diff -r 0ed2d4198614 -r f024f9d674d0 textproc/xapian/distinfo-bindings
--- a/textproc/xapian/distinfo-bindings Thu Jan 14 18:17:18 2021 +0000
+++ b/textproc/xapian/distinfo-bindings Thu Jan 14 18:18:11 2021 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo-bindings,v 1.21 2020/11/30 14:05:48 schmonz Exp $
+$NetBSD: distinfo-bindings,v 1.22 2021/01/14 18:18:11 schmonz Exp $
-SHA1 (xapian-bindings-1.4.17.tar.xz) = 366dd7bbbbd9a4cb0253de974cb19f52e0877ca5
-RMD160 (xapian-bindings-1.4.17.tar.xz) = b9efdfd51eb2836fd942c10396f3afafe820e336
-SHA512 (xapian-bindings-1.4.17.tar.xz) = 9cfd9809b8b13d47a7b50950c19b821d4ae902611eed3972d93cccda82d07d5858e37989bb9de31ede082c2574487e0bcd8c1e5f30f1479d47f4c28200ff76e7
-Size (xapian-bindings-1.4.17.tar.xz) = 1135100 bytes
-SHA1 (patch-configure) = bed914e0c98e422e4d897ae57a541ff915acb129
+SHA1 (xapian-bindings-1.4.18.tar.xz) = c47dbc7ae94e4b02e299ff036d22c50810823de5
+RMD160 (xapian-bindings-1.4.18.tar.xz) = e6227de5c1a732fa7d6e59a69b8ac896603f06f5
+SHA512 (xapian-bindings-1.4.18.tar.xz) = e965384febaa83c28fd63b82192bfa4d5d34b4eb7cfacf1ddfc1201deada4f0498df8e50a191713dc95feb8edb0b1a4e9d6983a639c564f086ee305b8a05397e
+Size (xapian-bindings-1.4.18.tar.xz) = 1135644 bytes
+SHA1 (patch-configure) = 0fc1882dc42eae71e32aec60dcd2478aa6b1bc5f
SHA1 (patch-lua_Makefile.in) = 7f1c5077f0d46dfdf33c2b65f144bb08d5031330
SHA1 (patch-perl_Makefile.in) = 993b137b319d7d28c2b3a70d2e46e1a38d380578
SHA1 (patch-php7_php7_xapian__wrap.cc) = aa5ca15ef04bbd5038e23f4d1d01d1029243c68e
diff -r 0ed2d4198614 -r f024f9d674d0 textproc/xapian/patches-bindings/patch-configure
--- a/textproc/xapian/patches-bindings/patch-configure Thu Jan 14 18:17:18 2021 +0000
+++ b/textproc/xapian/patches-bindings/patch-configure Thu Jan 14 18:18:11 2021 +0000
@@ -1,30 +1,14 @@
-$NetBSD: patch-configure,v 1.4 2020/11/30 14:05:48 schmonz Exp $
+$NetBSD: patch-configure,v 1.5 2021/01/14 18:18:11 schmonz Exp $
- Remove hackaround for old OpenBSD bugs that break builds with other
STL implementations.
- Link directly with static-only libtclstub.a (fixes build on NetBSD).
-- Remove workaround for old macOS to fix Big Sur build.
- Remove broken cross-compile check (builds a bundle, complains it can't
run as executable) to fix lua-xapian on Big Sur.
---- configure.orig 2020-08-21 03:38:47.000000000 +0000
+--- configure.orig 2021-01-14 00:45:37.000000000 +0000
+++ configure
-@@ -3309,14 +3309,6 @@ case $host in
- *86*-darwin8*|*-darwin[91]*)
- ;;
- *-darwin*)
-- case $MACOSX_DEPLOYMENT_TARGET in
-- "")
-- OVERRIDE_MACOSX_DEPLOYMENT_TARGET=10.3 ;;
-- 10.[012])
-- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Overriding MACOSX_DEPLOYMENT_TARGET from $MACOSX_DEPLOYMENT_TARGET to 10.3" >&5
--$as_echo "$as_me: WARNING: Overriding MACOSX_DEPLOYMENT_TARGET from $MACOSX_DEPLOYMENT_TARGET to 10.3" >&2;}
-- OVERRIDE_MACOSX_DEPLOYMENT_TARGET=10.3 ;;
-- esac
- ;;
- esac
- if test -n "$OVERRIDE_MACOSX_DEPLOYMENT_TARGET"; then
-@@ -3971,51 +3963,6 @@ FILE *f = fopen ("conftest.out", "w");
+@@ -3971,51 +3971,6 @@ FILE *f = fopen ("conftest.out", "w");
return 0;
}
_ACEOF
@@ -76,7 +60,7 @@
ac_clean_files=$ac_clean_files_save
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
$as_echo_n "checking for suffix of object files... " >&6; }
-@@ -18048,7 +17995,7 @@ fi
+@@ -18048,7 +18003,7 @@ fi
for x in "/tcl$tcl_version" "" ; do
TCLCONFIG_SH=$tcl_libdir_runtime$x/tclConfig.sh
if test -r "$TCLCONFIG_SH" ; then
@@ -85,7 +69,7 @@
break
fi
done
-@@ -19524,9 +19471,6 @@ SWIG_CXXFLAGS=
+@@ -19524,9 +19479,6 @@ SWIG_CXXFLAGS=
if test yes = "$GXX" ; then
SWIG_CXXFLAGS="-fno-strict-aliasing"
Home |
Main Index |
Thread Index |
Old Index