diff options
author | anders <anders@FreeBSD.org> | 2002-11-27 23:19:33 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-11-27 23:19:33 +0000 |
commit | 375ade0a55fa6ae5511bbfb5504bfb7d671df92d (patch) | |
tree | 47ba17dfef7f86fcc8daffe7f60f7fae7cd3530a /mail | |
parent | a9c7f9f51e5ae991f96c5140fa915273f9ed36d6 (diff) | |
download | FreeBSD-ports-375ade0a55fa6ae5511bbfb5504bfb7d671df92d.zip FreeBSD-ports-375ade0a55fa6ae5511bbfb5504bfb7d671df92d.tar.gz |
Bump portrevision due to installing the new, bundled mail tools.
Skip "Do you want to continue this build anyway" questions.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imap-uw/Makefile | 1 | ||||
-rw-r--r-- | mail/imap-uw/files/patch-ad | 34 |
2 files changed, 28 insertions, 7 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index ce9ef57..0ca43f5 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -7,6 +7,7 @@ PORTNAME= imap PORTVERSION= 2002 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ diff --git a/mail/imap-uw/files/patch-ad b/mail/imap-uw/files/patch-ad index 8c7ea66..69c8602 100644 --- a/mail/imap-uw/files/patch-ad +++ b/mail/imap-uw/files/patch-ad @@ -1,6 +1,6 @@ ---- Makefile.orig Sat Dec 8 14:11:42 2001 -+++ Makefile Sat Dec 8 14:13:19 2001 -@@ -147,7 +147,7 @@ +--- Makefile.orig Tue Nov 5 01:19:13 2002 ++++ Makefile Thu Nov 28 00:11:51 2002 +@@ -148,7 +148,7 @@ # std system standard (typically passwd file), determined by port # two try alternative (defined by CHECKPWALT), then std @@ -9,7 +9,7 @@ # SSL type. Defines whether or not SSL support is on this system -@@ -212,12 +212,12 @@ +@@ -215,12 +215,12 @@ # gradually-increasing intervals, starting at 2800-2900, and becoming # permanent at 48,300. @@ -24,7 +24,7 @@ # Special make flags (e.g. to override make environment variables) -@@ -253,13 +253,7 @@ +@@ -256,13 +256,7 @@ # Make the IMAP Toolkit @@ -39,8 +39,28 @@ SPECIALS: echo $(SPECIALS) > SPECIALS -@@ -374,7 +368,7 @@ - $(TOOLS)/$@ "$(LN)" src/imapd imapd +@@ -396,9 +390,6 @@ + @echo + In order to rectify this problem, you MUST build with: + @echo ++ SSLTYPE=$(SSLTYPE).nopwd + @echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +- @echo +- @echo Do you want to continue this build anyway? Type y or n please: +- @$(SH) -c 'read x; case "$$x" in y) exit 0;; *) exit 1;; esac' + + sslnone: + @echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +@@ -411,9 +402,6 @@ + @echo ++ SSLTYPE=nopwd + @echo + You must also have OpenSSL or equivalent installed. + @echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +- @echo +- @echo Do you want to continue this build anyway? Type y or n please: +- @$(SH) -c 'read x; case "$$x" in y) exit 0;; *) exit 1;; esac' + + + # C compiler types +@@ -434,7 +422,7 @@ + $(TOOLS)/$@ "$(LN)" src/tmail tmail $(LN) $(TOOLS)/$@ . -build: OSTYPE rebuild rebuildclean bundled |