summaryrefslogtreecommitdiff
path: root/mail/exim/patches
diff options
context:
space:
mode:
authorad <ad@pkgsrc.org>1999-11-25 18:05:02 +0000
committerad <ad@pkgsrc.org>1999-11-25 18:05:02 +0000
commit75d6a9d82da56f9909d1409a8b482d4076a03e26 (patch)
tree4d78236c6729f678a58d3948d294116888ed5067 /mail/exim/patches
parent8f2607c18102de335840c3d04393a0d574e77e4b (diff)
downloadpkgsrc-75d6a9d82da56f9909d1409a8b482d4076a03e26.tar.gz
Update exim to 3.10.
Diffstat (limited to 'mail/exim/patches')
-rw-r--r--mail/exim/patches/patch-aa22
-rw-r--r--mail/exim/patches/patch-ac12
-rw-r--r--mail/exim/patches/patch-ad15
3 files changed, 0 insertions, 49 deletions
diff --git a/mail/exim/patches/patch-aa b/mail/exim/patches/patch-aa
deleted file mode 100644
index 26fda30382b..00000000000
--- a/mail/exim/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.1 1999/09/07 13:21:03 ad Exp $
-
---- OS/Makefile-NetBSD.orig Tue Sep 7 14:25:22 1999
-+++ OS/Makefile-NetBSD Tue Sep 7 13:20:08 1999
-@@ -1,7 +1,7 @@
- # Exim: OS-specific make file for NetBSD
-
- CHOWN_COMMAND=/usr/sbin/chown
--CFLAGS=-O
-+CFLAGS=-O2
-
- HAVE_SA_LEN=YES
-
-@@ -13,5 +13,8 @@
- EXIWHAT_PS_ARG=-ax
- EXIWHAT_EGREP_ARG='/exim( |$$)'
- EXIWHAT_KILL_ARG=-USR1
-+
-+# NetBSD always ships with Berkeley DB
-+USE_DB=yes
-
- # End
diff --git a/mail/exim/patches/patch-ac b/mail/exim/patches/patch-ac
deleted file mode 100644
index 3927dc4cecf..00000000000
--- a/mail/exim/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.1 1999/09/07 13:21:03 ad Exp $
-
---- scripts/os-type.orig Tue Sep 7 13:36:03 1999
-+++ scripts/os-type Tue Sep 7 13:36:13 1999
-@@ -54,6 +54,7 @@
- BSD_OS) os=BSDI;;
- dgux) os=DGUX;;
- freebsd*) os=FreeBSD;;
-+netbsd*) os=NetBSD;;
- gnu) os=GNU;;
- Irix5) os=IRIX;;
- Irix6) os=IRIX6;;
diff --git a/mail/exim/patches/patch-ad b/mail/exim/patches/patch-ad
deleted file mode 100644
index 8df1f9e91e5..00000000000
--- a/mail/exim/patches/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ad,v 1.1 1999/09/07 13:21:03 ad Exp $
-
---- scripts/exim_install.orig Mon Aug 2 16:43:03 1999
-+++ scripts/exim_install Tue Sep 7 14:36:04 1999
-@@ -96,6 +96,10 @@
- # of in /usr/bin, and therefore not likely to be on the path. This fudge
- # tries to cope with that.
-
-+if [ "${CHOWN}" = "chown" -a -x /usr/sbin/chown ] ; then
-+ CHOWN=/usr/sbin/chown
-+fi
-+
- if [ "${CHOWN}" = "chown" -a ! -f /usr/bin/chown -a -f /usr/etc/chown ] ; then
- CHOWN=/usr/etc/chown
- fi