a6a34c2ed2
Add PG 9.6 compatibility Fix issues in shared memory estimation, which could prevent starting postgres or reduce the amount of possible locks (thanks to Jean-Sébastien BACQ for the report) Add hint of possible reasons pgss.max could not be retrieved, which could prevent starting postgres Make portlint happy
23 lines
467 B
Makefile
23 lines
467 B
Makefile
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pg_stat_kcache
|
|
DISTVERSIONPREFIX= REL
|
|
DISTVERSION= 2_0_3
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= Gather statistics about PostgreSQL I/O and CPU usage
|
|
|
|
LICENSE= PostgreSQL
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dalibo
|
|
|
|
USES= gmake pgsql:9.4+
|
|
WANT_PGSQL= server contrib
|
|
|
|
pre-patch:
|
|
@${MV} ${BUILD_WRKSRC}/README.rst ${BUILD_WRKSRC}/${PORTNAME}-README.rst
|
|
|
|
.include <bsd.port.mk>
|