summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-02-18 14:48:29 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-02-18 14:48:29 +0000
commite83ea3450e80fd5ad0bddcf37dc3bd28405d1c27 (patch)
tree406d6b38b06a604cc1d1bae0ea8c36f625c8a85f /mail/sendmail
parentAn implemention of the Jabber conference server using the protocol defined in (diff)
- use /tmp not /var/tmp for mail.local
Base has switched back to /tmp in Revision 1.1.1.1.2.4 with import of sendmail 8.12.2 for FreeBSD 4.6
Notes
Notes: svn path=/head/; revision=129184
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile1
-rw-r--r--mail/sendmail/files/patch-aa12
2 files changed, 1 insertions, 12 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 3130ee5778d3..8fb18d5124a9 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sendmail
PORTVERSION= 8.13.3
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,}
diff --git a/mail/sendmail/files/patch-aa b/mail/sendmail/files/patch-aa
index 8f725c56dc42..a324d8be66d9 100644
--- a/mail/sendmail/files/patch-aa
+++ b/mail/sendmail/files/patch-aa
@@ -33,18 +33,6 @@ diff -ur cf/sh/makeinfo.sh src/contrib/sendmail/cf/sh/makeinfo.sh
echo '#####' in `pwd` | sed 's/\/tmp_mnt//'
echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//'
echo "define(\`__HOST__', $host)dnl"
-diff -ur include/sendmail/pathnames.h.orig include/sendmail/pathnames.h
---- include/sendmail/pathnames.h.orig Fri Mar 23 23:09:44 2001
-+++ include/sendmail/pathnames.h Mon May 7 08:32:45 2001
-@@ -41,7 +41,7 @@
- # endif /* ! _PATH_MAILDIR */
-
- # ifndef _PATH_LOCTMP
--# define _PATH_LOCTMP "/tmp/local.XXXXXX"
-+# define _PATH_LOCTMP "/var/tmp/local.XXXXXX"
- # endif /* ! _PATH_LOCTMP */
-
- # ifndef _PATH_HOSTS
diff -ur mail.local/mail.local.8.orig mail.local/mail.local.8
--- mail.local/mail.local.8.orig Fri Apr 6 01:27:35 2001
+++ mail.local/mail.local.8 Thu May 31 07:36:03 2001