svn commit: r318115 - in head: archivers/pecl-rar databases/adodb5 databases/dalmp databases/pear-Doctrine12 databases/pecl-dbase databases/pecl-mongo databases/pecl-rrd databases/php5-pdo_cassandr...
Martin Wilke
miwi at FreeBSD.org
Mon May 13 15:47:49 UTC 2013
Author: miwi
Date: Mon May 13 15:47:47 2013
New Revision: 318115
URL: http://svnweb.freebsd.org/changeset/ports/318115
Log:
- Remove php4 reference
Modified:
head/archivers/pecl-rar/Makefile (contents, props changed)
head/databases/adodb5/Makefile (contents, props changed)
head/databases/dalmp/Makefile (contents, props changed)
head/databases/pear-Doctrine12/Makefile (contents, props changed)
head/databases/pecl-dbase/Makefile
head/databases/pecl-mongo/Makefile
head/databases/pecl-rrd/Makefile
head/databases/php5-pdo_cassandra/Makefile (contents, props changed)
head/databases/phpmyadmin/Makefile
head/databases/phpmyadmin35/Makefile
Modified: head/archivers/pecl-rar/Makefile
==============================================================================
--- head/archivers/pecl-rar/Makefile Mon May 13 15:46:13 2013 (r318114)
+++ head/archivers/pecl-rar/Makefile Mon May 13 15:47:47 2013 (r318115)
@@ -17,7 +17,6 @@ LICENSE= PHP301
USE_PHP= spl
USE_PHPEXT= yes
USE_PHP_BUILD= yes
-IGNORE_WITH_PHP=4
CONFIGURE_ARGS= --enable-rar
Modified: head/databases/adodb5/Makefile
==============================================================================
--- head/databases/adodb5/Makefile Mon May 13 15:46:13 2013 (r318114)
+++ head/databases/adodb5/Makefile Mon May 13 15:47:47 2013 (r318115)
@@ -18,7 +18,6 @@ LATEST_LINK= adodb5
USE_ZIP= yes
USE_PHP= pcre
DEFAULT_PHP_VER=5
-IGNORE_WITH_PHP=4
WRKSRC= ${WRKDIR}/${PORTNAME}5
NO_BUILD= YES
Modified: head/databases/dalmp/Makefile
==============================================================================
--- head/databases/dalmp/Makefile Mon May 13 15:46:13 2013 (r318114)
+++ head/databases/dalmp/Makefile Mon May 13 15:47:47 2013 (r318115)
@@ -14,7 +14,6 @@ LICENSE= BSD
USE_BZIP2= YES
DEFAULT_PHP_VER=5
-IGNORE_WITH_PHP=4
NO_BUILD= YES
USE_PHP= pcre mysql mysqli session memcache sqlite3 curl
Modified: head/databases/pear-Doctrine12/Makefile
==============================================================================
--- head/databases/pear-Doctrine12/Makefile Mon May 13 15:46:13 2013 (r318114)
+++ head/databases/pear-Doctrine12/Makefile Mon May 13 15:47:47 2013 (r318115)
@@ -38,7 +38,6 @@ LATEST_LINK= pear-Doctrine12
.include <bsd.port.options.mk>
DEFAULT_PHP_VER=5
-IGNORE_WITH_PHP=4
USE_PHP= pdo
WANT_PHP_CLI= yes
Modified: head/databases/pecl-dbase/Makefile
==============================================================================
--- head/databases/pecl-dbase/Makefile Mon May 13 15:46:13 2013 (r318114)
+++ head/databases/pecl-dbase/Makefile Mon May 13 15:47:47 2013 (r318115)
@@ -17,6 +17,4 @@ LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
-IGNORE_WITH_PHP= 4
-
.include <bsd.port.mk>
Modified: head/databases/pecl-mongo/Makefile
==============================================================================
--- head/databases/pecl-mongo/Makefile Mon May 13 15:46:13 2013 (r318114)
+++ head/databases/pecl-mongo/Makefile Mon May 13 15:47:47 2013 (r318115)
@@ -13,8 +13,6 @@ COMMENT= PECL classes for Mongo Database
LICENSE= AL2
-IGNORE_WITH_PHP=4
-
USE_PHP= yes
USE_PHP_BUILD= spl
USE_PHPIZE= yes
Modified: head/databases/pecl-rrd/Makefile
==============================================================================
--- head/databases/pecl-rrd/Makefile Mon May 13 15:46:13 2013 (r318114)
+++ head/databases/pecl-rrd/Makefile Mon May 13 15:47:47 2013 (r318115)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: pecl-rrd
-# Date created: 2011-03-28
-# Whom: Florian Smeets <flo at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= rrd
DISTVERSION= 1.1.0
@@ -24,6 +19,5 @@ LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
-IGNORE_WITH_PHP=4
.include <bsd.port.mk>
Modified: head/databases/php5-pdo_cassandra/Makefile
==============================================================================
--- head/databases/php5-pdo_cassandra/Makefile Mon May 13 15:46:13 2013 (r318114)
+++ head/databases/php5-pdo_cassandra/Makefile Mon May 13 15:47:47 2013 (r318115)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: php5-pdo_cassandra
-# Date created: 2011-08-03
-# Whom: Gasol Wu <gasol.wu at gmail.com>
-#
+# Created by: Gasol Wu <gasol.wu at gmail.com>
# $FreeBSD$
-#
PORTNAME= pdo_cassandra
PORTVERSION= 0.2.1
@@ -29,7 +25,7 @@ USE_PHP_BUILD= yes
USE_PHP= pdo
USE_PHPEXT= yes
DEFAULT_PHP_VER=5
-IGNORE_WITH_PHP=4 52
+IGNORE_WITH_PHP=52
THRIFT_CMD= ${LOCALBASE}/bin/thrift
post-configure:
Modified: head/databases/phpmyadmin/Makefile
==============================================================================
--- head/databases/phpmyadmin/Makefile Mon May 13 15:46:13 2013 (r318114)
+++ head/databases/phpmyadmin/Makefile Mon May 13 15:47:47 2013 (r318115)
@@ -12,7 +12,6 @@ COMMENT= A set of PHP-scripts to manage
LICENSE= GPLv2
-IGNORE_WITH_PHP= 4
USE_XZ= yes
NO_BUILD= yes
.if !defined(WITHOUT_PHP_DEPENDS)
Modified: head/databases/phpmyadmin35/Makefile
==============================================================================
--- head/databases/phpmyadmin35/Makefile Mon May 13 15:46:13 2013 (r318114)
+++ head/databases/phpmyadmin35/Makefile Mon May 13 15:47:47 2013 (r318115)
@@ -12,7 +12,6 @@ COMMENT= A set of PHP-scripts to manage
LICENSE= GPLv2
-IGNORE_WITH_PHP= 4
USE_XZ= yes
NO_BUILD= yes
.if !defined(WITHOUT_PHP_DEPENDS)
More information about the svn-ports-head
mailing list