pkgsrc/databases/postgresql90-docs/Makefile
adam f22360d8f9 Changes:
This release primarily fixes issues not successfully fixed in prior releases. It should be applied as soon as possible all users of major versions 9.3 and 9.4. Other users should apply at the next available downtime.

Crash Recovery Fixes:
Earlier update releases attempted to fix an issue in PostgreSQL 9.3 and 9.4 with "multixact wraparound", but failed to account for issues doing multixact cleanup during crash recovery. This could cause servers to be unable to restart after a crash. As such, all users of 9.3 and 9.4 should apply this update as soon as possible.
2015-06-18 14:46:13 +00:00

21 lines
767 B
Makefile

# $NetBSD: Makefile,v 1.16 2015/06/18 14:46:13 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-docs-/}
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql90/Makefile.common"
BUILD_DEPENDS+= docbook-xml>=4.5:../../textproc/docbook-xml
BUILD_DEPENDS+= docbook-xsl>=1.75.2:../../textproc/docbook-xsl
BUILD_DEPENDS+= dsssl-docbook-modular>=1.79:../../textproc/dsssl-docbook-modular
BUILD_DEPENDS+= iso8879>=1986:../../textproc/iso8879
BUILD_DEPENDS+= openjade>=1.3.2:../../textproc/openjade
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
USE_TOOLS+= gzip tar perl:build
CONFIGURE_ARGS+= --datarootdir=${PREFIX}/share
CONFIGURE_ENV+= DOCBOOKSTYLE="${PREFIX}/share/sgml/docbook/dsssl/modular"
BUILD_DIRS= doc
.include "../../mk/bsd.pkg.mk"