svn commit: r553636 - head/multimedia/php-pHash

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Oct 29 20:00:27 UTC 2020


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 at 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
 


More information about the svn-ports-all mailing list