diff options
author | jlam <jlam> | 2003-01-05 20:14:20 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-01-05 20:14:20 +0000 |
commit | 44abce54640cd1a6b03feb19999283038c9d6e29 (patch) | |
tree | b69974774881184f981349b96bd3d886fb6d92b6 /www | |
parent | 7f0030bc39078609aaf6637c4c9853aa4e08ad1b (diff) | |
download | pkgsrc-44abce54640cd1a6b03feb19999283038c9d6e29.tar.gz |
Bump PKGREVISION due to increase in the major number of libpq.so between
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-aolserver/Makefile | 6 | ||||
-rw-r--r-- | www/ap-auth-postgresql/Makefile | 7 | ||||
-rw-r--r-- | www/openacs/Makefile | 4 |
3 files changed, 9 insertions, 8 deletions
diff --git a/www/ap-aolserver/Makefile b/www/ap-aolserver/Makefile index 15101f41c38..da61033726c 100644 --- a/www/ap-aolserver/Makefile +++ b/www/ap-aolserver/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2002/10/25 12:56:58 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2003/01/05 20:14:32 jlam Exp $ # DISTNAME= mod_aolserver-1.1 PKGNAME= ap-aolserver-1.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -15,7 +15,7 @@ GNU_CONFIGURE= YES USE_BUILDLINK2= YES CONFIGURE_ARGS+= --with-database=postgres --with-mm=${BUILDLINK_PREFIX.libmm} -CONFIGURE_ENV+= CPPFLAGS="-I${BUILDLINK_PREFIX.postgresql-lib}/include/pgsql -I${BUILDLINK_PREFIX.apache}/include/httpd" +CONFIGURE_ENV+= CPPFLAGS="-I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql -I${BUILDLINK_PREFIX.apache}/include/httpd" MESSAGE_SUBST+= PREFIX=${PREFIX} diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile index 9aabc6d6311..81934a1fd28 100644 --- a/www/ap-auth-postgresql/Makefile +++ b/www/ap-auth-postgresql/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2002/07/24 19:45:29 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2003/01/05 20:14:33 jlam Exp $ DISTNAME= AuthPG-1.2b2 PKGNAME= ap-auth-postgresql-1.2b2 +PKGREVISION= 1 CATEGORIES= www databases MASTER_SITES= http://home.bawi.org/~minskim/authpg/ @@ -10,10 +11,10 @@ HOMEPAGE= http://home.bawi.org/~minskim/authpg/ COMMENT= Module to allow apache authentication against a Postgresql database DEPENDS+= apache{,6}-1.3.*:../../www/apache -DEPENDS+= postgresql-{6.5.3*,7.0*,lib-[0-9]*}:../../databases/postgresql-lib +DEPENDS+= postgresql-lib>=7.3.1:../../databases/postgresql-lib USE_PERL5= build # for "apxs" -CPPFLAGS+= -I${LOCALBASE}/include/pgsql +CPPFLAGS+= -I${LOCALBASE}/include/postgresql LIBS= -lpq -lcrypt do-build: diff --git a/www/openacs/Makefile b/www/openacs/Makefile index dad5fa295ad..07180e8e48a 100644 --- a/www/openacs/Makefile +++ b/www/openacs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2002/08/01 09:40:37 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/01/05 20:14:34 jlam Exp $ # DISTNAME= openacs-3.2.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= # none EXTRACT_SUFX= .tgz |