Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 20:00:26 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553636 - head/multimedia/php-pHash
Message-ID:  <202010292000.09TK0QRd090543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Thu Oct 29 20:00:26 2020
New Revision: 553636
URL: https://svnweb.freebsd.org/changeset/ports/553636

Log:
  multimedia/php-pHash: Ignore with PHP 8
  
  PR:		250674
  Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)

Modified:
  head/multimedia/php-pHash/Makefile

Modified: head/multimedia/php-pHash/Makefile
==============================================================================
--- head/multimedia/php-pHash/Makefile	Thu Oct 29 19:39:55 2020	(r553635)
+++ head/multimedia/php-pHash/Makefile	Thu Oct 29 20:00:26 2020	(r553636)
@@ -18,6 +18,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libpHash.so:multimedia/pHash
 
 USES=		compiler:c++11-lang php:ext
+# Does not build for PHP 8.0
+IGNORE_WITH_PHP=	80
 
 WRKSRC_SUBDIR=	bindings/php
 



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