summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-08-26 08:29:06 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-08-26 08:29:06 +0000
commitb1c81170db9399a6743d6f0ba38a539f16ce8859 (patch)
tree1e6c79a3476e057866fa6a8a04715792e0154957 /mail/exim
parentAdd gnome-icu. (diff)
Fix install error for users who comment out USE_XLIB.
While I'm here, bump "Version required:". Reported by: Mike Freislich <mikef@korbitec.com>
Notes
Notes: svn path=/head/; revision=20985
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile2
-rw-r--r--mail/exim/files/patch-aa12
2 files changed, 13 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index e3265248c341..5bb49673194b 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,5 +1,5 @@
# New ports collection makefile for: exim
-# Version required: 3.02
+# Version required: 3.03
# Date created: 23 June 1996
# Whom: markm@FreeBSD.ORG
#
diff --git a/mail/exim/files/patch-aa b/mail/exim/files/patch-aa
index a5edf3c681c3..64e87ce18a9d 100644
--- a/mail/exim/files/patch-aa
+++ b/mail/exim/files/patch-aa
@@ -1,5 +1,17 @@
--- scripts/exim_install.orig Mon Aug 2 17:43:03 1999
+++ scripts/exim_install Tue Aug 3 14:31:20 1999
+@@ -142,9 +142,9 @@
+ from=../util/
+ fi
+
+- if [ ! -s ${from}${name} ]; then
++ if [ ! -r ${from}${name} ]; then
+ echo $com ""
+- echo $com "*** `pwd`/${from}${name} does not exist or is empty"
++ echo $com "*** `pwd`/${from}${name} does not exist"
+ echo $com "*** Have you built Exim successfully?"
+ echo $com "*** Exim installation ${ver}failed ***"
+ exit 1
@@ -195,25 +195,40 @@
fi
done