aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-13 23:47:47 +0800
committermiwi <miwi@FreeBSD.org>2013-05-13 23:47:47 +0800
commitdeec6b38728edce2959e2da0122cbaea3fb7fc75 (patch)
treeb08b6a60d94daf5dd44e3e769facdc23beaca47c
parent12e631bbcbf38cfca070330616d8f8bcd1ee3106 (diff)
downloadfreebsd-ports-gnome-deec6b38728edce2959e2da0122cbaea3fb7fc75.tar.gz
freebsd-ports-gnome-deec6b38728edce2959e2da0122cbaea3fb7fc75.tar.zst
freebsd-ports-gnome-deec6b38728edce2959e2da0122cbaea3fb7fc75.zip
- Remove php4 reference
-rw-r--r--archivers/pecl-rar/Makefile1
-rw-r--r--databases/adodb5/Makefile1
-rw-r--r--databases/dalmp/Makefile1
-rw-r--r--databases/pear-Doctrine12/Makefile1
-rw-r--r--databases/pecl-dbase/Makefile2
-rw-r--r--databases/pecl-mongo/Makefile2
-rw-r--r--databases/pecl-rrd/Makefile6
-rw-r--r--databases/php5-pdo_cassandra/Makefile8
-rw-r--r--databases/phpmyadmin/Makefile1
-rw-r--r--databases/phpmyadmin35/Makefile1
10 files changed, 2 insertions, 22 deletions
diff --git a/archivers/pecl-rar/Makefile b/archivers/pecl-rar/Makefile
index ec362029c0f6..e8f43e0bc7a7 100644
--- a/archivers/pecl-rar/Makefile
+++ b/archivers/pecl-rar/Makefile
@@ -17,7 +17,6 @@ LICENSE= PHP301
USE_PHP= spl
USE_PHPEXT= yes
USE_PHP_BUILD= yes
-IGNORE_WITH_PHP=4
CONFIGURE_ARGS= --enable-rar
diff --git a/databases/adodb5/Makefile b/databases/adodb5/Makefile
index 0c24fe806440..8a06324893ba 100644
--- a/databases/adodb5/Makefile
+++ b/databases/adodb5/Makefile
@@ -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
diff --git a/databases/dalmp/Makefile b/databases/dalmp/Makefile
index f6e675a19064..25f7cbd6ac6c 100644
--- a/databases/dalmp/Makefile
+++ b/databases/dalmp/Makefile
@@ -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
diff --git a/databases/pear-Doctrine12/Makefile b/databases/pear-Doctrine12/Makefile
index 6f65ceb1a3cc..7b243a15098e 100644
--- a/databases/pear-Doctrine12/Makefile
+++ b/databases/pear-Doctrine12/Makefile
@@ -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
diff --git a/databases/pecl-dbase/Makefile b/databases/pecl-dbase/Makefile
index 4bdf7f37af5f..51e72f0d0562 100644
--- a/databases/pecl-dbase/Makefile
+++ b/databases/pecl-dbase/Makefile
@@ -17,6 +17,4 @@ LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
-IGNORE_WITH_PHP= 4
-
.include <bsd.port.mk>
diff --git a/databases/pecl-mongo/Makefile b/databases/pecl-mongo/Makefile
index 9bf75486393c..ecc98f9a66bd 100644
--- a/databases/pecl-mongo/Makefile
+++ b/databases/pecl-mongo/Makefile
@@ -13,8 +13,6 @@ COMMENT= PECL classes for Mongo Database Driver
LICENSE= AL2
-IGNORE_WITH_PHP=4
-
USE_PHP= yes
USE_PHP_BUILD= spl
USE_PHPIZE= yes
diff --git a/databases/pecl-rrd/Makefile b/databases/pecl-rrd/Makefile
index ecd242e22a3e..3b05a477b3fe 100644
--- a/databases/pecl-rrd/Makefile
+++ b/databases/pecl-rrd/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: pecl-rrd
-# Date created: 2011-03-28
-# Whom: Florian Smeets <flo@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>
diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile
index 72cbbd2cf0a8..1564985fbdbc 100644
--- a/databases/php5-pdo_cassandra/Makefile
+++ b/databases/php5-pdo_cassandra/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: php5-pdo_cassandra
-# Date created: 2011-08-03
-# Whom: Gasol Wu <gasol.wu@gmail.com>
-#
+# Created by: Gasol Wu <gasol.wu@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:
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile
index 684d4e41ffd8..75fe803c4d50 100644
--- a/databases/phpmyadmin/Makefile
+++ b/databases/phpmyadmin/Makefile
@@ -12,7 +12,6 @@ COMMENT= A set of PHP-scripts to manage MySQL over the web
LICENSE= GPLv2
-IGNORE_WITH_PHP= 4
USE_XZ= yes
NO_BUILD= yes
.if !defined(WITHOUT_PHP_DEPENDS)
diff --git a/databases/phpmyadmin35/Makefile b/databases/phpmyadmin35/Makefile
index f74e7ff1346a..3d9711554fae 100644
--- a/databases/phpmyadmin35/Makefile
+++ b/databases/phpmyadmin35/Makefile
@@ -12,7 +12,6 @@ COMMENT= A set of PHP-scripts to manage MySQL over the web
LICENSE= GPLv2
-IGNORE_WITH_PHP= 4
USE_XZ= yes
NO_BUILD= yes
.if !defined(WITHOUT_PHP_DEPENDS)