From cded4feae4d74b6c209548b7c5e284339aeaf023 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 14 May 2001 15:04:49 +0000 Subject: Update postgresql dependencies to look like: DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib --- databases/gtksql/Makefile | 4 ++-- databases/gtranscript/Makefile | 4 ++-- databases/kpsql/Makefile | 4 ++-- databases/p5-DBD-postgresql/Makefile | 4 ++-- databases/p5-pgsql/Makefile | 4 ++-- www/ap-auth-postgresql/Makefile | 4 ++-- www/php3-pgsql/Makefile | 4 ++-- www/php4-pgsql/Makefile | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index 7ead96c3639..c8b2add00bc 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/02/16 14:17:25 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2001/05/14 15:04:49 jlam Exp $ # DISTNAME= gtksql-0.3 @@ -13,7 +13,7 @@ HOMEPAGE= http://www.multimania.com/bbrox/GtkSQL/ COMMENT= Query tool for PostgreSQL written with GTK DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= postgresql>=6.5.3:../../databases/postgresql +DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib USE_X11BASE= # defined diff --git a/databases/gtranscript/Makefile b/databases/gtranscript/Makefile index 516b0446e3b..57ea565f810 100644 --- a/databases/gtranscript/Makefile +++ b/databases/gtranscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/16 14:17:26 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/05/14 15:04:50 jlam Exp $ # DISTNAME= gtranscript-0.0.1 @@ -18,7 +18,7 @@ HOMEPAGE= http://gtranscript.linuxbox.com/ COMMENT= SQL Database Client with GNOME frontend DEPENDS+= gnome-core-*:../../x11/gnome-core -DEPENDS+= postgresql>=6.5.3:../../databases/postgresql +DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib GNU_CONFIGURE= YES USE_X11BASE= YES diff --git a/databases/kpsql/Makefile b/databases/kpsql/Makefile index 38934ec7dad..57d87ddb26a 100644 --- a/databases/kpsql/Makefile +++ b/databases/kpsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/03/10 12:14:07 wulf Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/14 15:04:50 jlam Exp $ # DISTNAME= kpsql-1.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.mutinybaysoftware.com/kpsql.html COMMENT= Interactive Query Tool for PostgreSQL DEPENDS+= kdebase>=1.1:../../x11/kdebase -DEPENDS+= postgresql>=6.4:../../databases/postgresql +DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib # # PostgreSQL is currently not supported by all platforms diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index ce6a5439ad6..d70511f7b31 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/16 14:17:32 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/14 15:04:50 jlam Exp $ # DISTNAME= DBD-Pg-0.95 @@ -10,7 +10,7 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.postgresql.org/ COMMENT= perl DBI/DBD driver for PostgreSQL databases -DEPENDS+= postgresql>=6.5.3:../../databases/postgresql +DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib DEPENDS+= p5-DBI>=1.08:../../databases/p5-DBI USE_PERL5= # defined diff --git a/databases/p5-pgsql/Makefile b/databases/p5-pgsql/Makefile index 6a55907c5b5..f0bc3bedc55 100644 --- a/databases/p5-pgsql/Makefile +++ b/databases/p5-pgsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/03/05 20:07:47 jtb Exp $ +# $NetBSD: Makefile,v 1.7 2001/05/14 15:04:51 jlam Exp $ DISTNAME= pgsql_perl5-1.9.0 PKGNAME= p5-pgsql-1.9.0 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.pobox.com/~gbarr/perl-ldap/ COMMENT= Perl interface class for PostgreSQL -DEPENDS+= postgresql-[0-9]*:../../databases/postgresql +DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pg/.packlist diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile index bcd44adb518..64ef279c6ee 100644 --- a/www/ap-auth-postgresql/Makefile +++ b/www/ap-auth-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/04/30 03:46:33 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2001/05/14 15:04:51 jlam Exp $ DISTNAME= AuthPG-1.2b2 PKGNAME= ap-auth-postgresql-1.2b2 @@ -10,7 +10,7 @@ HOMEPAGE= http://home.bawi.org/~minskim/authpg/ COMMENT= Module to allow apache authentication against a Postgresql database DEPENDS+= apache-1.3.*:../../www/apache -DEPENDS+= postgresql-*:../../databases/postgresql +DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib # For "apxs": BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5 diff --git a/www/php3-pgsql/Makefile b/www/php3-pgsql/Makefile index 7d0bc979f37..a48dafa3c51 100644 --- a/www/php3-pgsql/Makefile +++ b/www/php3-pgsql/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2001/02/17 17:22:30 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/05/14 15:04:51 jlam Exp $ # PKGNAME= php-pgsql-${PHP_VERSION} COMMENT= PHP3 extension for PostgreSQL databases -DEPENDS+= postgresql>=6.5.3:../../databases/postgresql +DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}/pgsql diff --git a/www/php4-pgsql/Makefile b/www/php4-pgsql/Makefile index 76c26d7c842..b98099e1eb7 100644 --- a/www/php4-pgsql/Makefile +++ b/www/php4-pgsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/05/14 14:12:32 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/14 15:04:51 jlam Exp $ .include "../../www/php4/Makefile.module" @@ -8,7 +8,7 @@ PHP_PKG_VERS= # empty COMMENT= PHP4 extension for PostgreSQL databases -DEPENDS+= postgresql>=6.5.3:../../databases/postgresql +DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib EVAL_PREFIX+= PGSQLDIR=postgresql CONFIGURE_ARGS+= --with-${MODNAME}=shared,${PGSQLDIR} -- cgit v1.2.3