Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 2016 08:54:50 +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: r409163 - in head/databases: pear-Structures_DataGrid_DataSource_DBQuery pear-Structures_DataGrid_DataSource_DBTable pear-Structures_DataGrid_DataSource_DataObject pear-Structures_DataG...
Message-ID:  <201602190854.u1J8soOf018717@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Feb 19 08:54:50 2016
New Revision: 409163
URL: https://svnweb.freebsd.org/changeset/ports/409163

Log:
  - Ignore php70

Modified:
  head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile
  head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
  head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile
  head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile

Modified: head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile	Fri Feb 19 08:54:49 2016	(r409162)
+++ head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile	Fri Feb 19 08:54:50 2016	(r409163)
@@ -15,5 +15,7 @@ RUN_DEPENDS=	${PEARDIR}/Structures/DataG
 
 USES=	pear
 USE_PHP=	mysql
+IGNORE_WITH_PHP=	70
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile	Fri Feb 19 08:54:49 2016	(r409162)
+++ head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile	Fri Feb 19 08:54:50 2016	(r409163)
@@ -15,5 +15,7 @@ RUN_DEPENDS=	${PEARDIR}/Structures/DataG
 
 USES=	pear
 USE_PHP=	mysql
+IGNORE_WITH_PHP=	70
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile	Fri Feb 19 08:54:49 2016	(r409162)
+++ head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile	Fri Feb 19 08:54:50 2016	(r409163)
@@ -15,5 +15,7 @@ RUN_DEPENDS=	${PEARDIR}/Structures/DataG
 
 USES=	pear
 USE_PHP=	mysql
+IGNORE_WITH_PHP=	70
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile	Fri Feb 19 08:54:49 2016	(r409162)
+++ head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile	Fri Feb 19 08:54:50 2016	(r409163)
@@ -15,5 +15,7 @@ RUN_DEPENDS=	${PEARDIR}/Structures/DataG
 
 USES=	pear
 USE_PHP=	mysql
+IGNORE_WITH_PHP=	70
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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