diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-08-27 13:23:52 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-08-27 13:23:52 +0000 |
commit | d52469e05040500a4bfa2644626dd008d1486d8a (patch) | |
tree | ed5a35549abf0d0011372b71eee2f710d6bcb444 /mail/exim/files/patch-src::EDITME | |
parent | Add a distinct package for eximon, the management GUI for the Exim (diff) |
* Break eximon into its own port. The goal is to allow administrators
to install and use Exim from the packages without having to install
XFree86.
* Remove a stale SEDLIST entry for BINOWN handling.
* Use LOCALBASE instead of PREFIX when referring to already installed
software.
* Use more strict pattern matching in SEDLIST.
Folks who want eximon (the Exim monitor) must now either build exim
or one of its slave ports with WITH_EXIMON defined or install the
standalone exim-monitor package.
Notes
Notes:
svn path=/head/; revision=46972
Diffstat (limited to 'mail/exim/files/patch-src::EDITME')
-rw-r--r-- | mail/exim/files/patch-src::EDITME | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/mail/exim/files/patch-src::EDITME b/mail/exim/files/patch-src::EDITME index 2b4699382ff8..6a314acc6ec4 100644 --- a/mail/exim/files/patch-src::EDITME +++ b/mail/exim/files/patch-src::EDITME @@ -43,7 +43,16 @@ # In some installations there may be multiple machines sharing file systems, -@@ -284,7 +284,7 @@ +@@ -243,7 +243,7 @@ + # are defaulted in the OS/Makefile-Default file, and can be overridden + # in local OS-specific make files. + +-EXIM_MONITOR=eximon.bin ++#EXIM_MONITOR=eximon.bin + + + # Compiling in support for embedded Perl: If you want to be able to +@@ -286,7 +286,7 @@ # "panic", or "reject" to form the final file name. For example, some # installations may want something like this: @@ -52,7 +61,7 @@ # which results in files with names /var/log/exim_mainlog, etc. The directory # in which the log files are placed must exist; Exim does not try to create -@@ -350,6 +350,8 @@ +@@ -352,6 +352,8 @@ # LOOKUP_INCLUDE=-I /usr/local/ldap/include -I /usr/local/mysql/include -I /usr/local/pgsql/include # LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq @@ -61,7 +70,7 @@ # If you have set LDAP=yes, you should set LDAP_LIB_TYPE to indicate which LDAP # library you have. Unfortunately, though most of their functions are the -@@ -363,6 +365,7 @@ +@@ -365,6 +367,7 @@ # LDAP_LIB_TYPE=OPENLDAP2 # LDAP_LIB_TYPE=NETSCAPE # LDAP_LIB_TYPE=SOLARIS @@ -69,7 +78,7 @@ # If you don't set any of these, Exim assumes the original University of # Michigan (OpenLDAP 1) library. -@@ -409,7 +412,7 @@ +@@ -411,7 +414,7 @@ # the file name, allowing sites that run two separate daemons to distinguish # them. Some installations may want something like this @@ -78,7 +87,7 @@ # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory # (see SPOOL_DIRECTORY below) with the name "exim-daemon.pid" for the standard -@@ -458,7 +461,7 @@ +@@ -460,7 +463,7 @@ # uid and gid. # Many installations will want something like this: @@ -87,7 +96,7 @@ # Others may prefer to keep all Exim things under one directory: # SPOOL_DIRECTORY=/usr/exim/spool -@@ -523,7 +526,7 @@ +@@ -525,7 +528,7 @@ # with TLS support. # SUPPORT_TLS=yes @@ -96,7 +105,7 @@ # If you are running Exim as a server, note that just building it with TLS # support is not usually all you need to do. You normally need to set up a -@@ -573,5 +576,14 @@ +@@ -575,5 +578,14 @@ # chapter on building and installing Exim. # USE_TCP_WRAPPERS=yes |