summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-12-02 00:42:06 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-12-02 00:42:06 +0000
commit207b024105971a4bdcb565992ef830cbfbf43a83 (patch)
treed9dce8e37b51c464077b00e2401f4a342c416afe
parented6737a41045594194d81efebca5132a83525ab9 (diff)
downloadpkgsrc-207b024105971a4bdcb565992ef830cbfbf43a83.tar.gz
Revert previous, ``mysqlhotcopy'' requires p5-DBD-mysql, which requires
mysql*-client! explain which are the required packages to run the script.
-rw-r--r--databases/mysql-client/Makefile8
-rw-r--r--databases/mysql4-client/MESSAGE10
-rw-r--r--databases/mysql4-client/Makefile7
3 files changed, 15 insertions, 10 deletions
diff --git a/databases/mysql-client/Makefile b/databases/mysql-client/Makefile
index 0c2cbdfa0b4..aa0bcacdbaa 100644
--- a/databases/mysql-client/Makefile
+++ b/databases/mysql-client/Makefile
@@ -1,15 +1,12 @@
-# $NetBSD: Makefile,v 1.39 2004/12/01 14:01:04 xtraeme Exp $
+# $NetBSD: Makefile,v 1.40 2004/12/02 00:42:06 xtraeme Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
SVR4_PKGNAME= mysqc
-PKGREVISION= 4
+PKGREVISION= 3
COMMENT= MySQL 4, a free SQL database (client)
CONFLICTS= {mysql-client-[0-9]*,mysql3-client-[0-9]*}
-DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
-DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
-
.include "Makefile.common"
CONFIGURE_ARGS+= --without-extra-tools
@@ -19,6 +16,7 @@ USE_BUILDLINK3= yes
UNWRAP_FILES= scripts/mysql_config
INFO_FILES= mysql.info
+MESSAGE_SRC= ${.CURDIR}/../mysql4-client/MESSAGE
post-install:
${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info
diff --git a/databases/mysql4-client/MESSAGE b/databases/mysql4-client/MESSAGE
new file mode 100644
index 00000000000..ba909323f2c
--- /dev/null
+++ b/databases/mysql4-client/MESSAGE
@@ -0,0 +1,10 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/12/02 00:42:06 xtraeme Exp $
+
+To use the ``mysqlhotcopy'' script, you'll have to install the following
+packages:
+
+ devel/p5-File-Temp
+ databases/p5-DBD-mysql
+
+===========================================================================
diff --git a/databases/mysql4-client/Makefile b/databases/mysql4-client/Makefile
index 4cf9f991ba4..85a6c0729d3 100644
--- a/databases/mysql4-client/Makefile
+++ b/databases/mysql4-client/Makefile
@@ -1,15 +1,12 @@
-# $NetBSD: Makefile,v 1.16 2004/12/01 14:01:04 xtraeme Exp $
+# $NetBSD: Makefile,v 1.17 2004/12/02 00:42:06 xtraeme Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
-PKGREVISION= 6
+PKGREVISION= 5
SVR4_PKGNAME= mysqc
COMMENT= MySQL 4, a free SQL database (client)
CONFLICTS= {mysql-client-[0-9]*,mysql3-client-[0-9]*}
-DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
-DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
-
.include "Makefile.common"
CONFIGURE_ARGS+= --without-extra-tools