Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2014/02/23 11:25:53 adam Exp $
# $NetBSD: Makefile,v 1.7 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/92-/}
COMMENT= Robust, next generation, object-relational DBMS

View File

@@ -1,17 +1,4 @@
# $NetBSD: Makefile.common,v 1.11 2014/03/27 20:57:54 adam Exp $
#
# 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-docs/Makefile
# used by databases/postgresql92-fuzzystrmatch/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-server/Makefile
# used by databases/postgresql92-upgrade/Makefile
# $NetBSD: Makefile.common,v 1.14 2015/02/14 07:57:40 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -20,8 +7,23 @@
# packages, is as follows:
# <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-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.8
DISTNAME= postgresql-9.2.10
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2

View File

@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.8 2014/03/27 20:57:54 adam Exp $
$NetBSD: distinfo,v 1.11 2015/02/14 07:57:40 adam Exp $
SHA1 (postgresql-9.2.8.tar.bz2) = 228cb1f1af47fd073d578eaad794e7ff6615812a
RMD160 (postgresql-9.2.8.tar.bz2) = ac9fac285e6488f1b4635650e34e8eac49b5eddd
Size (postgresql-9.2.8.tar.bz2) = 16263345 bytes
SHA1 (postgresql-9.2.10.tar.bz2) = 3c82fc1d37ae10063b15caef39216616252de0a0
RMD160 (postgresql-9.2.10.tar.bz2) = 35993f5b5c536a4a105d278969633a760b16a4d5
Size (postgresql-9.2.10.tar.bz2) = 16353487 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747
@@ -10,10 +10,11 @@ SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04
SHA1 (patch-contrib_dblink_dblink.c) = 245ce06df88837ba88142aea1d0ba787d65ddb45
SHA1 (patch-src_Makefile.shlib) = fedf35f38439a724fa6522e1aaef110c9909866a
SHA1 (patch-src_backend_Makefile) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
SHA1 (patch-src_backend_utils_adt_datetime.c) = b220c39272bf8d2bda95119adcbab5b2495990d8
SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 6ebfdb674b38019d0605e0b0b9f3950480e13a30
SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
SHA1 (patch-src_pl_plperl_GNUmakefile) = 2b7448d6dd8550e2ea61f40728a2780068b93d07
SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61
SHA1 (patch-src_pl_plpython_Makefile) = d70e0cf5e20479851df3ededa50776fd04846d49
SHA1 (patch-src_timezone_localtime.c) = 622f57bc1d10f07ab73f86765cbf587eece57085
SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214
SHA1 (patch-src_timezone_strftime.c) = 25102dce1b9b22385353af23500636fb18e3bf64

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-src_backend_utils_adt_datetime.c,v 1.1 2015/01/23 15:06:01 joerg Exp $
--- src/backend/utils/adt/datetime.c.orig 2014-07-21 19:12:31.000000000 +0000
+++ src/backend/utils/adt/datetime.c
@@ -30,6 +30,9 @@
#include "utils/memutils.h"
#include "utils/tzparser.h"
+#if defined(__NetBSD__)
+#define strtoi pg_strtoi
+#endif
static int DecodeNumber(int flen, char *field, bool haveTextMonth,
int fmask, int *tmask,

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-src_interfaces_ecpg_pgtypeslib_interval.c,v 1.1 2015/01/23 15:06:01 joerg Exp $
--- src/interfaces/ecpg/pgtypeslib/interval.c.orig 2014-07-21 19:12:31.000000000 +0000
+++ src/interfaces/ecpg/pgtypeslib/interval.c
@@ -14,6 +14,10 @@
#include "pgtypes_error.h"
#include "pgtypes_interval.h"
+#if defined(__NetBSD__)
+#define strtoi pg_strtoi
+#endif
+
/* copy&pasted from .../src/backend/utils/adt/datetime.c */
static int
strtoi(const char *nptr, char **endptr, int base)

View File

@@ -1,15 +0,0 @@
$NetBSD: patch-src_pl_plpython_Makefile,v 1.1 2013/12/10 22:32:57 adam Exp $
Don't try to use Python framework.
--- src/pl/plpython/Makefile.orig 2013-12-10 21:48:07.000000000 +0000
+++ src/pl/plpython/Makefile
@@ -24,8 +24,6 @@ endif
# Darwin (OS X) has its own ideas about how to do this.
ifeq ($(PORTNAME), darwin)
shared_libpython = yes
-override python_libspec = -framework Python
-override python_additional_libs =
endif
# If we don't have a shared library and the platform doesn't allow it