From 01436013af810a8cc4dba53a30394d502c2ef5e4 Mon Sep 17 00:00:00 2001 From: Nick Sayer Date: Thu, 5 Apr 2001 03:21:41 +0000 Subject: Mega cclient port SSL commit redux. This time with maintainer approval. 1. Add support for building cclient with SSL. Warn about the possibility that some ports may have been missed and need ssl added at link time. 2. Update cclient and imap-uw to latest versions. 3. Fix pine4 to add ssl libraries. This can be used as a model for what other ports may need to do. 4. Release MAINTAINERship (by request). Submitted by: anders@fix.no Approved by: petef@databits.net --- mail/imap-uw/files/patch-ac | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'mail/imap-uw/files/patch-ac') diff --git a/mail/imap-uw/files/patch-ac b/mail/imap-uw/files/patch-ac index bbdf5938b565..5529938f0d1c 100644 --- a/mail/imap-uw/files/patch-ac +++ b/mail/imap-uw/files/patch-ac @@ -1,18 +1,19 @@ ---- src/imapd/Makefile.orig Tue Jan 9 16:08:17 2001 -+++ src/imapd/Makefile Sun Feb 4 11:54:00 2001 -@@ -18,9 +18,9 @@ +--- src/imapd/Makefile.orig Tue Apr 3 23:54:13 2001 ++++ src/imapd/Makefile Wed Apr 4 00:05:39 2001 +@@ -18,10 +18,10 @@ # CPYRIGHT, included with this Distribution. -ALERT=/etc/imapd.alert +ALERT=$(PREFIX)/etc/imapd.alert USERALERT=.imapalert + SHUTDOWN=/etc/nologin -ANO=/etc/anonymous.newsgroups +ANO=$(PREFIX)/etc/anonymous.newsgroups SHELL= /bin/sh -@@ -39,21 +39,23 @@ +@@ -40,22 +40,24 @@ # Get local definitions from c-client directory C = ../c-client @@ -22,13 +23,14 @@ -CFLAGS = -I$C `cat $C/CFLAGS` $(EXTRACFLAGS) -DANOFILE=\"$(ANO)\" \ +.if defined(WITH_DRAC) +CFLAGS = `cat $C/CFLAGS` -DANOFILE=\"$(ANO)\" -DETC_DIR=\"$(PREFIX)/etc\" \ -+ -DALERTFILE=\"$(ALERT)\" -DUSERALERTFILE=\"$(USERALERT)\" -DDRAC_AUTH ++ -DALERTFILE=\"$(ALERT)\" -DUSERALERTFILE=\"$(USERALERT)\" -DDRAC_AUTH \ ++ -DSHUTDOWNFILE=\"$(SHUTDOWN)\" +LDFLAGS = $(EXTRALDFLAGS) `cat $C/LDFLAGS` -ldrac +.else +CFLAGS = `cat $C/CFLAGS` -DANOFILE=\"$(ANO)\" \ - -DALERTFILE=\"$(ALERT)\" -DUSERALERTFILE=\"$(USERALERT)\" + -DALERTFILE=\"$(ALERT)\" -DUSERALERTFILE=\"$(USERALERT)\" \ + -DSHUTDOWNFILE=\"$(SHUTDOWN)\" -LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` -+ +LDFLAGS = $(EXTRALDFLAGS) `cat $C/LDFLAGS` +.endif -- cgit v1.2.3