From a88be6b77ce4bc062da0973d4fe1681515fe2ecf Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Fri, 5 Oct 2001 08:28:52 +0000 Subject: - 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 --- mail/cclient/files/patch-ac | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'mail/cclient/files/patch-ac') 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' -- cgit v1.2.3