diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-11-26 12:05:13 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-11-26 12:05:13 +0000 |
commit | 5ccd0436d2153ad0ce45663451cd4efa3a15137a (patch) | |
tree | 6bb07bcfc97bc4c886c0e8ed4dcbeecb139e35a8 /mail/cclient/files/patch-ac | |
parent | Fix build by improving GNU auto* tools disabling patch (diff) |
anders assigned me a PR to update pine, so he must have meant me to update
this too. :)
* Mostly a simple version update, although I tweaked a few things
* Make some Makefile variables more... variable
* SSLTYPE update to match new c-client makefile
* Remove a spurious variable from the port Makefile
* Tab'ify a couple places in patches that had to be regenerated anyway
Notes
Notes:
svn path=/head/; revision=71113
Diffstat (limited to '')
-rw-r--r-- | mail/cclient/files/patch-ac | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/cclient/files/patch-ac b/mail/cclient/files/patch-ac index 8dd24c954196..ae5ba9170a10 100644 --- a/mail/cclient/files/patch-ac +++ b/mail/cclient/files/patch-ac @@ -1,6 +1,6 @@ ---- Makefile.orig Tue Oct 23 06:46:33 2001 -+++ Makefile Fri Dec 7 00:37:08 2001 -@@ -253,7 +253,7 @@ +--- Makefile.orig Mon Nov 4 16:19:13 2002 ++++ Makefile Tue Nov 26 01:18:50 2002 +@@ -256,7 +256,7 @@ # Make the IMAP Toolkit @@ -9,8 +9,8 @@ c-client: @echo Not processed yet. In a first-time build, you must specify -@@ -374,7 +374,7 @@ - $(TOOLS)/$@ "$(LN)" src/imapd imapd +@@ -434,7 +434,7 @@ + $(TOOLS)/$@ "$(LN)" src/tmail tmail $(LN) $(TOOLS)/$@ . -build: OSTYPE rebuild rebuildclean bundled @@ -18,7 +18,7 @@ OSTYPE: @echo Building c-client for $(BUILDTYPE)... -@@ -393,8 +393,7 @@ +@@ -453,8 +453,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) SPECIALS |