diff options
author | adam <adam> | 2008-06-20 06:55:33 +0000 |
---|---|---|
committer | adam <adam> | 2008-06-20 06:55:33 +0000 |
commit | 35b3fd6428fc6f0da289b14271782f89be8239c9 (patch) | |
tree | d11ff0d9c74929c7b1319155ba8d55489c089903 /databases/slony1 | |
parent | dfbcb5a2d6ea76093cd9d8ce0dc86e63a9f8e845 (diff) | |
download | pkgsrc-35b3fd6428fc6f0da289b14271782f89be8239c9.tar.gz |
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 (limited to 'databases/slony1')
-rw-r--r-- | databases/slony1/Makefile | 21 | ||||
-rw-r--r-- | databases/slony1/distinfo | 8 |
2 files changed, 14 insertions, 15 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index 91c31e1defc..26792d50dfa 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -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 @@ DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${P 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 --git a/databases/slony1/distinfo b/databases/slony1/distinfo index b5bcb184eeb..7012dec68df 100644 --- a/databases/slony1/distinfo +++ b/databases/slony1/distinfo @@ -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 |