summaryrefslogtreecommitdiff
path: root/mail/cclient/files
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2001-12-08 16:36:01 +0000
committerAnders Nordby <anders@FreeBSD.org>2001-12-08 16:36:01 +0000
commit5e24c5be98c99a5982703e6276c8102ea9638a44 (patch)
tree78cbd3762e289f53eee5e7b27a92fef7d197ddfd /mail/cclient/files
parentUpdate to 1.3.3. (diff)
Update cclient & imap-uw ports to imap-2001a.
Fix typos in imap-uw's pkg-req.ssl. Submitted by: dougb (parts of this)
Notes
Notes: svn path=/head/; revision=51226
Diffstat (limited to 'mail/cclient/files')
-rw-r--r--mail/cclient/files/patch-ac20
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/cclient/files/patch-ac b/mail/cclient/files/patch-ac
index 2d86ff57e1c9..8dd24c954196 100644
--- a/mail/cclient/files/patch-ac
+++ b/mail/cclient/files/patch-ac
@@ -1,15 +1,15 @@
---- Makefile.orig Tue Jul 3 08:00:09 2001
-+++ Makefile Mon Oct 1 09:52:24 2001
-@@ -256,7 +256,7 @@
+--- Makefile.orig Tue Oct 23 06:46:33 2001
++++ Makefile Fri Dec 7 00:37:08 2001
+@@ -253,7 +253,7 @@
# Make the IMAP Toolkit
--all: c-client rebuild bundled
-+all: c-client rebuild
+-all: SPECIALS c-client rebuild bundled
++all: SPECIALS c-client rebuild
c-client:
@echo Not processed yet. In a first-time build, you must specify
-@@ -367,7 +367,7 @@
+@@ -374,7 +374,7 @@
$(TOOLS)/$@ "$(LN)" src/imapd imapd
$(LN) $(TOOLS)/$@ .
@@ -18,13 +18,13 @@
OSTYPE:
@echo Building c-client for $(BUILDTYPE)...
-@@ -385,8 +385,7 @@
- @sh -c '(test $(BUILDTYPE) = rebuild -o $(BUILDTYPE) = `$(CAT) OSTYPE`) || (echo Already built for `$(CAT) OSTYPE` -- you must do \"make clean\" first && exit 1)'
+@@ -393,8 +393,7 @@
+ @$(SH) -c '(test $(BUILDTYPE) = rebuild -o $(BUILDTYPE) = `$(CAT) OSTYPE`) || (echo Already built for `$(CAT) OSTYPE` -- you must do \"make clean\" first && exit 1)'
@echo Rebuilding c-client for `$(CAT) OSTYPE`...
- $(TOUCH) c-client/SPECIALS
+ @$(TOUCH) SPECIALS
- $(CD) c-client;$(MAKE) all CC=`$(CAT) CCTYPE` \
- CFLAGS="`$(CAT) CFLAGS`" `$(CAT) SPECIALS`
+ $(CD) c-client;$(MAKE) all CFLAGS="`$(CAT) CFLAGS`" `$(CAT) SPECIALS`
rebuildclean:
- sh -c '$(RM) rebuild || true'
+ $(SH) -c '$(RM) rebuild || true'