diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-09-16 17:35:40 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-09-16 17:35:40 +0800 |
commit | 85d7a5f73b5d646d12dff81080c89166b7346a7b (patch) | |
tree | 8520d6a4708deb7044c93eca4f39697e759ce261 /mail/exim | |
parent | 8d6e38a58877239f7d0467e85a22e5bc4dce4a82 (diff) | |
download | freebsd-ports-gnome-85d7a5f73b5d646d12dff81080c89166b7346a7b.tar.gz freebsd-ports-gnome-85d7a5f73b5d646d12dff81080c89166b7346a7b.tar.zst freebsd-ports-gnome-85d7a5f73b5d646d12dff81080c89166b7346a7b.zip |
Enable IPV6 unless WITHOUT_IPV6 is defined.
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 1 | ||||
-rw-r--r-- | mail/exim/files/patch-src::EDITME | 19 |
2 files changed, 17 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index b5d4a5710276..e0da03e3219a 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,6 +7,7 @@ PORTNAME= exim PORTVERSION= ${EXIM_VERSION} +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ http://www.exim.org/ftp/exim4/ \ diff --git a/mail/exim/files/patch-src::EDITME b/mail/exim/files/patch-src::EDITME index a9d526c8dc8b..e75a39e535ab 100644 --- a/mail/exim/files/patch-src::EDITME +++ b/mail/exim/files/patch-src::EDITME @@ -1,5 +1,5 @@ --- src/EDITME.orig Mon Jul 22 10:59:47 2002 -+++ src/EDITME Fri Sep 13 13:00:02 2002 ++++ src/EDITME Mon Sep 16 11:33:03 2002 @@ -98,7 +98,7 @@ # /usr/local/sbin. The installation script will try to create this directory, # and any superior directories, if they do not exist. @@ -91,7 +91,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 -@@ -474,7 +476,7 @@ +@@ -474,12 +476,20 @@ # USE_TCP_WRAPPERS=yes # CFLAGS=-O -I/usr/local/include @@ -100,7 +100,20 @@ # but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM # as well. -@@ -695,7 +697,7 @@ + + ++# IPv6 is coming. Exim has experimental support that has been tried out on ++# one or two OS. See the file README.IPV6 for the current status of this ++# support. Do not set this option unless you are working on IPv6 and know ++# what you are doing. ++ ++# HAVE_IPV6=YES ++ ++ + #------------------------------------------------------------------------------ + # The default action of the exim_install script is to install the Exim binary + # with a unique name such as exim-4.00-1, and then set up a symbolic link +@@ -695,7 +705,7 @@ # (process id) to a file so that it can easily be identified. The path of the # file can be specified here. Some installations may want something like this: |