pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/slony1 Changes 1.2.14:
details: https://anonhg.NetBSD.org/pkgsrc/rev/91897cbfaf86
branches: trunk
changeset: 543553:91897cbfaf86
user: adam <adam%pkgsrc.org@localhost>
date: Fri Jun 20 06:55:33 2008 +0000
description:
Changes 1.2.14:
- Fix typo in configure-replication.sh (missing CR)
- Per bug 35, search the Slony share dir for scripts
before falling back to the PG share dir on 8.0+
- Change test framework to write out the test name into
$TEMPDIR/TestName
- Patch that seems to resolve a race condition with
ACCEPT_SET
- Fix bug 49 - mishandling by slony_logshipper of quotes &
backslashes.
- Fix bug 50 - slony_logshipper had a variable access *after*
memory was freed
Changes 1.2.13:
- Fixed problem with compatibility with PostgreSQL 8.3; function
typenameTypeId() has 3 arguments as of 8.3.
- Added in logic to ensure that max number of SYNCs grouped together is
actually constrained by config parameter sync_group_maxsize.
- Fix to show_slony_configuration - point to proper directory where
slon/slonik are actually installed.
- Fix to slonik Makefile + slonik.c - Change slonik build to query
Postgres for the share directory at runtime - per Dave Page
- Removed spurious NOTIFY on "_%s_Confirm"; this is no longer needed
diffstat:
databases/slony1/Makefile | 21 ++++++++++-----------
databases/slony1/distinfo | 8 ++++----
2 files changed, 14 insertions(+), 15 deletions(-)
diffs (57 lines):
diff -r 173c64729380 -r 91897cbfaf86 databases/slony1/Makefile
--- a/databases/slony1/Makefile Fri Jun 20 06:54:42 2008 +0000
+++ b/databases/slony1/Makefile Fri Jun 20 06:55:33 2008 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2008/03/13 17:38:48 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2008/06/20 06:55:33 adam Exp $
-DISTNAME= slony1-1.2.12
-PKGREVISION= 1
+DISTNAME= slony1-1.2.14
CATEGORIES= databases
MASTER_SITES= http://slony.info/downloads/1.2/source/
EXTRACT_SUFX= .tar.bz2
@@ -14,20 +13,20 @@
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-pgconfigdir=${PGSQL_PREFIX:Q}/bin
-CONFIGURE_ARGS+= --with-pgbindir=${PGSQL_PREFIX:Q}/bin
-CONFIGURE_ARGS+= --with-pgincludedir=${PGSQL_PREFIX:Q}/include/postgresql
-CONFIGURE_ARGS+= --with-pgincludeserverdir=${PGSQL_PREFIX:Q}/include/postgresql/server
-CONFIGURE_ARGS+= --with-pglibdir=${PGSQL_PREFIX:Q}/lib
-CONFIGURE_ARGS+= --with-pgpkglibdir=${PGSQL_PREFIX:Q}/lib/postgresql
-CONFIGURE_ARGS+= --with-pgsharedir=${PGSQL_PREFIX:Q}/share/postgresql
+CONFIGURE_ARGS+= --with-pgconfigdir=${PGSQL_PREFIX}/bin
+CONFIGURE_ARGS+= --with-pgbindir=${PGSQL_PREFIX}/bin
+CONFIGURE_ARGS+= --with-pgincludedir=${PGSQL_PREFIX}/include/postgresql
+CONFIGURE_ARGS+= --with-pgincludeserverdir=${PGSQL_PREFIX}/include/postgresql/server
+CONFIGURE_ARGS+= --with-pglibdir=${PGSQL_PREFIX}/lib
+CONFIGURE_ARGS+= --with-pgpkglibdir=${PGSQL_PREFIX}/lib/postgresql
+CONFIGURE_ARGS+= --with-pgsharedir=${PGSQL_PREFIX}/share/postgresql
post-extract:
cp ${WRKSRC}/makefiles/Makefile.freebsd ${WRKSRC}/makefiles/Makefile.dragonfly
post-install:
${INSTALL_DATA} ${WRKSRC}/share/slon.conf-sample \
- ${PGSQL_PREFIX:Q}/share/postgresql
+ ${PGSQL_PREFIX}/share/postgresql
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 173c64729380 -r 91897cbfaf86 databases/slony1/distinfo
--- a/databases/slony1/distinfo Fri Jun 20 06:54:42 2008 +0000
+++ b/databases/slony1/distinfo Fri Jun 20 06:55:33 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2008/01/14 18:58:02 adam Exp $
+$NetBSD: distinfo,v 1.6 2008/06/20 06:55:33 adam Exp $
-SHA1 (slony1-1.2.12.tar.bz2) = fbdbbd76ee4e20c46ee53de8922ceca3ef8de8ac
-RMD160 (slony1-1.2.12.tar.bz2) = 0eeba14b620ae8bde21dd78d3e14a9736ef3d197
-Size (slony1-1.2.12.tar.bz2) = 872677 bytes
+SHA1 (slony1-1.2.14.tar.bz2) = c05cdab98d447a1e539b0114918e7723a5e5468c
+RMD160 (slony1-1.2.14.tar.bz2) = 1c9cc9a958547e60ab0b975d3ef1096c53db696e
+Size (slony1-1.2.14.tar.bz2) = 871196 bytes
SHA1 (patch-aa) = 0d47e35c562b47afb826f3ee0c2b20f015940269
SHA1 (patch-ab) = 8a8cc04e5d64be50fea0f2dd1e3da487223d8c45
Home |
Main Index |
Thread Index |
Old Index