pkgsrc/databases/slony1/Makefile
adam f039bffabe Slony 2.2.6:
The next bug fix release in the 2.2.x series is now available. This release includes the following
* slonik_build_env can now accept multiple -schema options on the command line
* Support for PG10. This involved changes to PG version detection
* Disallow createEvent and data changes in the same transaction.
* Fix some failover issues when doing a multi-node failover with a cascade node
* Bug 341 - suppress log trigger/deny when running in 'local' mode
* Fix issue when receiving DDL from non origin nodes
2017-09-04 17:16:23 +00:00

34 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.28 2017/09/04 17:16:23 adam Exp $
DISTNAME= slony1-2.2.6
CATEGORIES= databases
MASTER_SITES= http://slony.info/downloads/${PKGVERSION_NOREV:R}/source/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://main.slony.info/
COMMENT= Replication system for PostgreSQL
LICENSE= postgresql-license
DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
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
MAKE_FILE= GNUmakefile
post-extract:
cp ${WRKSRC}/makefiles/Makefile.freebsd ${WRKSRC}/makefiles/Makefile.dragonfly
post-install:
${INSTALL_DATA} ${WRKSRC}/share/slon.conf-sample \
${DESTDIR}${PGSQL_PREFIX}/share/postgresql
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"