Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 23:22:50 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553397 - head/security/pecl-scrypt
Message-ID:  <202010262322.09QNMolf036300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon Oct 26 23:22:49 2020
New Revision: 553397
URL: https://svnweb.freebsd.org/changeset/ports/553397

Log:
  security/pecl-scrypt: Ignore with PHP 8.0
  
  For now, there is some work on upstream to support PHP 8.
  
  Reported by:	pkg-fallout

Modified:
  head/security/pecl-scrypt/Makefile

Modified: head/security/pecl-scrypt/Makefile
==============================================================================
--- head/security/pecl-scrypt/Makefile	Mon Oct 26 23:21:56 2020	(r553396)
+++ head/security/pecl-scrypt/Makefile	Mon Oct 26 23:22:49 2020	(r553397)
@@ -12,6 +12,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		php:pecl
+IGNORE_WITH_PHP=	80
 USE_PHP=	hash:build
 
 OPTIONS_DEFINE=	DOCS EXAMPLES



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