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

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.17 2014/03/11 14:05:00 jperkin Exp $
@comment $NetBSD: PLIST,v 1.18 2014/07/25 22:14:55 adam Exp $
bin/postgres
bin/postmaster
lib/postgresql/ascii_and_mic.so
@@ -293,6 +293,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

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' />