View | Details | Raw Unified | Return to bug 86517 | Differences between
and this patch

Collapse All | Expand All

(-)courier-0.52.1/Makefile (-5 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	courier
8
PORTNAME=	courier
9
PORTVERSION=	0.50.1
9
PORTVERSION=	0.52.1
10
CATEGORIES=	mail ipv6
10
CATEGORIES=	mail ipv6
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	courier
12
MASTER_SITE_SUBDIR=	courier
Lines 15-21 Link Here
15
COMMENT=	Courier SMTP IMAP POP3 HTTP mail server suite
15
COMMENT=	Courier SMTP IMAP POP3 HTTP mail server suite
16
16
17
BUILD_DEPENDS=	courierauthconfig:${PORTSDIR}/security/courier-authlib-base
17
BUILD_DEPENDS=	courierauthconfig:${PORTSDIR}/security/courier-authlib-base
18
LIB_DEPENDS=	fam.0:${PORTSDIR}/devel/fam
18
LIB_DEPENDS=	fam.0:${PORTSDIR}/devel/fam \
19
		pcre:${PORTSDIR}/devel/pcre
19
RUN_DEPENDS=	courierauthconfig:${PORTSDIR}/security/courier-authlib-base \
20
RUN_DEPENDS=	courierauthconfig:${PORTSDIR}/security/courier-authlib-base \
20
		${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \
21
		${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \
21
		${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \
22
		${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \
Lines 73-80 Link Here
73
USE_RC_SUBR=	courier.sh
74
USE_RC_SUBR=	courier.sh
74
.endif
75
.endif
75
76
76
CPPFLAGS+=	-I${LOCALBASE}/include
77
CPPFLAGS+=	-I${LOCALBASE}/include -I${PREFIX}/include
77
LDFLAGS+=	-L${LOCALBASE}/lib
78
LDFLAGS+=	-L${LOCALBASE}/lib -L${PREFIX}/lib
78
CONFIGURE_ENV=	REHASH=${SCRIPTDIR}/c_rehash \
79
CONFIGURE_ENV=	REHASH=${SCRIPTDIR}/c_rehash \
79
		CPPFLAGS='${CPPFLAGS}' \
80
		CPPFLAGS='${CPPFLAGS}' \
80
		LDFLAGS='${LDFLAGS}'
81
		LDFLAGS='${LDFLAGS}'
Lines 105-111 Link Here
105
		--with-default-maildrop=${MAILDROPDEFAULT} \
106
		--with-default-maildrop=${MAILDROPDEFAULT} \
106
		--with-paranoid-smtpext \
107
		--with-paranoid-smtpext \
107
		--enable-workarounds-for-imap-client-bugs \
108
		--enable-workarounds-for-imap-client-bugs \
108
		--cache-file=${WRKDIR}/courier.cache
109
		--cache-file=${WRKDIR}/courier.cache \
110
		COURIERAUTHCONFIG=${PREFIX}/bin/courierauthconfig
109
111
110
INSTALL_TARGET=	install-strip install-perms
112
INSTALL_TARGET=	install-strip install-perms
111
113
(-)courier-0.52.1/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (courier-0.50.1.tar.bz2) = 6fb2b188bba8fbf244f2feb80ad99a70
1
MD5 (courier-0.52.1.tar.bz2) = 98005b9bacd44fa9e1a2b2100907522a
2
SIZE (courier-0.50.1.tar.bz2) = 5913551
2
SIZE (courier-0.52.1.tar.bz2) = 6603812

Return to bug 86517