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,6 +1,7 @@
# $NetBSD: Makefile,v 1.127 2014/12/06 23:22:20 jnemeth Exp $
# $NetBSD: Makefile,v 1.128 2016/03/05 11:28:51 jperkin Exp $
PKGNAME= sendmail-${DIST_VERS}
PKGREVISION= 1
COMMENT= The well known Mail Transport Agent
CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]*

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.63 2015/07/11 10:08:32 jnemeth Exp $
# $NetBSD: Makefile.common,v 1.64 2016/05/20 12:11:39 jperkin Exp $
#
# used by mail/libmilter/Makefile
# used by mail/sendmail/Makefile
@@ -60,6 +60,7 @@ make-sendmail-siteconfig:
${CAT} ${FILESDIR}/site.config.m4-milter >>${SITECONFIG}
.if ${OPSYS} == "SunOS"
${CAT} ${FILESDIR}/site.config.m4-fpic >>${SITECONFIG}
${CAT} ${FILESDIR}/site.config.m4-libresolv >>${SITECONFIG}
. if exists(/usr/include/stdbool.h)
${CAT} ${FILESDIR}/site.config.m4-stdbool >>${SITECONFIG}

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.56 2015/07/11 10:08:32 jnemeth Exp $
$NetBSD: distinfo,v 1.57 2015/11/03 23:27:20 agc Exp $
SHA1 (sendmail.8.15.2.tar.gz) = 5801d4b06f4e38ef228a5954a44d17636eaa5a16
RMD160 (sendmail.8.15.2.tar.gz) = 1fe2210e1ded1fe2ee640fceb1de29f19ceaa8e4
SHA512 (sendmail.8.15.2.tar.gz) = 04feb37316c13b66b1518596507a7da7c16cb0bf1abf10367f7fd888a428fadb093a9efa55342fa55b936c3f0cbdc63b9e2505cd99201a69a0c05b8ad65f49f9
Size (sendmail.8.15.2.tar.gz) = 2207417 bytes
SHA1 (patch-aa) = bd1ab754f7146d002eaf8c0347e114b4049a7776
SHA1 (patch-af) = bd3e26b0e78eadd610713430ae6deac888176442

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>