Skip to content

Commit

Permalink
databases/lua-xapian: Update to 1.4.24
Browse files Browse the repository at this point in the history
- Clean up CONFIGURE_ARGS

Changes:	https://trac.xapian.org/wiki/ReleaseOverview
  • Loading branch information
sunpoet committed Nov 14, 2023
1 parent 8985242 commit 3a9e6a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions databases/lua-xapian/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xapian
PORTVERSION= 1.4.23
PORTVERSION= 1.4.24
DISTVERSIONPREFIX= bindings-
CATEGORIES= databases
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
Expand Down Expand Up @@ -27,12 +27,15 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} \
--without-java \
--without-perl \
--without-php \
--without-php7 \
--without-python \
--without-python3 \
--without-ruby \
--without-tcl
CONFIGURE_ENV= LUA="${LUA_CMD}" LUA_INC="${LUA_INCDIR}" LUA_LIB="${LUA_MODLIBDIR}" LUA_SO=.so
CONFIGURE_ENV= LUA="${LUA_CMD}" \
LUA_CFLAGS="-I${LUA_INCDIR}" \
LUA_LIB="${LUA_MODLIBDIR}" \
LUA_LIBS="-L${LOCALBASE}/lib -llua-${LUA_VER}" \
LUA_SO=.so
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_CXXSTD= c++11
Expand Down
6 changes: 3 additions & 3 deletions databases/lua-xapian/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1688902023
SHA256 (xapian-bindings-1.4.23.tar.xz) = e0bc8cc0ecf0568549c50b51fd59e4cffb5318d6f202afcd4465855ef5f33f7d
SIZE (xapian-bindings-1.4.23.tar.xz) = 1076480
TIMESTAMP = 1699774484
SHA256 (xapian-bindings-1.4.24.tar.xz) = 513d578488279198ace13ad497510d2b22204d5d794b64143d05b7be974eb6cf
SIZE (xapian-bindings-1.4.24.tar.xz) = 1112744
2 changes: 1 addition & 1 deletion databases/lua-xapian/files/patch-configure
Expand Up @@ -5,7 +5,7 @@
SWIG_CXXFLAGS="-fno-strict-aliasing"

- XAPIAN_LIBS="$XAPIAN_LIBS -lstdc++"
+ XAPIAN_LIBS="$XAPIAN_LIBS "
+ XAPIAN_LIBS="$XAPIAN_LIBS"


cat confdefs.h - <<_ACEOF >conftest.$ac_ext

0 comments on commit 3a9e6a4

Please sign in to comment.