summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-10-29 05:59:23 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-10-29 05:59:23 +0000
commit158484ab169d85767b9cf8cdbeff0d61cc8f13e0 (patch)
tree37bf6ae733fdc41cf1f9d07f538b1e75dba57f83 /net
parent41a793d84eb65edca280241f4c6f538264495827 (diff)
downloadpkgsrc-158484ab169d85767b9cf8cdbeff0d61cc8f13e0.tar.gz
use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,
so that we'd not force dependance on specific MySQL version, and instead pick the currently installed mysql*-client (or install the default if there is no mysql-client package installed yet) this makes package buildable with arbitrary MySQL version, such as 3.23.x, 4.0.x or 4.1.x
Diffstat (limited to 'net')
-rw-r--r--net/boinc3-seti/Makefile4
-rw-r--r--net/entropy/Makefile4
-rw-r--r--net/flow-tools/Makefile4
-rw-r--r--net/snort-mysql/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/net/boinc3-seti/Makefile b/net/boinc3-seti/Makefile
index 879b8ba0eb7..c5181c5a912 100644
--- a/net/boinc3-seti/Makefile
+++ b/net/boinc3-seti/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:17:49 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/10/29 05:59:24 jdolecek Exp $
#
DISTNAME= seti_boinc-client-cvs-2004-07-15
@@ -40,5 +40,5 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/app_info.xml ${SBDIR}
.include "../../net/boinc3-libs/buildlink3.mk"
-.include "../../databases/mysql-client/buildlink3.mk"
+.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/entropy/Makefile b/net/entropy/Makefile
index 208fead6fe6..8b4be86e6c9 100644
--- a/net/entropy/Makefile
+++ b/net/entropy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/10/28 00:59:18 tv Exp $
+# $NetBSD: Makefile,v 1.9 2004/10/29 05:59:24 jdolecek Exp $
#
DISTNAME= entropy-${ENTROPY_VERSION}
@@ -43,7 +43,7 @@ ENTROPY_STORE_TYPE?= tree
CONFIGURE_ARGS+= --with-tree
.elif ${ENTROPY_STORE_TYPE} == "mysql"
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
-.include "../../databases/mysql-client/buildlink3.mk"
+.include "../../mk/mysql.buildlink3.mk"
.elif ${ENTROPY_STORE_TYPE} != "monolithic"
.error unknown ENTROPY_STORE_TYPE: ${ENTROPY_STORE_TYPE}
.endif
diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile
index 25cb64d5638..fc406b229bc 100644
--- a/net/flow-tools/Makefile
+++ b/net/flow-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/10/03 00:17:51 tv Exp $
+# $NetBSD: Makefile,v 1.11 2004/10/29 05:59:24 jdolecek Exp $
DISTNAME= flow-tools-0.67
PKGREVISION= 1
@@ -43,7 +43,7 @@ PKG_SUPPORTED_OPTIONS= mysql postgresql
# MySQL support.
.if !empty(PKG_OPTIONS:Mmysql)
-. include "../../databases/mysql-client/buildlink3.mk"
+. include "../../mk/mysql.buildlink3.mk"
CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
.endif
diff --git a/net/snort-mysql/Makefile b/net/snort-mysql/Makefile
index e821c993815..4c99e4158f0 100644
--- a/net/snort-mysql/Makefile
+++ b/net/snort-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/10/03 00:17:58 tv Exp $
+# $NetBSD: Makefile,v 1.11 2004/10/29 05:59:24 jdolecek Exp $
.include "../../net/snort/Makefile.common"
@@ -18,6 +18,6 @@ DISTINFO_FILE= ${PKGDIR}/distinfo
CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
LDFLAGS+= ${BUILDLINK_LDFLAGS.mysql-client}
-.include "../../databases/mysql-client/buildlink3.mk"
+.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"