summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2002-09-16 09:35:40 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2002-09-16 09:35:40 +0000
commit42a82d8004b55febfbc1bd2134c556a28234868b (patch)
tree7f0e5f5b74a28261a3461c9dc9375f191b93b56a
parentadd mmtk 2.2 (diff)
Enable IPV6 unless WITHOUT_IPV6 is defined.
Notes
Notes: svn path=/head/; revision=66430
-rw-r--r--mail/exim/Makefile1
-rw-r--r--mail/exim/files/patch-src::EDITME19
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: