summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-10-18 18:53:03 +0000
committeradam <adam@pkgsrc.org>2006-10-18 18:53:03 +0000
commit8bb1bfb5ec90cb095b97585118fa325d6c30ed4e (patch)
tree03af4e8d2ccb03c4e05af44982961e0a5157f82c /databases
parent08f50ae39c94f46975d1d90a3a33ded52d464c94 (diff)
downloadpkgsrc-8bb1bfb5ec90cb095b97585118fa325d6c30ed4e.tar.gz
Changes 1.2.0:
- A major revision of memory management to limit memory usage by slon daemons. - Log switching: periodically - pg_listener is now used dramatically less than it used to be, which diminishes the number of dead tuples you will find in this table. - DDL scripts are broken into individual statements - Slony-I tables are now marked "WITHOUT OIDS" so that they do not consume OIDS. - When possible (based on log switching functionality), partial indexes on sl_log_1 and sl_log_2 are created on a per-origin-node basis. - More...
Diffstat (limited to 'databases')
-rw-r--r--databases/slony1/Makefile12
-rw-r--r--databases/slony1/distinfo10
-rw-r--r--databases/slony1/patches/patch-aa6
3 files changed, 13 insertions, 15 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile
index c88d69b8e46..b3cef6a090d 100644
--- a/databases/slony1/Makefile
+++ b/databases/slony1/Makefile
@@ -1,19 +1,17 @@
-# $NetBSD: Makefile,v 1.3 2006/06/24 09:14:56 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/10/18 18:53:03 adam Exp $
-DISTNAME= slony1-1.1.5
-PKGREVISION= 1
+DISTNAME= slony1-1.2.0
CATEGORIES= databases
-MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/
+MASTER_SITES= http://pgfoundry.org/frs/download.php/1136/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://gborg.postgresql.org/project/slony1/
COMMENT= Replication system for PostgreSQL
-USE_TOOLS+= gmake
-
DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pgconfigdir=${PGSQL_PREFIX:Q}/bin
CONFIGURE_ARGS+= --with-pgbindir=${PGSQL_PREFIX:Q}/bin
@@ -24,7 +22,7 @@ CONFIGURE_ARGS+= --with-pgpkglibdir=${PGSQL_PREFIX:Q}/lib/postgresql
CONFIGURE_ARGS+= --with-pgsharedir=${PGSQL_PREFIX:Q}/share/postgresql
post-extract:
- ${CP} ${WRKSRC}/makefiles/Makefile.freebsd ${WRKSRC}/makefiles/Makefile.dragonfly
+ cp ${WRKSRC}/makefiles/Makefile.freebsd ${WRKSRC}/makefiles/Makefile.dragonfly
post-install:
${INSTALL_DATA} ${WRKSRC}/share/slon.conf-sample \
diff --git a/databases/slony1/distinfo b/databases/slony1/distinfo
index 20d2697812f..35628e611e0 100644
--- a/databases/slony1/distinfo
+++ b/databases/slony1/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2006/06/20 21:14:12 joerg Exp $
+$NetBSD: distinfo,v 1.3 2006/10/18 18:53:03 adam Exp $
-SHA1 (slony1-1.1.5.tar.bz2) = 19f42fbd3c92f299b65803adcebfed5b508c236b
-RMD160 (slony1-1.1.5.tar.bz2) = 207e81a8f30366810cb63ddb256f324415cad1f1
-Size (slony1-1.1.5.tar.bz2) = 610569 bytes
-SHA1 (patch-aa) = c2352cffa859b879c969a51b5148fac96ab80391
+SHA1 (slony1-1.2.0.tar.bz2) = cecd8937b1e69d9b434cee5569b1c55430514d63
+RMD160 (slony1-1.2.0.tar.bz2) = afaa80e523777cfbe8f644f919ac860e71028481
+Size (slony1-1.2.0.tar.bz2) = 834529 bytes
+SHA1 (patch-aa) = c802a1a782ad8294b58c9c1dbf1550ad43a1eae2
diff --git a/databases/slony1/patches/patch-aa b/databases/slony1/patches/patch-aa
index 9e1612854b7..8a9018c2f18 100644
--- a/databases/slony1/patches/patch-aa
+++ b/databases/slony1/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2006/06/20 21:14:12 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2006/10/18 18:53:03 adam Exp $
---- configure.orig 2006-06-20 20:52:37.000000000 +0000
+--- configure.orig 2006-10-17 20:49:30.000000000 +0200
+++ configure
-@@ -1423,6 +1423,7 @@ case $host_os in
+@@ -1881,6 +1881,7 @@ case $host_os in
darwin*) template=darwin ;;
dgux*) template=dgux ;;
freebsd*) template=freebsd ;;