View | Details | Raw Unified | Return to bug 132213
Collapse All | Expand All

(-)ports/mail/cclient/Makefile (-1 / +7 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	cclient
8
PORTNAME=	cclient
9
PORTVERSION=	2007e
9
PORTVERSION=	2007e
10
PORTREVISION=	1
10
PORTEPOCH=	1
11
PORTEPOCH=	1
11
CATEGORIES=	mail devel ipv6
12
CATEGORIES=	mail devel ipv6
12
MASTER_SITES=	ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
13
MASTER_SITES=	ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
Lines 22-28 Link Here
22
OPTIONS=	SSL "Compile with SSL support" on \
23
OPTIONS=	SSL "Compile with SSL support" on \
23
		SSL_AND_PLAINTEXT "Allow plain text passwords and SSL" off \
24
		SSL_AND_PLAINTEXT "Allow plain text passwords and SSL" off \
24
		IPV6 "Support IPv6" on \
25
		IPV6 "Support IPv6" on \
25
		MBX_DEFAULT "Use MBX as default mailbox format" off
26
		MBX_DEFAULT "Use MBX as default mailbox format" off \
27
		HOME_MAIL_DIR "Use ~/mail as default mailbox dir" off
26
28
27
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
28
30
Lines 61-66 Link Here
61
	@${REINPLACE_CMD} -e "s|^CREATEPROTO=unixproto|CREATEPROTO=mbxproto|" \
63
	@${REINPLACE_CMD} -e "s|^CREATEPROTO=unixproto|CREATEPROTO=mbxproto|" \
62
		${WRKSRC}/src/osdep/unix/Makefile
64
		${WRKSRC}/src/osdep/unix/Makefile
63
.endif
65
.endif
66
.if defined(WITH_HOME_MAIL_DIR)
67
	@${REINPLACE_CMD} -e "s|\*mailsubdir = NIL;|\*mailsubdir = \"mail\";|" \
68
		${WRKSRC}/src/osdep/unix/env_unix.c
69
.endif
64
70
65
post-configure:
71
post-configure:
66
	@${ECHO_MSG} ">> The c-client shared library will be named ${SHLIBNAME}"
72
	@${ECHO_MSG} ">> The c-client shared library will be named ${SHLIBNAME}"
(-)ports/mail/imap-uw/Makefile (-1 / +9 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	imap
8
PORTNAME=	imap
9
PORTVERSION=	2007e
9
PORTVERSION=	2007e
10
PORTREVISION=	1
10
PORTEPOCH=	1
11
PORTEPOCH=	1
11
CATEGORIES=	mail ipv6
12
CATEGORIES=	mail ipv6
12
MASTER_SITES=	ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
13
MASTER_SITES=	ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
Lines 27-33 Link Here
27
OPTIONS=	SSL "Compile with SSL support" on \
28
OPTIONS=	SSL "Compile with SSL support" on \
28
		SSL_AND_PLAINTEXT "Allow plain text passwords and SSL" off \
29
		SSL_AND_PLAINTEXT "Allow plain text passwords and SSL" off \
29
		DRAC "Dynamically open MTA for relaying" off \
30
		DRAC "Dynamically open MTA for relaying" off \
30
		NETSCAPE_BRAIN_DAMAGE "See Makefile for documentation" off
31
		NETSCAPE_BRAIN_DAMAGE "See Makefile for documentation" off \
32
		HOME_MAIL_DIR "Use ~/mail as default mailbox dir" off
31
33
32
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
33
35
Lines 60-65 Link Here
60
.endif
62
.endif
61
# See src/imapd/Makefile for more information about these three options.
63
# See src/imapd/Makefile for more information about these three options.
62
64
65
post-patch:
66
.if defined(WITH_HOME_MAIL_DIR)
67
	@${REINPLACE_CMD} -e "s|\*mailsubdir = NIL;|\*mailsubdir = \"mail\";|" \
68
		${WRKSRC}/src/osdep/unix/env_unix.c
69
.endif
70
63
pre-build:
71
pre-build:
64
	@${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION}
72
	@${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION}
65
.if !defined(WITHOUT_SSL)
73
.if !defined(WITHOUT_SSL)

Return to bug 132213