summaryrefslogtreecommitdiff
path: root/mail/postfix1/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix1/files')
-rw-r--r--mail/postfix1/files/patch-bd4
-rw-r--r--mail/postfix1/files/patch-ck4
-rw-r--r--mail/postfix1/files/patch-conf-main.cf59
-rw-r--r--mail/postfix1/files/patch-ec4
-rw-r--r--mail/postfix1/files/patch-ed4
-rw-r--r--mail/postfix1/files/patch-ei4
-rw-r--r--mail/postfix1/files/patch-ej4
-rw-r--r--mail/postfix1/files/patch-lmtp.h4
-rw-r--r--mail/postfix1/files/patch-makedefs13
-rw-r--r--mail/postfix1/files/patch-post-install4
-rw-r--r--mail/postfix1/files/patch-src::trivial-rewrite::resolve.c12
11 files changed, 88 insertions, 28 deletions
diff --git a/mail/postfix1/files/patch-bd b/mail/postfix1/files/patch-bd
index ce79695f1341..5c8a2600d459 100644
--- a/mail/postfix1/files/patch-bd
+++ b/mail/postfix1/files/patch-bd
@@ -1,5 +1,5 @@
-*** ./html/local.8.html.orig Thu Feb 3 21:15:02 2000
---- ./html/local.8.html Thu Jun 1 22:22:30 2000
+*** postfix-1.1.13/html/local.8.html.orig Thu Feb 3 21:15:02 2000
+--- postfix-1.1.13/html/local.8.html Thu Jun 1 22:22:30 2000
***************
*** 99,101 ****
The default per-user mailbox is a file in the UNIX mail
diff --git a/mail/postfix1/files/patch-ck b/mail/postfix1/files/patch-ck
index 6e1ddce3c8f9..1a246c52b13d 100644
--- a/mail/postfix1/files/patch-ck
+++ b/mail/postfix1/files/patch-ck
@@ -1,5 +1,5 @@
-*** ./man/man8/local.8.orig Thu Feb 3 21:14:53 2000
---- ./man/man8/local.8 Thu Jun 1 22:42:43 2000
+*** postfix-1.1.13/man/man8/local.8.orig Thu Feb 3 21:14:53 2000
+--- postfix-1.1.13/man/man8/local.8 Thu Jun 1 22:42:43 2000
***************
*** 96,98 ****
The default per-user mailbox is a file in the UNIX mail spool
diff --git a/mail/postfix1/files/patch-conf-main.cf b/mail/postfix1/files/patch-conf-main.cf
new file mode 100644
index 000000000000..361383c41878
--- /dev/null
+++ b/mail/postfix1/files/patch-conf-main.cf
@@ -0,0 +1,59 @@
+--- postfix-1.1.13/conf/main.cf.orig Tue May 28 14:35:57 2002
++++ postfix-1.1.13/conf/main.cf Wed Aug 10 19:28:08 2005
+@@ -31,14 +31,14 @@
+ # The command_directory parameter specifies the location of all
+ # postXXX commands. The default value is $program_directory.
+ #
+-command_directory = /usr/sbin
++command_directory = !!PREFIX!!/sbin
+
+ # The daemon_directory parameter specifies the location of all Postfix
+ # daemon programs (i.e. programs listed in the master.cf file). The
+ # default value is $program_directory. This directory must be owned
+ # by root.
+ #
+-daemon_directory = /usr/libexec/postfix
++daemon_directory = !!PREFIX!!/libexec/postfix
+
+ # QUEUE AND PROCESS OWNERSHIP
+ #
+@@ -508,32 +508,32 @@
+ # sendmail_path: The full pathname of the Postfix sendmail command.
+ # This is the Sendmail-compatible mail posting interface.
+ #
+-sendmail_path =
++sendmail_path = !!PREFIX!!/sbin/sendmail
+
+ # newaliases_path: The full pathname of the Postfix newaliases command.
+ # This is the Sendmail-compatible command to build alias databases.
+ #
+-newaliases_path =
++newaliases_path = !!PREFIX!!/bin/newaliases
+
+ # mailq_path: The full pathname of the Postfix mailq command. This
+ # is the Sendmail-compatible mail queue listing command.
+ #
+-mailq_path =
++mailq_path = !!PREFIX!!/bin/mailq
+
+ # setgid_group: The group for mail submission and queue management
+ # commands. This must be a group name with a numerical group ID that
+ # is not shared with other accounts, not even with the Postfix account.
+ #
+-setgid_group =
++setgid_group = maildrop
+
+ # manpage_directory: The location of the Postfix on-line manual pages.
+ #
+-manpage_directory =
++manpage_directory = !!PREFIX!!/man
+
+ # sample_directory: The location of the Postfix sample configuration files.
+ #
+-sample_directory =
++sample_directory = !!PREFIX!!/etc/postfix
+
+ # readme_directory: The location of the Postfix README files.
+ #
+-readme_directory =
++readme_directory = no
diff --git a/mail/postfix1/files/patch-ec b/mail/postfix1/files/patch-ec
index 5f5d1ad9cadc..4ff251d7d640 100644
--- a/mail/postfix1/files/patch-ec
+++ b/mail/postfix1/files/patch-ec
@@ -1,5 +1,5 @@
-*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002
---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002
+*** postfix-1.1.13/src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002
+--- postfix-1.1.13/src/global/mail_params.h Tue Jan 8 22:18:22 2002
***************
*** 51,55 ****
diff --git a/mail/postfix1/files/patch-ed b/mail/postfix1/files/patch-ed
index f971b62720d8..7373bb600e1d 100644
--- a/mail/postfix1/files/patch-ed
+++ b/mail/postfix1/files/patch-ed
@@ -1,5 +1,5 @@
-*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000
---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000
+*** postfix-1.1.13/src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000
+--- postfix-1.1.13/src/local/mailbox.c Thu Jun 1 22:37:48 2000
***************
*** 15,17 ****
/* suppression. The default is direct mailbox delivery to
diff --git a/mail/postfix1/files/patch-ei b/mail/postfix1/files/patch-ei
index 8f03b69ccc52..c70973d876e4 100644
--- a/mail/postfix1/files/patch-ei
+++ b/mail/postfix1/files/patch-ei
@@ -1,5 +1,5 @@
-*** ./src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000
---- ./src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000
+*** postfix-1.1.13/src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000
+--- postfix-1.1.13/src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000
***************
*** 12,19 ****
* SASL library.
diff --git a/mail/postfix1/files/patch-ej b/mail/postfix1/files/patch-ej
index 329d7bb1cf96..bae6dd4cf397 100644
--- a/mail/postfix1/files/patch-ej
+++ b/mail/postfix1/files/patch-ej
@@ -1,5 +1,5 @@
-*** ./src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000
---- ./src/smtp/smtp.h Thu Sep 14 13:04:53 2000
+*** postfix-1.1.13/src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000
+--- postfix-1.1.13/src/smtp/smtp.h Thu Sep 14 13:04:53 2000
***************
*** 12,19 ****
* SASL library.
diff --git a/mail/postfix1/files/patch-lmtp.h b/mail/postfix1/files/patch-lmtp.h
index 86d5975b2b4d..e9e3bff0f19d 100644
--- a/mail/postfix1/files/patch-lmtp.h
+++ b/mail/postfix1/files/patch-lmtp.h
@@ -1,5 +1,5 @@
---- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001
-+++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001
+--- postfix-1.1.13/src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001
++++ postfix-1.1.13/src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001
@@ -12,8 +12,8 @@
* SASL library.
*/
diff --git a/mail/postfix1/files/patch-makedefs b/mail/postfix1/files/patch-makedefs
new file mode 100644
index 000000000000..bb10163bb4b2
--- /dev/null
+++ b/mail/postfix1/files/patch-makedefs
@@ -0,0 +1,13 @@
+--- postfix-1.1.13/makedefs.orig Sat May 4 10:36:23 2002
++++ postfix-1.1.13/makedefs Wed Aug 10 18:32:53 2005
+@@ -90,6 +90,10 @@
+ ;;
+ FreeBSD.5*) SYSTYPE=FREEBSD5
+ ;;
++ FreeBSD.6*) SYSTYPE=FREEBSD5
++ ;;
++ FreeBSD.7*) SYSTYPE=FREEBSD5
++ ;;
+ OpenBSD.2*) SYSTYPE=OPENBSD2
+ ;;
+ OpenBSD.3*) SYSTYPE=OPENBSD3
diff --git a/mail/postfix1/files/patch-post-install b/mail/postfix1/files/patch-post-install
index 92b2d4c2c6eb..58fc1c53a00f 100644
--- a/mail/postfix1/files/patch-post-install
+++ b/mail/postfix1/files/patch-post-install
@@ -1,5 +1,5 @@
---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002
-+++ ./conf/post-install Fri Jan 18 12:32:54 2002
+--- postfix-1.1.13/conf/#post-install~ Fri Jan 18 12:32:54 2002
++++ postfix-1.1.13/conf/post-install Fri Jan 18 12:32:54 2002
@@ -183,7 +183,7 @@
umask 022
diff --git a/mail/postfix1/files/patch-src::trivial-rewrite::resolve.c b/mail/postfix1/files/patch-src::trivial-rewrite::resolve.c
deleted file mode 100644
index d2a0abfadf8d..000000000000
--- a/mail/postfix1/files/patch-src::trivial-rewrite::resolve.c
+++ /dev/null
@@ -1,12 +0,0 @@
-*** ./src/trivial-rewrite/resolve.c Mon Jul 28 16:34:38 2003
---- ./src/trivial-rewrite/resolve.c Mon Jul 28 16:35:04 2003
-***************
-*** 148,153 ****
---- 148,154 ----
- if (saved_domain)
- tok822_free_tree(saved_domain);
- saved_domain = domain;
-+ domain = 0;
- }
-
- /*