summaryrefslogtreecommitdiff
path: root/mail/postilion/files/patch-ae
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-04-22 16:35:48 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-04-22 16:35:48 +0000
commit291beb8efb2547f00eff6fbecf6229777301f5f7 (patch)
tree4e9afb75ffa3085589a51a235bb5b65d5e6240be /mail/postilion/files/patch-ae
parentChange MAINTAINER to my FreeBSD.org address (diff)
Update to version 0.9.2
Get tkstep being optional Noticed by: maintainer (who sent me the e-mail including the diff)
Notes
Notes: svn path=/head/; revision=18088
Diffstat (limited to 'mail/postilion/files/patch-ae')
-rw-r--r--mail/postilion/files/patch-ae56
1 files changed, 36 insertions, 20 deletions
diff --git a/mail/postilion/files/patch-ae b/mail/postilion/files/patch-ae
index 97c6411da5a1..1f7875c2f02d 100644
--- a/mail/postilion/files/patch-ae
+++ b/mail/postilion/files/patch-ae
@@ -1,20 +1,36 @@
---- imap-4.5.BETA/Makefile.orig Sun Feb 21 11:03:57 1999
-+++ imap-4.5.BETA/Makefile Sun Feb 21 11:04:29 1999
-@@ -198,7 +198,7 @@
-
- # Make the IMAP Toolkit
-
--all: c-client rebuild bundled
-+all: c-client rebuild
-
-
- # The following ports are defined. These refer to the *standard* compiler
-@@ -384,7 +384,7 @@
- $(TOOLS)/$@ "$(LN)" src/imapd imapd
- $(LN) $(TOOLS)/$@ .
-
--build: OSTYPE rebuild rebuildclean bundled
-+build: OSTYPE rebuild rebuildclean
-
- OSTYPE:
- @echo Building c-client for $(OS)...
+*** imap-4.6.BETA/Makefile.orig Thu Feb 18 13:09:30 1999
+--- imap-4.6.BETA/Makefile Wed Apr 21 10:54:50 1999
+***************
+*** 200,206 ****
+
+ # Make the IMAP Toolkit
+
+! all: c-client rebuild bundled
+
+
+ # The following ports are defined. These refer to the *standard* compiler
+--- 200,206 ----
+
+ # Make the IMAP Toolkit
+
+! all: c-client rebuild
+
+
+ # The following ports are defined. These refer to the *standard* compiler
+***************
+*** 386,392 ****
+ $(TOOLS)/$@ "$(LN)" src/imapd imapd
+ $(LN) $(TOOLS)/$@ .
+
+! build: OSTYPE rebuild rebuildclean bundled
+
+ OSTYPE:
+ @echo Building c-client for $(OS)...
+--- 386,392 ----
+ $(TOOLS)/$@ "$(LN)" src/imapd imapd
+ $(LN) $(TOOLS)/$@ .
+
+! build: OSTYPE rebuild rebuildclean
+
+ OSTYPE:
+ @echo Building c-client for $(OS)...