summaryrefslogtreecommitdiff
path: root/databases/postgresql74
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-06-27 16:38:32 +0000
committerrecht <recht@pkgsrc.org>2004-06-27 16:38:32 +0000
commitf1025f17824b3e31d8c7fca881cf7bf5179f28ae (patch)
tree3b660851ba6a3e9869efd980034c064ce64d5583 /databases/postgresql74
parentff90178f9376117684d93aacf035388035a43101 (diff)
downloadpkgsrc-f1025f17824b3e31d8c7fca881cf7bf5179f28ae.tar.gz
update to 7.4.3
changes: * Fix temporary memory leak when using non-hashed aggregates (Tom) * ECPG fixes, including some for Informix compatibility (Michael) * Fixes for compiling with thread-safety, particularly Solaris (Bruce) * Fix error in COPY IN termination when using the old network protocol (ljb) * Several important fixes in pg_autovacuum (Matthew T. O'Connor) * Fix problem with reading tar-format dumps on NetBSD and BSD/OS (Bruce) * Several JDBC fixes * Fix ALTER SEQUENCE RESTART where last_value equals the restart value (Tom) * Repair failure to recalculate nested sub-selects (Tom) * Fix problems with non-constant expressions in LIMIT/OFFSET * Support FULL JOIN with no join clause, such as X FULL JOIN Y ON TRUE (Tom) * Fix another zero-column table bug (Tom) * Improve handling of non-qualified identifiers in GROUP BY clauses in sub-selects (Tom) * Do not generate "NATURAL CROSS JOIN" when decompiling rules (Tom) * Add checks for invalid field length in binary COPY (Tom) * Avoid locking conflict between ANALYZE and LISTEN/NOTIFY * Numerous translation updates (various contributors)
Diffstat (limited to 'databases/postgresql74')
-rw-r--r--databases/postgresql74/Makefile5
-rw-r--r--databases/postgresql74/Makefile.common5
-rw-r--r--databases/postgresql74/distinfo8
3 files changed, 8 insertions, 10 deletions
diff --git a/databases/postgresql74/Makefile b/databases/postgresql74/Makefile
index 87c50f5639a..45eecca7051 100644
--- a/databases/postgresql74/Makefile
+++ b/databases/postgresql74/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2004/04/20 22:37:22 recht Exp $
+# $NetBSD: Makefile,v 1.3 2004/06/27 16:38:32 recht Exp $
PKGNAME= postgresql-${BASE_VERS}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
-DEPENDS+= postgresql-client>=${BASE_VERS}nb1:../../databases/postgresql74-client
+DEPENDS+= postgresql-client>=${BASE_VERS}:../../databases/postgresql74-client
DEPENDS+= postgresql-server>=${BASE_VERS}:../../databases/postgresql74-server
DEPENDS+= postgresql-docs>=${BASE_VERS}:../../databases/postgresql74-docs
diff --git a/databases/postgresql74/Makefile.common b/databases/postgresql74/Makefile.common
index 1bd46487289..dc44ac89836 100644
--- a/databases/postgresql74/Makefile.common
+++ b/databases/postgresql74/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2004/06/15 10:55:24 grant Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/06/27 16:38:32 recht Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -34,7 +34,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql74/patches
# BASE_VERS pkgsrc-mangled version number (convert pl -> .)
#
# Note: Do not forget jdbc-postgresql when updating version
-DIST_VERS?= 7.4.2
+DIST_VERS?= 7.4.3
BASE_VERS?= ${DIST_VERS}
BUILDLINK_DEPENDS.postgresql-lib?= postgresql-lib>=${BASE_VERS}
@@ -70,6 +70,7 @@ PGSQL_TEMPLATE.${OPSYS}= ${LOWER_OPSYS}
.endif
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/postgresql
CONFIGURE_ARGS+= --with-template="${PGSQL_TEMPLATE.${OPSYS}}"
CONFIGURE_ARGS+= --without-readline
CONFIGURE_ARGS+= --with-zlib
diff --git a/databases/postgresql74/distinfo b/databases/postgresql74/distinfo
index 3591c211f95..2b619f4469d 100644
--- a/databases/postgresql74/distinfo
+++ b/databases/postgresql74/distinfo
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.4 2004/06/25 14:51:23 taca Exp $
+$NetBSD: distinfo,v 1.5 2004/06/27 16:38:32 recht Exp $
-SHA1 (postgresql-7.4.2.tar.bz2) = 52b8a8a3467298c659e424213b72a15b08be9d59
-Size (postgresql-7.4.2.tar.bz2) = 10100398 bytes
-SHA1 (hier-Pg7.4-0.5.2.tar.gz) = 8681cecbb0424a1c147b205a826816ea9146a261
-Size (hier-Pg7.4-0.5.2.tar.gz) = 34747 bytes
+SHA1 (postgresql-7.4.3.tar.bz2) = 26df04f0a32a482646850d9b34d95509c97cb585
+Size (postgresql-7.4.3.tar.bz2) = 10149755 bytes
SHA1 (patch-aa) = e9b99b04c02b3f04d21144a22489618948c378a8
SHA1 (patch-ab) = f44a544c56452bad197a88cb827e88624c54656c
SHA1 (patch-ac) = 39ce96f3ea9fc1167c8d21168fd1536077898d58