1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

databases/lua-xapian: Update to 1.4.22

- Convert REINPLACE_CMD to patch file

Changes:	https://trac.xapian.org/wiki/ReleaseOverview
This commit is contained in:
Po-Chuan Hsieh 2023-03-22 02:41:00 +08:00
parent da10c2e56e
commit aaefcdbbf2
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 15 additions and 7 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= xapian
PORTVERSION= 1.4.21
PORTVERSION= 1.4.22
DISTVERSIONPREFIX= bindings-
CATEGORIES= databases
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
@ -45,7 +45,4 @@ PORTSCOUT= limitw:1,even
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1664767848
SHA256 (xapian-bindings-1.4.21.tar.xz) = e7bf1e4982b91f841289d19214021d88371ca2a6c7304df59049d7da78b83ced
SIZE (xapian-bindings-1.4.21.tar.xz) = 1151620
TIMESTAMP = 1677771069
SHA256 (xapian-bindings-1.4.22.tar.xz) = 6b5454833ac52a3e32c0bb3a7290a5a2b50488d8918f2a45269557e4de9a31e5
SIZE (xapian-bindings-1.4.22.tar.xz) = 1074840

View File

@ -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