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,10 +1,10 @@
# $NetBSD: Makefile,v 1.11 2014/03/12 17:01:57 gdt Exp $
# $NetBSD: Makefile,v 1.12 2015/01/01 09:48:58 dholland Exp $
PKGNAME= ${DISTNAME:C/-/92-server-/}
COMMENT= PostgreSQL database server programs
# mips has no TAS implementation
NOT_FOR_PLATFORM= *-*-mips
BROKEN_ON_PLATFORM= *-*-mips
.include "../../databases/postgresql92/Makefile.common"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2014/03/11 14:05:01 jperkin Exp $
@comment $NetBSD: PLIST,v 1.7 2015/02/14 07:57:40 adam Exp $
bin/postgres
bin/postmaster
include/postgresql/server/plpgsql.h
@@ -296,6 +296,7 @@ share/postgresql/timezone/Antarctica/Palmer
share/postgresql/timezone/Antarctica/Rothera
share/postgresql/timezone/Antarctica/South_Pole
share/postgresql/timezone/Antarctica/Syowa
share/postgresql/timezone/Antarctica/Troll
share/postgresql/timezone/Antarctica/Vostok
share/postgresql/timezone/Arctic/Longyearbyen
share/postgresql/timezone/Asia/Aden
@@ -314,6 +315,7 @@ share/postgresql/timezone/Asia/Beirut
share/postgresql/timezone/Asia/Bishkek
share/postgresql/timezone/Asia/Brunei
share/postgresql/timezone/Asia/Calcutta
share/postgresql/timezone/Asia/Chita
share/postgresql/timezone/Asia/Choibalsan
share/postgresql/timezone/Asia/Chongqing
share/postgresql/timezone/Asia/Chungking
@@ -371,6 +373,7 @@ share/postgresql/timezone/Asia/Samarkand
share/postgresql/timezone/Asia/Seoul
share/postgresql/timezone/Asia/Shanghai
share/postgresql/timezone/Asia/Singapore
share/postgresql/timezone/Asia/Srednekolymsk
share/postgresql/timezone/Asia/Taipei
share/postgresql/timezone/Asia/Tashkent
share/postgresql/timezone/Asia/Tbilisi
@@ -582,6 +585,7 @@ share/postgresql/timezone/PRC
share/postgresql/timezone/PST8PDT
share/postgresql/timezone/Pacific/Apia
share/postgresql/timezone/Pacific/Auckland
share/postgresql/timezone/Pacific/Bougainville
share/postgresql/timezone/Pacific/Chatham
share/postgresql/timezone/Pacific/Chuuk
share/postgresql/timezone/Pacific/Easter

View File

@@ -14,6 +14,7 @@
<method_credential user='@PGUSER@' group='@PGGROUP@' />
<method_environment>
<envvar name="LD_PRELOAD_32" value="/usr/lib/extendedFILE.so.1" />
<envvar name='PATH' value='@PREFIX@/bin:@PREFIX@/sbin:/usr/bin:/usr/sbin:/bin:/sbin'/>
</method_environment>
</method_context>
<exec_method type='method' name='start' exec='@PREFIX@/@SMF_METHOD_FILE.postgresql@ start' timeout_seconds='300' />