Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2016 04:02:23 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409087 - head/databases/mysqldumper
Message-ID:  <201602180402.u1I42NjX095021@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Feb 18 04:02:22 2016
New Revision: 409087
URL: https://svnweb.freebsd.org/changeset/ports/409087

Log:
  - Set ignore php70, mysqldumper doesnt work with php7 because
    it dosent support mysqli or pdo_mysql

Modified:
  head/databases/mysqldumper/Makefile

Modified: head/databases/mysqldumper/Makefile
==============================================================================
--- head/databases/mysqldumper/Makefile	Thu Feb 18 04:01:20 2016	(r409086)
+++ head/databases/mysqldumper/Makefile	Thu Feb 18 04:02:22 2016	(r409087)
@@ -23,6 +23,7 @@ NO_BUILD=	yes
 USE_MYSQL=	yes
 USE_PHP=	ftp mysql session zlib
 USES=		cpe perl5 zip
+IGNORE_WITH_PHP=	70
 
 PLIST_SUB=	WWWGRP=${WWWGRP} WWWOWN=${WWWOWN}
 WRKSRC=		${WRKDIR}/msd${PORTVERSION}



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