Instead of using the contributed timezone database, just have postgres
use the system db.  should make updating for new timezone files simpler,
as there would be one less package to touch.

OK?

(not 100% sure if the bumps are needed, so be a little agressive)

-- 
Predestination was doomed from the start.
Index: databases/postgresql/Makefile
===================================================================
RCS file: /cvs/openbsd/ports/databases/postgresql/Makefile,v
retrieving revision 1.124
diff -u -p -u -p -r1.124 Makefile
--- databases/postgresql/Makefile       2 Oct 2009 16:03:02 -0000       1.124
+++ databases/postgresql/Makefile       10 Oct 2009 14:43:35 -0000
@@ -7,8 +7,8 @@ COMMENT-contrib=PostgreSQL RDBMS contrib
 
 VERSION=       8.4.1
 DISTNAME=      postgresql-${VERSION}
-PKGNAME-main=  postgresql-client-${VERSION}p1
-PKGNAME-server=        postgresql-server-${VERSION}p1
+PKGNAME-main=  postgresql-client-${VERSION}p2
+PKGNAME-server=        postgresql-server-${VERSION}p2
 PKGNAME-docs=  postgresql-docs-${VERSION}p1
 PKGNAME-contrib=postgresql-contrib-${VERSION}p1
 
@@ -60,6 +60,7 @@ CONFIGURE_ARGS=       --disable-rpath --with-o
                --docdir="${PREFIX}/share/doc/postgresql" \
                --with-includes="${INCLUDES}" \
                --with-libraries="${LOCALBASE}/lib" \
+               --with-system-tzdata="/usr/share/zoneinfo" \
                --with-openssl \
                --with-ossp-uuid \
                --with-libxml

Reply via email to