diff options
author | adam <adam@pkgsrc.org> | 2010-12-14 17:57:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-12-14 17:57:24 +0000 |
commit | 0496e0ddca9fd835746c7e7bc97d5b69640aaffb (patch) | |
tree | b19013ee37b5b797c50024c8d3a5bcd4f634ad3f /databases/slony1/Makefile | |
parent | e1ae9a931fc93729ec790c4ae7640479ebed69bd (diff) | |
download | pkgsrc-0496e0ddca9fd835746c7e7bc97d5b69640aaffb.tar.gz |
Changes 2.0.6:
-Fix: Removing extranous '//' from the perl script.
-Fix: slon can segfault while shutting down.
-Fix: typenameTypeId() changes signatures in 9.1
-Fix: if slon gets confused waiting for its child it will exit.
-Fix: distclean deletes the slony_logshipper flex/bison generated files.
Diffstat (limited to 'databases/slony1/Makefile')
-rw-r--r-- | databases/slony1/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index 6398ba53eb0..05a689f476b 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2010/10/29 15:49:58 adam Exp $ +# $NetBSD: Makefile,v 1.18 2010/12/14 17:57:24 adam Exp $ -DISTNAME= slony1-2.0.5 +DISTNAME= slony1-2.0.6 CATEGORIES= databases MASTER_SITES= http://slony.info/downloads/2.0/source/ EXTRACT_SUFX= .tar.bz2 @@ -24,6 +24,7 @@ CONFIGURE_ARGS+= --with-pgincludeserverdir=${PGSQL_PREFIX}/include/postgresql/se CONFIGURE_ARGS+= --with-pglibdir=${PGSQL_PREFIX}/lib CONFIGURE_ARGS+= --with-pgpkglibdir=${PGSQL_PREFIX}/lib/postgresql CONFIGURE_ARGS+= --with-pgsharedir=${PGSQL_PREFIX}/share/postgresql +MAKE_FILE= GNUmakefile post-extract: cp ${WRKSRC}/makefiles/Makefile.freebsd ${WRKSRC}/makefiles/Makefile.dragonfly |