databases/php-xapian: Mark BROKEN

Although php 8 support has been committed no release has been made yet.
An attempt has been made to extract RELEASE/1.4 tag and compile with
php80 but this was unsuccesful hence mark this BROKEN and extend the
EXPIRATION_DATE to 2023-03-31. Release 1.4.22 will have full php 8
support.

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
This commit is contained in:
Muhammad Moinur Rahman 2022-12-24 21:33:33 -06:00
parent 832442a942
commit a048545d78
1 changed files with 4 additions and 3 deletions

View File

@ -13,8 +13,9 @@ WWW= https://xapian.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29
EXPIRATION_DATE=2022-11-28
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
@ -37,7 +38,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} \
--without-tcl
CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config
GNU_CONFIGURE= yes
IGNORE_WITH_PHP=80 81 82 # https://trac.xapian.org/ticket/817
IGNORE_WITH_PHP=81 82 # https://trac.xapian.org/ticket/817
INSTALL_TARGET= install-strip
USE_CXXSTD= c++11