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

@@ -0,0 +1,4 @@
# $NetBSD: site.config.m4-fpic,v 1.1 2016/05/20 12:11:39 jperkin Exp $
# Build with -fPIC on SunOS to ensure third parties can pull in libmilter.a
APPENDDEF(`confCCOPTS', `-fPIC')

View File

@@ -1,6 +1,6 @@
<?xml version='1.0'?>
<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
<service_bundle type='manifest' name='@SMF_NAME@'>
<service_bundle type='manifest' name='export'>
<service name='@SMF_PREFIX@/@SMF_NAME@' type='service' version='0'>
<create_default_instance enabled="false" />
<single_instance />
@@ -27,13 +27,12 @@
<property_group name='startd' type='framework'>
<propval name='ignore_error' type='astring' value='core,signal' />
</property_group>
<stability value='Evolving' />
<template>
<common_name>
<loctext xml:lang='C'>Sendmail SMTP Server</loctext>
</common_name>
<documentation>
<manpage title='sendmail' section='8' />
<manpage title='sendmail' section='8' manpath='@PREFIX@/@PKGMANDIR@'/>
<doc_link name='sendmail.com' uri='http://www.sendmail.com/sm/open_source/docs/' />
</documentation>
</template>