diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-06-03 09:57:09 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-06-03 09:57:09 +0000 |
commit | a9319be3a7889902c4b9edc98dbb176e12aa9b54 (patch) | |
tree | d7632ef1cf87fdfae72e2aaeadf26f50b0eb6904 /mail/postfix24/files | |
parent | New port: dmtx-utils (diff) |
Remove expired and vulnerable port:
2011-06-02 mail/postfix24: no further upstream development; please consider upgrading
Notes
Notes:
svn path=/head/; revision=275016
Diffstat (limited to 'mail/postfix24/files')
-rw-r--r-- | mail/postfix24/files/patch-conf::main.cf | 73 | ||||
-rw-r--r-- | mail/postfix24/files/patch-conf::post-install | 11 | ||||
-rw-r--r-- | mail/postfix24/files/patch-makedefs | 11 | ||||
-rw-r--r-- | mail/postfix24/files/patch-src::global::mail_params.h | 29 | ||||
-rw-r--r-- | mail/postfix24/files/patch-src__util__sys_defs.h | 20 | ||||
-rw-r--r-- | mail/postfix24/files/postfix.sh.in | 47 |
6 files changed, 0 insertions, 191 deletions
diff --git a/mail/postfix24/files/patch-conf::main.cf b/mail/postfix24/files/patch-conf::main.cf deleted file mode 100644 index a9cb3c360058..000000000000 --- a/mail/postfix24/files/patch-conf::main.cf +++ /dev/null @@ -1,73 +0,0 @@ ---- conf/main.cf.orig Mon Mar 27 15:58:38 2006 -+++ conf/main.cf Mon Mar 27 15:59:02 2006 -@@ -33,13 +33,13 @@ - # The command_directory parameter specifies the location of all - # postXXX commands. - # --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). This - # directory must be owned by root. - # --daemon_directory = /usr/libexec/postfix -+daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -@@ -238,7 +238,7 @@ - # - #mynetworks_style = class - #mynetworks_style = subnet --#mynetworks_style = host -+mynetworks_style = host - - # Alternatively, you can specify the mynetworks list by hand, in - # which case Postfix ignores the mynetworks_style setting. -@@ -609,37 +609,37 @@ - # 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 - - # html_directory: The location of the Postfix HTML documentation. - # --html_directory = -+html_directory = no - - # 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. - # This parameter is obsolete as of Postfix 2.1. - # --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/postfix24/files/patch-conf::post-install b/mail/postfix24/files/patch-conf::post-install deleted file mode 100644 index 78401de5bdf3..000000000000 --- a/mail/postfix24/files/patch-conf::post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- conf/post-install.orig Thu Feb 24 08:06:08 2005 -+++ conf/post-install Sat Mar 5 11:53:42 2005 -@@ -185,7 +185,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix24/files/patch-makedefs b/mail/postfix24/files/patch-makedefs deleted file mode 100644 index 16f3b9ee976a..000000000000 --- a/mail/postfix24/files/patch-makedefs +++ /dev/null @@ -1,11 +0,0 @@ ---- makedefs.orig 2010-04-04 17:17:26.000000000 -0400 -+++ makedefs 2010-04-04 17:18:07.000000000 -0400 -@@ -134,6 +134,8 @@ - ;; - FreeBSD.8*) SYSTYPE=FREEBSD8 - ;; -+ FreeBSD.9*) SYSTYPE=FREEBSD9 -+ ;; - OpenBSD.2*) SYSTYPE=OPENBSD2 - ;; - OpenBSD.3*) SYSTYPE=OPENBSD3 diff --git a/mail/postfix24/files/patch-src::global::mail_params.h b/mail/postfix24/files/patch-src::global::mail_params.h deleted file mode 100644 index 52ea5e9e5c35..000000000000 --- a/mail/postfix24/files/patch-src::global::mail_params.h +++ /dev/null @@ -1,29 +0,0 @@ ---- src/global/mail_params.h.orig Fri Feb 11 21:53:21 2005 -+++ src/global/mail_params.h Sat Mar 5 11:53:42 2005 -@@ -64,7 +64,7 @@ - extern gid_t var_owner_gid; - - #define VAR_SGID_GROUP "setgid_group" --#define DEF_SGID_GROUP "postdrop" -+#define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; - -@@ -221,7 +221,7 @@ - */ - #define VAR_DAEMON_DIR "daemon_directory" - #ifndef DEF_DAEMON_DIR --#define DEF_DAEMON_DIR "/usr/libexec/postfix" -+#define DEF_DAEMON_DIR "!!PREFIX!!/libexec/postfix" - #endif - extern char *var_daemon_dir; - -@@ -250,7 +250,7 @@ - */ - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR --#define DEF_CONFIG_DIR "/etc/postfix" -+#define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; - diff --git a/mail/postfix24/files/patch-src__util__sys_defs.h b/mail/postfix24/files/patch-src__util__sys_defs.h deleted file mode 100644 index 71c1e83ca75e..000000000000 --- a/mail/postfix24/files/patch-src__util__sys_defs.h +++ /dev/null @@ -1,20 +0,0 @@ ---- src/util/sys_defs.h.orig 2010-04-04 17:19:32.000000000 -0400 -+++ src/util/sys_defs.h 2010-04-04 17:23:49.000000000 -0400 -@@ -25,7 +25,7 @@ - */ - #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ - || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ -- || defined(FREEBSD8) \ -+ || defined(FREEBSD8) || defined(FREEBSD9) \ - || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ - || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ - || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \ -@@ -98,7 +98,7 @@ - #define SOCKOPT_SIZE socklen_t - #endif - --#if __FreeBSD_version >= 800107 /* safe; don't believe the experts */ -+#if (__FreeBSD_version >= 702104 && __FreeBSD_version < 800000) || (__FreeBSD_version >= 800099) - #define HAS_CLOSEFROM - #endif - diff --git a/mail/postfix24/files/postfix.sh.in b/mail/postfix24/files/postfix.sh.in deleted file mode 100644 index 44aa542f07a8..000000000000 --- a/mail/postfix24/files/postfix.sh.in +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: postfix mail -# REQUIRE: %%REQUIRE%% -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf to enable postfix: -# postfix_enable (bool): Set it to "YES" to enable postfix. -# Default is "NO". -# postfix_pidfile (path): Set full path to master.pid. -# Default is "/var/spool/postfix/pid/master.pid". -# postfix_procname (command): Set command that start master. Used to verify if -# postfix is running. -# Default is "%%PREFIX%%/libexec/postfix/master". -# postfix_flags (str): Flags passed to postfix-script on startup. -# Default is "". -# - -. /etc/rc.subr - -name="postfix" -rcvar=${name}_enable - -load_rc_config $name - -: ${postfix_enable="NO"} -: ${postfix_pidfile="/var/spool/postfix/pid/master.pid"} -: ${postfix_procname="%%PREFIX%%/libexec/postfix/master"} - -start_cmd=${name}_start -stop_cmd=${name}_stop -extra_commands="reload" - -pidfile=${postfix_pidfile} -procname=${postfix_procname} - -postfix_start() { - %%PREFIX%%/sbin/postfix ${postfix_flags} start -} - -postfix_stop() { - %%PREFIX%%/sbin/postfix ${postfix_flags} stop -} - -run_rc_command "$1" |