mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Remove mysql 4X reference
This commit is contained in:
parent
7ccd26a7bb
commit
1ae396094f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318768
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user