Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.17 2015/06/18 14:46:14 adam Exp $
# $NetBSD: Makefile.common,v 1.25 2016/08/23 06:28:15 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -8,22 +8,15 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
#
# used by databases/postgresql92-adminpack/Makefile
# used by databases/postgresql92-client/Makefile
# used by databases/postgresql92-datatypes/Makefile
# used by databases/postgresql92-dblink/Makefile
# used by databases/postgresql92-contrib/Makefile
# used by databases/postgresql92-docs/Makefile
# used by databases/postgresql92-fuzzystrmatch/Makefile
# used by databases/postgresql92-monitoring/Makefile
# used by databases/postgresql92-pgcrypto/Makefile
# used by databases/postgresql92-plperl/Makefile
# used by databases/postgresql92-plpython/Makefile
# used by databases/postgresql92-pltcl/Makefile
# used by databases/postgresql92-replicationtools/Makefile
# used by databases/postgresql92-server/Makefile
# used by databases/postgresql92-upgrade/Makefile
DISTNAME= postgresql-9.2.13
DISTNAME= postgresql-9.2.18
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
@@ -81,14 +74,11 @@ CONFIGURE_ARGS+= --without-zlib
# sys/ucred.h shouldn't be included on Solaris, causes conflicts between
# procfs and largefile.
.if ${OPSYS} == "SunOS"
CONFIGURE_ENV+= ac_cv_header_sys_ucred_h=no
.endif
CONFIGURE_ENV.SunOS+= ac_cv_header_sys_ucred_h=no
# configure fails on OpenBSD and MirBSD if thread safety is enabled.
.if ${OPSYS} == "OpenBSD" || ${OPSYS} == "MirBSD"
CONFIGURE_ARGS+= --disable-thread-safety
.endif
CONFIGURE_ARGS.MirBSD+= --disable-thread-safety
CONFIGURE_ARGS.OpenBSD+= --disable-thread-safety
# PGSQL_BLCKSZ is the size in bytes of a PostgreSQL disk page or block.
# This also limits the size of a tuple. The valid values are powers