aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-22 22:30:51 +0800
committermiwi <miwi@FreeBSD.org>2013-05-22 22:30:51 +0800
commitbfae15523e0234d6b5a7b29d34c6a268c6659979 (patch)
tree665b7616e7778b45c897db4975b3698e5360fdce
parent59579c176c5382accaeebd63f9f4c1ebfb2686a8 (diff)
downloadfreebsd-ports-gnome-bfae15523e0234d6b5a7b29d34c6a268c6659979.tar.gz
freebsd-ports-gnome-bfae15523e0234d6b5a7b29d34c6a268c6659979.tar.zst
freebsd-ports-gnome-bfae15523e0234d6b5a7b29d34c6a268c6659979.zip
- Remove mysql 4X reference
-rw-r--r--databases/mysql-proxy/Makefile7
-rw-r--r--databases/mysql-workbench51/Makefile8
-rw-r--r--devel/bugzilla42/Makefile1
-rw-r--r--devel/pinba_engine/Makefile8
-rw-r--r--dns/opendnssec/Makefile1
-rw-r--r--net/mediatomb/Makefile1
-rw-r--r--www/drupal7/Makefile1
-rw-r--r--www/siteframe/Makefile8
-rw-r--r--www/typo3/Makefile2
9 files changed, 7 insertions, 30 deletions
diff --git a/databases/mysql-proxy/Makefile b/databases/mysql-proxy/Makefile
index b9cb60e8fba4..8efe4b2cad64 100644
--- a/databases/mysql-proxy/Makefile
+++ b/databases/mysql-proxy/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: mysql-proxy
-# Date created: 2007-06-25
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= mysql-proxy
PORTVERSION= 0.8.3
@@ -27,6 +23,5 @@ USE_LDCONFIG= yes
USE_LUA= 5.1+
USE_MYSQL= yes
USE_RC_SUBR= mysql-proxy
-IGNORE_WITH_MYSQL= 41
.include <bsd.port.mk>
diff --git a/databases/mysql-workbench51/Makefile b/databases/mysql-workbench51/Makefile
index 32841e9cc5a8..c22c84f93f4c 100644
--- a/databases/mysql-workbench51/Makefile
+++ b/databases/mysql-workbench51/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: MySQL Workbench
-# Date created: 21 June 2009
-# Whom: Maxim Ignatenko
-#
+# Created by: Maxim Ignatenko
# $FreeBSD$
-#
PORTNAME= mysql-workbench-oss
PORTVERSION?= 5.1.16
@@ -59,7 +55,7 @@ CONFIGURE_ENV= GNOME2_DIR="${LOCALBASE}" LUA_LIBS="-llua"
USE_MYSQL= client
DEFAULT_MYSQL_VER= 51
-IGNORE_WITH_MYSQL= 41 55
+IGNORE_WITH_MYSQL= 55
.if ${PORT_OPTIONS:MPYTHON}
CONFIGURE_ARGS+= --enable-python-modules
diff --git a/devel/bugzilla42/Makefile b/devel/bugzilla42/Makefile
index 2039900c98ab..b15d11540a9e 100644
--- a/devel/bugzilla42/Makefile
+++ b/devel/bugzilla42/Makefile
@@ -54,7 +54,6 @@ RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
.if ${PORT_OPTIONS:MMYSQL}
USE_MYSQL= yes
-IGNORE_WITH_MYSQL= 41
RUN_DEPENDS+= p5-DBD-mysql>=4.0001:${PORTSDIR}/databases/p5-DBD-mysql
.endif
diff --git a/devel/pinba_engine/Makefile b/devel/pinba_engine/Makefile
index 480cf0baf118..3b5260fded95 100644
--- a/devel/pinba_engine/Makefile
+++ b/devel/pinba_engine/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pinba_engine
-# Date created: 24 Dec 2009
-# Whom: raven428 <raven428@gmail.com>
-#
+# Created by: raven428 <raven428@gmail.com>
# $FreeBSD$
-#
PORTNAME= pinba_engine
PORTVERSION= 2011.08.18
@@ -29,7 +25,7 @@ FETCH_ARGS= -pRr
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_MYSQL= yes
-IGNORE_WITH_MYSQL= 41 50
+IGNORE_WITH_MYSQL= 50
MYSQL_WRKSRC= $$(cd ${PORTSDIR}/${_MYSQL_SERVER} && ${MAKE} -V WRKSRC)
diff --git a/dns/opendnssec/Makefile b/dns/opendnssec/Makefile
index 10444073bf4d..8b9411602c46 100644
--- a/dns/opendnssec/Makefile
+++ b/dns/opendnssec/Makefile
@@ -38,7 +38,6 @@ OPTIONS_DEFAULT= AUDITOR
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
CONFIGURE_ARGS+= --with-database-backend=mysql
USE_MYSQL= compat
-IGNORE_WITH_MYSQL= 323 40 41
PLIST_SUB+= SQLITE="@comment "
PLIST_SUB+= MYSQL=""
.else
diff --git a/net/mediatomb/Makefile b/net/mediatomb/Makefile
index 02ec65f06795..c213f52b80fb 100644
--- a/net/mediatomb/Makefile
+++ b/net/mediatomb/Makefile
@@ -75,7 +75,6 @@ CONFIGURE_ARGS+= --disable-sqlite3
CONFIGURE_ARGS+= --enable-mysql \
--with-mysql-cfg="${LOCALBASE}/bin/mysql_config"
USE_MYSQL= yes
-IGNORE_WITH_MYSQL= 41
.else
CONFIGURE_ARGS+= --disable-mysql
.endif
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index be9f9a0f74af..603b2356b40b 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/Makefile
@@ -40,7 +40,6 @@ USE_PHP+= pdo_sqlite
.endif
.if ${PORT_OPTIONS:MMYSQL}
USE_MYSQL= yes
-IGNORE_WITH_MYSQL= 41
USE_PHP+= pdo_mysql
.endif
.if ${PORT_OPTIONS:MPGSQL}
diff --git a/www/siteframe/Makefile b/www/siteframe/Makefile
index 3219c3fe1738..95351206a661 100644
--- a/www/siteframe/Makefile
+++ b/www/siteframe/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: siteframe
-# Date created: 9 January 2006
-# Whom: Glen Campbell
-#
+# Created by: Glen Campbell
# $FreeBSD$
-#
PORTNAME= siteframe
PORTVERSION= 5.0.2
@@ -19,9 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/smarty/Smarty.class.php:${PORTSDIR}/www/smarty2
USE_APACHE_RUN= 22+
USE_PHP= mysqli simplexml xml session gd
DEFAULT_PHP_VER= 5
-IGNORE_WITH_PHP= 4
USE_MYSQL= yes
-IGNORE_WITH_MYSQL= 40
# where to install
NO_BUILD= yes
diff --git a/www/typo3/Makefile b/www/typo3/Makefile
index daaf5537a256..7223b9e864fa 100644
--- a/www/typo3/Makefile
+++ b/www/typo3/Makefile
@@ -64,7 +64,7 @@ USE_PHP+= mbstring
.if ${PORT_OPTIONS:MMYSQL}
USE_MYSQL= server
-IGNORE_WITH_MYSQL= 41 50
+IGNORE_WITH_MYSQL= 50
.endif
.if ${PORT_OPTIONS:MZLIB}