aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 18:41:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-03-21 19:20:13 +0000
commitf0a8b54c9cdd662c20b1542d6bdecbe900aabcd4 (patch)
tree2cee17afe57e4df4b289bc65026a89c82b5b4b2b
parent99efde59694a9cea2d3778f6576e69098d47321f (diff)
downloadports-f0a8b54c9cdd662c20b1542d6bdecbe900aabcd4.tar.gz
ports-f0a8b54c9cdd662c20b1542d6bdecbe900aabcd4.zip
databases/ruby-xapian: Update to 1.4.22
- Convert REINPLACE_CMD to patch file Changes: https://trac.xapian.org/wiki/ReleaseOverview
-rw-r--r--databases/ruby-xapian/Makefile5
-rw-r--r--databases/ruby-xapian/distinfo6
-rw-r--r--databases/ruby-xapian/files/patch-configure11
3 files changed, 15 insertions, 7 deletions
diff --git a/databases/ruby-xapian/Makefile b/databases/ruby-xapian/Makefile
index bd477d39576e..54e6ed81df0c 100644
--- a/databases/ruby-xapian/Makefile
+++ b/databases/ruby-xapian/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xapian
-PORTVERSION= 1.4.21
+PORTVERSION= 1.4.22
DISTVERSIONPREFIX= bindings-
CATEGORIES= databases ruby
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
@@ -43,7 +43,4 @@ PORTSCOUT= limitw:1,even
OPTIONS_DEFINE= DOCS
-post-patch:
- @${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
-
.include <bsd.port.mk>
diff --git a/databases/ruby-xapian/distinfo b/databases/ruby-xapian/distinfo
index 0c58451cc320..e59bf4d5774a 100644
--- a/databases/ruby-xapian/distinfo
+++ b/databases/ruby-xapian/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1664767856
-SHA256 (xapian-bindings-1.4.21.tar.xz) = e7bf1e4982b91f841289d19214021d88371ca2a6c7304df59049d7da78b83ced
-SIZE (xapian-bindings-1.4.21.tar.xz) = 1151620
+TIMESTAMP = 1677771077
+SHA256 (xapian-bindings-1.4.22.tar.xz) = 6b5454833ac52a3e32c0bb3a7290a5a2b50488d8918f2a45269557e4de9a31e5
+SIZE (xapian-bindings-1.4.22.tar.xz) = 1074840
diff --git a/databases/ruby-xapian/files/patch-configure b/databases/ruby-xapian/files/patch-configure
new file mode 100644
index 000000000000..6b9dce2bb21b
--- /dev/null
+++ b/databases/ruby-xapian/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2023-02-02 01:01:44 UTC
++++ configure
+@@ -21048,7 +21048,7 @@ SWIG_CXXFLAGS=
+ if test yes = "$GXX" ; then
+ SWIG_CXXFLAGS="-fno-strict-aliasing"
+
+- XAPIAN_LIBS="$XAPIAN_LIBS -lstdc++"
++ XAPIAN_LIBS="$XAPIAN_LIBS "
+
+
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext