databases/php-xapian: Update to 1.4.22
- Unmark DEPRECATED and remove EXPIRATION_DATE - Remove IGNORE_WITH_PHP - Convert REINPLACE_CMD to patch file Changes: https://trac.xapian.org/wiki/ReleaseOverview
This commit is contained in:
@@ -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}/ \
|
||||
@@ -13,10 +13,6 @@ WWW= https://xapian.org/
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
DEPRECATED= Requires php 7
|
||||
EXPIRATION_DATE=2023-03-31
|
||||
BROKEN= Requires php 7 which has expired but php 8 support is WIP
|
||||
|
||||
BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core
|
||||
LIB_DEPENDS= libxapian.so:databases/xapian-core
|
||||
|
||||
@@ -26,19 +22,17 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} \
|
||||
--docdir=${DOCSDIR} \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--with-php7 \
|
||||
--with-php \
|
||||
--without-csharp \
|
||||
--without-java \
|
||||
--without-lua \
|
||||
--without-perl \
|
||||
--without-php \
|
||||
--without-python \
|
||||
--without-python3 \
|
||||
--without-ruby \
|
||||
--without-tcl
|
||||
CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config
|
||||
GNU_CONFIGURE= yes
|
||||
IGNORE_WITH_PHP=81 82 # https://trac.xapian.org/ticket/817
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_CXXSTD= c++11
|
||||
|
||||
@@ -50,7 +44,4 @@ PORTSCOUT= limitw:1,even
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1664767852
|
||||
SHA256 (xapian-bindings-1.4.21.tar.xz) = e7bf1e4982b91f841289d19214021d88371ca2a6c7304df59049d7da78b83ced
|
||||
SIZE (xapian-bindings-1.4.21.tar.xz) = 1151620
|
||||
TIMESTAMP = 1677771073
|
||||
SHA256 (xapian-bindings-1.4.22.tar.xz) = 6b5454833ac52a3e32c0bb3a7290a5a2b50488d8918f2a45269557e4de9a31e5
|
||||
SIZE (xapian-bindings-1.4.22.tar.xz) = 1074840
|
||||
|
||||
11
databases/php-xapian/files/patch-configure
Normal file
11
databases/php-xapian/files/patch-configure
Normal 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
|
||||
@@ -1,8 +1,7 @@
|
||||
lib/php/%%PHP_EXT_DIR%%/xapian.a
|
||||
lib/php/%%PHP_EXT_DIR%%/xapian.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleexpand.php7
|
||||
%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleindex.php7
|
||||
%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplematchdecider.php7
|
||||
%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplesearch.php7
|
||||
%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleexpand.php8
|
||||
%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleindex.php8
|
||||
%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplematchdecider.php8
|
||||
%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplesearch.php8
|
||||
%%PORTDOCS%%%%DOCSDIR%%/php/index.html
|
||||
%%DATADIR%%/php/xapian.php
|
||||
|
||||
Reference in New Issue
Block a user