Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 18:00:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555281 - head/databases/php-xapian
Message-ID:  <202011151800.0AFI0Tdi007606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 15 18:00:29 2020
New Revision: 555281
URL: https://svnweb.freebsd.org/changeset/ports/555281

Log:
  Add flavors
  
  - Mark IGNORE with PHP 8.0

Modified:
  head/databases/php-xapian/Makefile

Modified: head/databases/php-xapian/Makefile
==============================================================================
--- head/databases/php-xapian/Makefile	Sun Nov 15 18:00:24 2020	(r555280)
+++ head/databases/php-xapian/Makefile	Sun Nov 15 18:00:29 2020	(r555281)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011151800.0AFI0Tdi007606>