diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-08-26 16:29:06 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-08-26 16:29:06 +0800 |
commit | 600f1a7882dc367932101429c8610fe3ceee0494 (patch) | |
tree | 7572d16ad0393a4bdb77e807a58331ea014ded2d /mail | |
parent | 004b9bea4c90ef8dece99440fdfdbe8d9e7c83d7 (diff) | |
download | freebsd-ports-gnome-600f1a7882dc367932101429c8610fe3ceee0494.tar.gz freebsd-ports-gnome-600f1a7882dc367932101429c8610fe3ceee0494.tar.zst freebsd-ports-gnome-600f1a7882dc367932101429c8610fe3ceee0494.zip |
Fix install error for users who comment out USE_XLIB.
While I'm here, bump "Version required:".
Reported by: Mike Freislich <mikef@korbitec.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/exim-devel/files/patch-aa | 12 | ||||
-rw-r--r-- | mail/exim-old/Makefile | 2 | ||||
-rw-r--r-- | mail/exim-old/files/patch-aa | 12 | ||||
-rw-r--r-- | mail/exim/Makefile | 2 | ||||
-rw-r--r-- | mail/exim/files/patch-aa | 12 |
6 files changed, 39 insertions, 3 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index e3265248c341..5bb49673194b 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/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-devel/files/patch-aa b/mail/exim-devel/files/patch-aa index a5edf3c681c3..64e87ce18a9d 100644 --- a/mail/exim-devel/files/patch-aa +++ b/mail/exim-devel/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 diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index e3265248c341..5bb49673194b 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/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-old/files/patch-aa b/mail/exim-old/files/patch-aa index a5edf3c681c3..64e87ce18a9d 100644 --- a/mail/exim-old/files/patch-aa +++ b/mail/exim-old/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 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 |