diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-05 08:28:52 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-05 08:28:52 +0000 |
commit | a88be6b77ce4bc062da0973d4fe1681515fe2ecf (patch) | |
tree | 233db9c780b573d40e10feaf7c787006c7cb4141 /mail/cclient/files/patch-ac | |
parent | avoid running autoconf. (diff) |
- Upgrade to imap-2001.FINAL
- Install additional cclient header files
- Move SSL dependency generation for cclient to post-build
- Bump PORTEPOCH
- Removed -drac PKGNAMESUFFIX,more confusion than extra info
- Remove futile build of imapd/ipop3d/ipop2d in cclient, and libc-client4.a
in the imap-uw port.
- Respect CFLAGS and CC
PR: 30954
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=48462
Diffstat (limited to 'mail/cclient/files/patch-ac')
-rw-r--r-- | mail/cclient/files/patch-ac | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/mail/cclient/files/patch-ac b/mail/cclient/files/patch-ac index b748b8679ca8..2d86ff57e1c9 100644 --- a/mail/cclient/files/patch-ac +++ b/mail/cclient/files/patch-ac @@ -1,6 +1,6 @@ ---- Makefile.orig Sun Dec 17 23:09:44 2000 -+++ Makefile Sun Dec 17 23:08:58 2000 -@@ -314,7 +314,7 @@ +--- Makefile.orig Tue Jul 3 08:00:09 2001 ++++ Makefile Mon Oct 1 09:52:24 2001 +@@ -256,7 +256,7 @@ # Make the IMAP Toolkit @@ -9,3 +9,22 @@ c-client: @echo Not processed yet. In a first-time build, you must specify +@@ -367,7 +367,7 @@ + $(TOOLS)/$@ "$(LN)" src/imapd imapd + $(LN) $(TOOLS)/$@ . + +-build: OSTYPE rebuild rebuildclean bundled ++build: OSTYPE rebuild rebuildclean + + 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)' + @echo Rebuilding c-client for `$(CAT) OSTYPE`... + $(TOUCH) c-client/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' |