summaryrefslogtreecommitdiff
path: root/mail/exim/patches
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2003-09-02 11:14:16 +0000
committerabs <abs@pkgsrc.org>2003-09-02 11:14:16 +0000
commita1a851b038d6e6a7b86d852d7d9c4a2f575eda11 (patch)
treefbe92cedf6cfecd24bea11166adb691174e0ade6 /mail/exim/patches
parentafdcb26bd223dada09a1e6fc4dd39c73d2401689 (diff)
downloadpkgsrc-a1a851b038d6e6a7b86d852d7d9c4a2f575eda11.tar.gz
Fix patch in last and remove reference to non-existant exim-exiscan-acl
Diffstat (limited to 'mail/exim/patches')
-rw-r--r--mail/exim/patches/patch-aa29
1 files changed, 11 insertions, 18 deletions
diff --git a/mail/exim/patches/patch-aa b/mail/exim/patches/patch-aa
index cb397861a65..fe58cf327b6 100644
--- a/mail/exim/patches/patch-aa
+++ b/mail/exim/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.5 2003/09/02 10:33:41 abs Exp $
+$NetBSD: patch-aa,v 1.6 2003/09/02 11:14:17 abs Exp $
---- Local/Makefile.pkgsrc.orig 2003-08-29 18:17:32.000000000 +0100
+--- Local/Makefile.pkgsrc.orig 2003-09-02 12:12:04.000000000 +0100
+++ Local/Makefile.pkgsrc
@@ -98,7 +98,7 @@
# /usr/local/sbin. The installation script will try to create this directory,
@@ -74,7 +74,7 @@ $NetBSD: patch-aa,v 1.5 2003/09/02 10:33:41 abs Exp $
#------------------------------------------------------------------------------
-@@ -365,10 +366,11 @@ HEADER_DECODE_TO="ISO-8859-1"
+@@ -390,10 +391,11 @@ HEADER_DECODE_TO="ISO-8859-1"
# leave these settings commented out.
# This setting is required for any TLS support (either OpenSSL or GnuTLS)
@@ -88,7 +88,7 @@ $NetBSD: patch-aa,v 1.5 2003/09/02 10:33:41 abs Exp $
# Uncomment these settings if you are using GnuTLS
# USE_GNUTLS=yes
-@@ -402,6 +404,19 @@ HEADER_DECODE_TO="ISO-8859-1"
+@@ -427,6 +429,19 @@ HEADER_DECODE_TO="ISO-8859-1"
# You don't need to set TLS_INCLUDE if the relevant directories are already
# specified in INCLUDE.
@@ -108,7 +108,7 @@ $NetBSD: patch-aa,v 1.5 2003/09/02 10:33:41 abs Exp $
#------------------------------------------------------------------------------
# The default distribution of Exim contains only the plain text form of the
-@@ -432,7 +447,7 @@ HEADER_DECODE_TO="ISO-8859-1"
+@@ -457,7 +472,7 @@ HEADER_DECODE_TO="ISO-8859-1"
# %s. This will be replaced by one of the strings "main", "panic", or "reject"
# to form the final file names. Some installations may want something like this:
@@ -117,24 +117,17 @@ $NetBSD: patch-aa,v 1.5 2003/09/02 10:33:41 abs Exp $
# 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
-@@ -562,14 +577,14 @@ ZCAT_COMMAND=/usr/bin/zcat
+@@ -587,7 +602,8 @@ ZCAT_COMMAND=/usr/bin/zcat
# this setting. See the manual section entitled "Use of tcpwrappers" in the
# chapter on building and installing Exim.
-
+ #
-# USE_TCP_WRAPPERS=yes
+USE_TCP_WRAPPERS=yes
-
++EXTRALIBS_EXIM=-lwrap
+ #
# You may well also have to specify a local "include" file and an additional
# library for TCP wrappers, so you probably need something like this:
-
- # USE_TCP_WRAPPERS=yes
- # CFLAGS=-O -I/usr/local/include
--# EXTRALIBS_EXIM=-L/usr/local/lib -lwrap
-+EXTRALIBS_EXIM=-lwrap
-
- # but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM
- # as well.
-@@ -618,11 +633,11 @@ SYSTEM_ALIASES_FILE=/etc/aliases
+@@ -643,11 +659,11 @@ SYSTEM_ALIASES_FILE=/etc/aliases
# haven't got Perl, Exim will still build and run; you just won't be able to
# use those utilities.
@@ -151,7 +144,7 @@ $NetBSD: patch-aa,v 1.5 2003/09/02 10:33:41 abs Exp $
#------------------------------------------------------------------------------
-@@ -816,7 +831,7 @@ TMPDIR="/tmp"
+@@ -841,7 +857,7 @@ TMPDIR="/tmp"
# (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: