aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix27/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix27/files')
-rw-r--r--mail/postfix27/files/patch-aa36
-rw-r--r--mail/postfix27/files/patch-ab74
-rw-r--r--mail/postfix27/files/patch-ba19
-rw-r--r--mail/postfix27/files/patch-bb36
-rw-r--r--mail/postfix27/files/patch-bc19
-rw-r--r--mail/postfix27/files/patch-bd19
-rw-r--r--mail/postfix27/files/patch-be19
-rw-r--r--mail/postfix27/files/patch-bf19
-rw-r--r--mail/postfix27/files/patch-bg19
-rw-r--r--mail/postfix27/files/patch-bh21
-rw-r--r--mail/postfix27/files/patch-bi21
11 files changed, 302 insertions, 0 deletions
diff --git a/mail/postfix27/files/patch-aa b/mail/postfix27/files/patch-aa
new file mode 100644
index 00000000000..3af6375f195
--- /dev/null
+++ b/mail/postfix27/files/patch-aa
@@ -0,0 +1,36 @@
+*** global/mail_params.h.orig Sat Mar 20 15:09:46 1999
+--- global/mail_params.h Sat Mar 20 15:10:46 1999
+***************
+*** 127,133 ****
+ */
+ #define VAR_PROGRAM_DIR "program_directory"
+ #ifndef DEF_PROGRAM_DIR
+! #define DEF_PROGRAM_DIR "/usr/libexec/postfix"
+ #endif
+
+ #define VAR_DAEMON_DIR "daemon_directory"
+--- 127,133 ----
+ */
+ #define VAR_PROGRAM_DIR "program_directory"
+ #ifndef DEF_PROGRAM_DIR
+! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix"
+ #endif
+
+ #define VAR_DAEMON_DIR "daemon_directory"
+***************
+*** 161,167 ****
+ */
+ #define VAR_CONFIG_DIR "config_directory"
+ #ifndef DEF_CONFIG_DIR
+! #define DEF_CONFIG_DIR "/etc/postfix"
+ #endif
+ extern char *var_config_dir;
+
+--- 161,167 ----
+ */
+ #define VAR_CONFIG_DIR "config_directory"
+ #ifndef DEF_CONFIG_DIR
+! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
+ #endif
+ extern char *var_config_dir;
+
diff --git a/mail/postfix27/files/patch-ab b/mail/postfix27/files/patch-ab
new file mode 100644
index 00000000000..6824371c251
--- /dev/null
+++ b/mail/postfix27/files/patch-ab
@@ -0,0 +1,74 @@
+*** conf/main.cf.orig Mon Mar 29 22:10:14 1999
+--- conf/main.cf Mon Mar 29 22:13:09 1999
+***************
+*** 18,36 ****
+ # Postfix support programs and daemons. This setting can be overruled
+ # with the command_directory and daemon_directory parameters.
+ #
+! program_directory = /some/where/postfix/bin
+
+ # The command_directory parameter specifies the location of all
+ # postXXX commands. The default value is $program_directory.
+ #
+! #command_directory = /usr/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
+
+ # QUEUE AND PROCESS OWNERSHIP
+ #
+--- 18,36 ----
+ # Postfix support programs and daemons. This setting can be overruled
+ # with the command_directory and daemon_directory parameters.
+ #
+! program_directory = !!PREFIX!!/pbexec/postfix
+
+ # The command_directory parameter specifies the location of all
+ # postXXX commands. The default value is $program_directory.
+ #
+! 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 = !!PREFIX!!/libexec/postfix
+
+ # QUEUE AND PROCESS OWNERSHIP
+ #
+***************
+*** 40,53 ****
+ # OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
+ # don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
+ #
+! #mail_owner = postfix
+
+ # The default_privs parameter specifies the default rights used by
+ # the local delivery agent for delivery to external file or command.
+ # These rights are used in the absence of a recipient user context.
+ # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
+ #
+! #default_privs = nobody
+
+ # INTERNET HOST AND DOMAIN NAMES
+ #
+--- 40,53 ----
+ # OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM. In particular,
+ # don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
+ #
+! mail_owner = postfix
+
+ # The default_privs parameter specifies the default rights used by
+ # the local delivery agent for delivery to external file or command.
+ # These rights are used in the absence of a recipient user context.
+ # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
+ #
+! default_privs = nobody
+
+ # INTERNET HOST AND DOMAIN NAMES
+ #
diff --git a/mail/postfix27/files/patch-ba b/mail/postfix27/files/patch-ba
new file mode 100644
index 00000000000..73feeef81f2
--- /dev/null
+++ b/mail/postfix27/files/patch-ba
@@ -0,0 +1,19 @@
+*** man/man1/postdrop.1.orig Mon Mar 29 22:35:14 1999
+--- man/man1/postdrop.1 Mon Mar 29 22:35:25 1999
+***************
+*** 51,57 ****
+ .na
+ .nf
+ /var/spool/postfix, mail queue
+! /etc/postfix, configuration files
+ .SH CONFIGURATION PARAMETERS
+ .na
+ .nf
+--- 51,57 ----
+ .na
+ .nf
+ /var/spool/postfix, mail queue
+! !!PREFIX!!/etc/postfix, configuration files
+ .SH CONFIGURATION PARAMETERS
+ .na
+ .nf
diff --git a/mail/postfix27/files/patch-bb b/mail/postfix27/files/patch-bb
new file mode 100644
index 00000000000..af024b23b3d
--- /dev/null
+++ b/mail/postfix27/files/patch-bb
@@ -0,0 +1,36 @@
+*** man/man1/sendmail.1.orig Mon Mar 29 22:35:30 1999
+--- man/man1/sendmail.1 Mon Mar 29 22:35:44 1999
+***************
+*** 60,66 ****
+ \fBjust-send-eight\fR.
+ .IP "\fB-C \fIconfig_file\fR (ignored :-)"
+ The path name of the \fBsendmail.cf\fR file. Postfix configuration
+! files are kept in \fB/etc/postfix\fR.
+ .IP "\fB-F \fIfull_name\fR
+ Set the sender full name. This is used only with messages that
+ have no \fBFrom:\fR message header.
+--- 60,66 ----
+ \fBjust-send-eight\fR.
+ .IP "\fB-C \fIconfig_file\fR (ignored :-)"
+ The path name of the \fBsendmail.cf\fR file. Postfix configuration
+! files are kept in \fB!!PREFIX!!/etc/postfix\fR.
+ .IP "\fB-F \fIfull_name\fR
+ Set the sender full name. This is used only with messages that
+ have no \fBFrom:\fR message header.
+***************
+*** 164,170 ****
+ .na
+ .nf
+ /var/spool/postfix, mail queue
+! /etc/postfix, configuration files
+ .SH CONFIGURATION PARAMETERS
+ .na
+ .nf
+--- 164,170 ----
+ .na
+ .nf
+ /var/spool/postfix, mail queue
+! !!PREFIX!!/etc/postfix, configuration files
+ .SH CONFIGURATION PARAMETERS
+ .na
+ .nf
diff --git a/mail/postfix27/files/patch-bc b/mail/postfix27/files/patch-bc
new file mode 100644
index 00000000000..12a369684c8
--- /dev/null
+++ b/mail/postfix27/files/patch-bc
@@ -0,0 +1,19 @@
+*** man/man5/access.5.orig Mon Mar 29 22:35:58 1999
+--- man/man5/access.5 Mon Mar 29 22:36:13 1999
+***************
+*** 8,14 ****
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap /etc/postfix/access\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
+--- 8,14 ----
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap !!PREFIX!!/etc/postfix/access\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
diff --git a/mail/postfix27/files/patch-bd b/mail/postfix27/files/patch-bd
new file mode 100644
index 00000000000..2b2f30f720f
--- /dev/null
+++ b/mail/postfix27/files/patch-bd
@@ -0,0 +1,19 @@
+*** man/man5/canonical.5.orig Mon Mar 29 22:36:25 1999
+--- man/man5/canonical.5 Mon Mar 29 22:36:32 1999
+***************
+*** 8,14 ****
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap /etc/postfix/canonical\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
+--- 8,14 ----
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
diff --git a/mail/postfix27/files/patch-be b/mail/postfix27/files/patch-be
new file mode 100644
index 00000000000..354737c7e68
--- /dev/null
+++ b/mail/postfix27/files/patch-be
@@ -0,0 +1,19 @@
+*** man/man5/relocated.5.orig Mon Mar 29 22:36:36 1999
+--- man/man5/relocated.5 Mon Mar 29 22:36:47 1999
+***************
+*** 8,14 ****
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap /etc/postfix/relocated\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
+--- 8,14 ----
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
diff --git a/mail/postfix27/files/patch-bf b/mail/postfix27/files/patch-bf
new file mode 100644
index 00000000000..4de81782646
--- /dev/null
+++ b/mail/postfix27/files/patch-bf
@@ -0,0 +1,19 @@
+*** man/man5/virtual.5.orig Mon Mar 29 22:36:55 1999
+--- man/man5/virtual.5 Mon Mar 29 22:37:02 1999
+***************
+*** 8,14 ****
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap /etc/postfix/virtual\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
+--- 8,14 ----
+ .SH SYNOPSIS
+ .na
+ .nf
+! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR
+ .SH DESCRIPTION
+ .ad
+ .fi
diff --git a/mail/postfix27/files/patch-bg b/mail/postfix27/files/patch-bg
new file mode 100644
index 00000000000..fb2b093bff0
--- /dev/null
+++ b/mail/postfix27/files/patch-bg
@@ -0,0 +1,19 @@
+*** man/man8/local.8.orig Mon Mar 29 22:37:14 1999
+--- man/man8/local.8 Mon Mar 29 22:37:44 1999
+***************
+*** 75,81 ****
+ .ad
+ .fi
+ The default per-user mailbox is a file in the UNIX mail spool
+! directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR);
+ the location can be specified with the \fBmail_spool_directory\fR
+ configuration parameter.
+
+--- 75,81 ----
+ .ad
+ .fi
+ The default per-user mailbox is a file in the UNIX mail spool
+! directory (\fB/var/mail/\fIuser\fR);
+ the location can be specified with the \fBmail_spool_directory\fR
+ configuration parameter.
+
diff --git a/mail/postfix27/files/patch-bh b/mail/postfix27/files/patch-bh
new file mode 100644
index 00000000000..42b7373d3fb
--- /dev/null
+++ b/mail/postfix27/files/patch-bh
@@ -0,0 +1,21 @@
+*** man/man8/cleanup.8.orig Mon Mar 29 22:37:59 1999
+--- man/man8/cleanup.8 Mon Mar 29 22:38:13 1999
+***************
+*** 118,125 ****
+ .SH FILES
+ .na
+ .nf
+! /etc/postfix/canonical*, canonical mapping table
+! /etc/postfix/virtual*, virtual mapping table
+ .SH LICENSE
+ .na
+ .nf
+--- 118,125 ----
+ .SH FILES
+ .na
+ .nf
+! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table
+! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table
+ .SH LICENSE
+ .na
+ .nf
diff --git a/mail/postfix27/files/patch-bi b/mail/postfix27/files/patch-bi
new file mode 100644
index 00000000000..2b57467ed97
--- /dev/null
+++ b/mail/postfix27/files/patch-bi
@@ -0,0 +1,21 @@
+*** man/man8/master.8.orig Mon Mar 29 22:38:17 1999
+--- man/man8/master.8 Mon Mar 29 22:38:46 1999
+***************
+*** 116,123 ****
+ .SH FILES
+ .na
+ .nf
+! /etc/postfix/main.cf: global configuration file.
+! /etc/postfix/master.cf: master process configuration file.
+ /var/spool/postfix/pid/master.pid: master lock file.
+ .SH SEE ALSO
+ .na
+--- 116,123 ----
+ .SH FILES
+ .na
+ .nf
+! !!PREFIX!!/etc/postfix/main.cf: global configuration file.
+! !!PREFIX!!/etc/postfix/master.cf: master process configuration file.
+ /var/spool/postfix/pid/master.pid: master lock file.
+ .SH SEE ALSO
+ .na
ef='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/science?h=gnome-3.24&id=09f0c5d3d24b0cd29346c2876b4fae049c752d24'>A build fix.maho2008-07-232-2/+13 * * Update to 3.3.0.maho2008-07-234-231/+420 * - Turn off the python module as it causes breakage in the build cluster.beech2008-07-222-7/+8 * - s/PORTREVSION/PORTREVISIONmiwi2008-07-211-1/+1 * - Chase lang/guile share library version bump (.18 -> .19)rafan2008-07-212-4/+4 * - Fix plist when NOPORTDOCS and NOPORTEXAMPLESrafan2008-07-212-35/+37 * - New port silo-4.6.1beech2008-07-216-0/+133 * - Add regression-target since the port recommends running the checks before i...beech2008-07-214-10/+16 * - Update to 0.51miwi2008-07-202-4/+4 * This port installs python bindings for openbabel.miwi2008-07-195-0/+42 * - Update to 3.2.1.2.10miwi2008-07-193-14/+46 * - Fix build on 6.3miwi2008-07-183-6/+7 * - Change upgrade warningtabthorpe2008-07-141-1/+2 * - Require GCC 4.2 on 6.x to fix build against openbabelpav2008-07-101-1/+3 * - Update to 0.8.7pav2008-07-102-5/+6 * - Update to 3.0.1tabthorpe2008-07-094-733/+792 * - Fix build on 6.Xmiwi2008-07-081-0/+1 * Bump portrevision after openbabel update.beech2008-07-074-4/+4 * - Update to 2.2.0beech2008-07-073-215/+293 * - Update to 1.7.0beech2008-07-076-10/+52 * - Update to 3.6.3rafan2008-06-254-18/+20 * - Added target for regression-testmiwi2008-06-212-0/+6 * - Update to 1.3.lippe2008-06-213-5/+5 * - Update to 11.4.4miwi2008-06-203-85/+85 * - Update to 1.31rafan2008-06-062-4/+4 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-0645-24/+45 * Maintainer no longer has time for this one, so reassign to ports@.linimon2008-06-041-1/+1 * Pycdf is a python interface to the Unidata netCDF library. It provides anmiwi2008-06-036-0/+64 * Upgrade to 3.4.0.thierry2008-06-033-135/+154 * Reset kay_lehmann@web.de by request due to lack to time to maintain ports. Welinimon2008-06-031-1/+1 * - Update pkg-descr for recent updatesrafan2008-06-031-11/+7 * - Update to 1.3rafan2008-06-032-4/+4 * - Update to 2.1miwi2008-06-013-19/+6 * - Enable Fortran support [1]miwi2008-06-0112-4/+248 * - Add common code to support for cmake based ports.miwi2008-05-283-30/+21 * Introduce NOPORTEXAMPLES.thierry2008-05-262-18/+22 * [NEW PORT] graphics/2d-rewriter: Fractals generator based on pattern matching...edwin2008-05-245-0/+56 * Relinquish maintainership at maintainer's request.flz2008-05-231-1/+1 * Fix plist when NOPORTDOCS is set.thierry2008-05-221-2/+4 * Upgrade to v. 3.3.3.thierry2008-05-212-4/+4 * Jmol is a Java molecular viewer formiwi2008-05-185-0/+202 * - Update to 2.0.3.3miwi2008-05-182-4/+4 * - Update to 3.3pav2008-05-147-1040/+138 * Fix configure.thierry2008-05-131-11/+3 * - Fix fetchpav2008-05-122-2/+2 * - fix Bundle installdinoex2008-05-072-0/+121 * - update to 1.97dinoex2008-05-053-125/+22 * - fix build for option WITH_GNUSTEP_DEVELdinoex2008-05-051-0/+10 * - Convert gzstream, libgfx[1] and qslim to shlibssat2008-05-031-4/+4 * - Unbreak buildmiwi2008-05-031-5/+4 * Colt is a package for scalable scientific and technical computing in Java. Ithq2008-05-024-0/+71 * Upgrade Code_Saturne to 1.3.2.thierry2008-05-0119-250/+137 * 3dinoex2008-04-302-2/+2 * - Fix build after math/GiNaC updatemiwi2008-04-284-26/+76 * Really update ImageMagick before trying to chase it...thierry2008-04-272-2/+22 * Chase ImageMagick upgrade.thierry2008-04-271-2/+2 * - Update to 1.6.0rafan2008-04-276-164/+366 * - Mark BROKEN Does not compilemiwi2008-04-231-0/+2 * - Chase graphics/ImageMagick shlib version bumpmiwi2008-04-221-2/+2 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-2024-48/+46 * Fix references to -build directory in installed .cmake files.thierry2008-04-191-3/+3 * - Update to 1.6tabthorpe2008-04-185-16/+85 * - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-172-4/+2 * - Chase libctl version bumpgahr2008-04-161-7/+7 * - Update to 3.03gahr2008-04-163-6/+11 * - Update to 1.1.1clsung2008-04-123-10/+10 * Change default MPI's versions (only used before the dependency isthierry2008-04-111-7/+7 * Change maintainers e-mail address.ehaupt2008-04-112-4/+4 * - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-092-2/+2 * - Update to 0.6.0rafan2008-04-093-16/+4 * - Chase the gsl shared lib bump.jadawin2008-04-084-6/+8 * Upgrade to 2.5-3.thierry2008-04-072-4/+4 * - Update to 1.23rafan2008-04-062-4/+4 * - Update to 3.0.20071212rafan2008-04-065-49/+46 * Upgrade to 3.3.2: minor corrections and brings a man page.thierry2008-04-043-4/+9 * - update to 0.6.1clsung2008-03-273-4/+6 * - Update to 1.5.3.clsung2008-03-272-8/+7 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-263-6/+6 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-1/+2 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-1/+0 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-242-2/+0 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-243-4/+1 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-231-1/+1 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-221-1/+0 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-221-2/+2 * - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-202-3/+0 * - Bump portrevision.chinsan2008-03-192-3/+13 * - Make BROKEN (fails to compile due to the newer hdf5 API incompatible).chinsan2008-03-191-0/+2 * Fix BUILD_DEPENDS after science/cdcl library name change.flz2008-03-151-2/+2 * - Update to 0.8.7pav2008-03-142-4/+4 * - Update to 8pav2008-03-144-8/+10 * - Update MASTER_SITES.araujo2008-03-1416-35/+40 * - Update science/cdcl to 5.3.3.flz2008-03-113-51/+49 * - Add mirror.chinsan2008-03-082-2/+4 * Chase libguile shared lib version.marcus2008-03-012-4/+4 * - Update to 1.6.7chinsan2008-03-0110-162/+138 * - Make fetchable againpav2008-02-262-2/+4 * DTI visualization software from Stanford.tabthorpe2008-02-259-0/+177 * Update to 1.1.0.thierry2008-02-183-12/+26 * - Update to 1.3.2miwi2008-02-162-7/+7 * - Fix my own Maintainer e-mail no other changesdb2008-02-161-1/+1 * - Update to 0.6.3clsung2008-01-302-5/+4 * - Update to 0.8.6pav2008-01-296-30/+8 * - Update to 2008.01.02.1043tabthorpe2008-01-298-111/+102 * - Update to 1.22rafan2008-01-152-4/+4 * Chase the move of the goffice 0.4 API to devel/goffice04.marcus2008-01-101-1/+1 * - Mark as BROKEN >= 700042tabthorpe2008-01-071-2/+8 * Add MANUAL_PACKAGE_BUILD.maho2008-01-071-0/+2 * - Update to 1.5.0rafan2008-01-058-36/+42 * Upgrade ICS to 1.3.1.thierry2008-01-023-12/+27 * Upgrade NCS to 1.3.1.thierry2008-01-028-356/+381 * Upgrade ECS to 1.3.1.thierry2008-01-024-72/+5 * Upgrade FVM to 0.9.0.thierry2008-01-024-79/+16 * Upgrade BFT to 1.0.5.thierry2008-01-022-5/+5 * - Update to 1.21rafan2007-12-312-4/+4 * - Update to 0.50clsung2007-12-252-4/+4 * - Author rerolled tarballs with the missing pt_BR translationpav2007-12-236-10/+10 * - Update to 0.8.5pav2007-12-226-10/+12 * - Mark BROKEN on 7.xpav2007-12-22