summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz>2016-06-01 11:47:06 +0000
committerwiz <wiz>2016-06-01 11:47:06 +0000
commitadc1eda902c9ebdf4fe088e3322c467487a67079 (patch)
tree3978b80679fd3363f419afa09c3af73508711b18 /mail
parent9c21fca3aa6839f18e24f9efc6c7d2a808a20ef4 (diff)
downloadpkgsrc-adc1eda902c9ebdf4fe088e3322c467487a67079.tar.gz
Program checks for HAVE_SNPRINTF, so it should look for snprintf.
Fixes build on NetBSD-current.
Diffstat (limited to 'mail')
-rw-r--r--mail/opensmtpd/distinfo4
-rw-r--r--mail/opensmtpd/patches/patch-configure.ac10
2 files changed, 11 insertions, 3 deletions
diff --git a/mail/opensmtpd/distinfo b/mail/opensmtpd/distinfo
index f53cada9b5b..8951e3ab09d 100644
--- a/mail/opensmtpd/distinfo
+++ b/mail/opensmtpd/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.5 2016/05/31 21:33:15 joerg Exp $
+$NetBSD: distinfo,v 1.6 2016/06/01 11:47:06 wiz Exp $
SHA1 (opensmtpd-5.7.3p2.tar.gz) = 4d1edc5811a80ec26de040227a298a742c494e72
RMD160 (opensmtpd-5.7.3p2.tar.gz) = 5d6faebea3a303e5effeafbef5def597bfac434e
SHA512 (opensmtpd-5.7.3p2.tar.gz) = bac0b8d6a6969a5e49a1d45b2c74cb2f3da44d06b12c7162500adf3ca312751020762bc8301075a9d7634d94cf51f978d04fac327f843680646e9e687737c42f
Size (opensmtpd-5.7.3p2.tar.gz) = 709074 bytes
-SHA1 (patch-configure.ac) = bcf442cf536b44019d25a1e4e9ac2812fc76d928
+SHA1 (patch-configure.ac) = d8aa50afb48abcfb38c9cd7080ba59122aee8ba6
SHA1 (patch-mk_makemap_Makefile.am) = 51da0f13b1b32b3c364ae638a38d4b33efaf1ec7
SHA1 (patch-mk_smtpd_Makefile.am) = ebc62819300d3ddd824178c08a5630ca85dc6fdc
SHA1 (patch-smtpd_queue__fs.c) = f13d1bf1d26544b3c81e5e2c813d2fe5e917b96b
diff --git a/mail/opensmtpd/patches/patch-configure.ac b/mail/opensmtpd/patches/patch-configure.ac
index c10552f9f29..4d896ddc774 100644
--- a/mail/opensmtpd/patches/patch-configure.ac
+++ b/mail/opensmtpd/patches/patch-configure.ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure.ac,v 1.2 2016/05/01 05:56:40 mef Exp $
+$NetBSD: patch-configure.ac,v 1.3 2016/06/01 11:47:06 wiz Exp $
Add sys/statvfs for NetBSD.
@@ -12,3 +12,11 @@ Add sys/statvfs for NetBSD.
sys/time.h \
sys/un.h \
time.h \
+@@ -701,6 +702,7 @@ AC_CHECK_FUNCS([ \
+ setreuid \
+ setsid \
+ sigaction \
++ snprintf \
+ socketpair \
+ strdup \
+ strerror \