svn commit: r449505 - head/net-mgmt/hawk

Bernard Spil brnrd at FreeBSD.org
Sat Sep 9 19:30:57 UTC 2017


Author: brnrd
Date: Sat Sep  9 19:30:56 2017
New Revision: 449505
URL: https://svnweb.freebsd.org/changeset/ports/449505

Log:
  net-mgmt/hawk: Add IGNORE for PHP 7.1
  
   - mysql PHP extension was dropped in 7.0
  
  PR:		222173

Modified:
  head/net-mgmt/hawk/Makefile

Modified: head/net-mgmt/hawk/Makefile
==============================================================================
--- head/net-mgmt/hawk/Makefile	Sat Sep  9 19:18:17 2017	(r449504)
+++ head/net-mgmt/hawk/Makefile	Sat Sep  9 19:30:56 2017	(r449505)
@@ -20,7 +20,7 @@ USES=		perl5
 USE_MYSQL=	server
 USE_PHP=	mysql
 WANT_PHP_MOD=	yes
-IGNORE_WITH_PHP=	70
+IGNORE_WITH_PHP=	70 71
 
 NO_BUILD=	yes
 USE_RC_SUBR=	hawk


More information about the svn-ports-all mailing list