diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-25 03:33:33 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-25 03:37:24 +0000 |
commit | a048545d7828c89c3b184f36013bb7393d80acd4 (patch) | |
tree | 695fd7f32968d6d739740b895932f6b8f1ec46d3 | |
parent | 832442a942377b585ae516ebdc670665ce6bdb98 (diff) | |
download | ports-a048545d7828c89c3b184f36013bb7393d80acd4.tar.gz ports-a048545d7828c89c3b184f36013bb7393d80acd4.zip |
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
-rw-r--r-- | databases/php-xapian/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile index b7512eadd09e..23b33fa291cb 100644 --- a/databases/php-xapian/Makefile +++ b/databases/php-xapian/Makefile @@ -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 |