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/imap-uw/files/patch-af | |
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/imap-uw/files/patch-af')
-rw-r--r-- | mail/imap-uw/files/patch-af | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/mail/imap-uw/files/patch-af b/mail/imap-uw/files/patch-af index 57e198d8d29d..2464eff218fd 100644 --- a/mail/imap-uw/files/patch-af +++ b/mail/imap-uw/files/patch-af @@ -1,6 +1,6 @@ ---- src/ipopd/Makefile.old Wed Oct 25 01:55:07 2000 -+++ src/ipopd/Makefile Sun Dec 31 18:23:16 2000 -@@ -19,29 +19,27 @@ +--- src/ipopd/Makefile.orig Wed Oct 25 01:55:07 2000 ++++ src/ipopd/Makefile Mon Oct 1 03:44:26 2001 +@@ -19,29 +19,25 @@ C = ../c-client @@ -10,15 +10,14 @@ # Get local definitions from c-client directory - CC = `cat $C/CCTYPE` +-CC = `cat $C/CCTYPE` -CFLAGS = -I$C `cat $C/CFLAGS` -LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` ++CFLAGS+= -DNFSKLUDGE -I$(LOCALBASE)/include/c-client ++LDFLAGS+= -L$(LOCALBASE)/lib -lc-client4 +.if defined(WITH_DRAC) -+CFLAGS = `cat $C/CFLAGS` -DDRAC_AUTH -DETC_DIR=\"$(PREFIX)/etc\" -+LDFLAGS = `cat $C/LDFLAGS` -ldrac -+.else -+CFLAGS = `cat $C/CFLAGS` -+LDFLAGS = `cat $C/LDFLAGS` ++CFLAGS+= -DDRAC_AUTH -DETC_DIR=\"$(PREFIX)/etc\" ++LDFLAGS+= -ldrac +.endif ipopd: ipop2d ipop3d |