mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
databases/lua-xapian: Update to 1.4.24
- Clean up CONFIGURE_ARGS Changes: https://trac.xapian.org/wiki/ReleaseOverview
This commit is contained in:
parent
8985242e22
commit
3a9e6a4c65
@ -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}/ \
|
||||
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user