svn commit: r409163 - in head/databases: pear-Structures_DataGrid_DataSource_DBQuery pear-Structures_DataGrid_DataSource_DBTable pear-Structures_DataGrid_DataSource_DataObject pear-Structures_DataG...

Martin Wilke miwi at FreeBSD.org
Fri Feb 19 08:54:52 UTC 2016


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>


More information about the svn-ports-all mailing list