svn commit: r553635 - head/sysutils/pecl-proctitle

Florian Smeets flo at FreeBSD.org
Thu Oct 29 19:39:56 UTC 2020


Author: flo
Date: Thu Oct 29 19:39:55 2020
New Revision: 553635
URL: https://svnweb.freebsd.org/changeset/ports/553635

Log:
  Ignore with PHP 8.0
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/pecl-proctitle/Makefile

Modified: head/sysutils/pecl-proctitle/Makefile
==============================================================================
--- head/sysutils/pecl-proctitle/Makefile	Thu Oct 29 19:03:52 2020	(r553634)
+++ head/sysutils/pecl-proctitle/Makefile	Thu Oct 29 19:39:55 2020	(r553635)
@@ -10,5 +10,6 @@ MAINTAINER=	flo at FreeBSD.org
 COMMENT=	PECL extension that allows changing the current process' name
 
 USES=		php:pecl
+IGNORE_WITH_PHP=	80
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list