From 8ae6ec3fbe4431f36aba61d5c74d8a1c2022e459 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 15 Nov 2020 18:00:29 +0000 Subject: [PATCH] Add flavors - Mark IGNORE with PHP 8.0 --- databases/php-xapian/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile index 01866c589a31..a1eae16916d2 100644 --- a/databases/php-xapian/Makefile +++ b/databases/php-xapian/Makefile @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= bindings- CATEGORIES= databases MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet -PKGNAMEPREFIX= php- +PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= PHP binding for Xapian @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libxapian.so:databases/xapian-core -USES= compiler:c++11-lang libtool php:build tar:xz +USES= compiler:c++11-lang libtool php:build,flavors tar:xz CONFIGURE_ARGS= --datarootdir=${DATADIR} \ --docdir=${DOCSDIR} \ @@ -36,6 +36,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} \ --without-tcl CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config GNU_CONFIGURE= yes +IGNORE_WITH_PHP=80 INSTALL_TARGET= install-strip USE_CXXSTD= c++11