aboutsummaryrefslogtreecommitdiff
path: root/databases/percona55-server
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-04-04 05:21:36 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-04-04 05:21:36 +0000
commit03be952534daaebc3c54aec61545ba74565875b8 (patch)
tree13e8504c355a06eddc2a8779a9fca5536f7caf2f /databases/percona55-server
parent223de694757245d4408562b85d7840a14fb938ac (diff)
downloadports-03be952534daaebc3c54aec61545ba74565875b8.tar.gz
ports-03be952534daaebc3c54aec61545ba74565875b8.zip
o Move USE_PERL5_RUN into server part.
o Switch from p5-Mysql to p5-DBD-mysql. o Add MySQL 4 support (and set it as default) to p5-DBD-mysql. o Bump PORTREVISION accordingly. PR: ports/50315 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (mysql40 maintainer) Approved by: skv (p5-DBD-myql maintainer)
Notes
Notes: svn path=/head/; revision=78088
Diffstat (limited to 'databases/percona55-server')
-rw-r--r--databases/percona55-server/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile
index 7f4a067cff34..2c9dcc3717e3 100644
--- a/databases/percona55-server/Makefile
+++ b/databases/percona55-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= mysql
PORTVERSION= 4.0.12
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= databases
MASTER_SITES= ftp://mysql.secsup.org/pub/software/mysql/Downloads/MySQL-4.0/ \
http://mysql.tzone.it/Downloads/MySQL-4.0/ \
@@ -29,7 +29,6 @@ COMMENT?= Multithreaded SQL database (server)
SLAVEDIRS= databases/mysql40-client
DB_DIR?= /var/db/mysql
-USE_PERL5_RUN= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
@@ -94,8 +93,10 @@ CXX= ${CC}
# MySQL-Server part
.if !defined(CLIENT_ONLY)
+USE_PERL5_RUN= yes
+
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql40-client \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
PLIST_SUB= MYSQL_VERSION=${PORTVERSION}