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

(-)b/mail/meta1/Makefile (-15 / +1 lines)
Lines 41-59 USERS= meta1s meta1q meta1c meta1m meta1 Link Here
41
META1CONFDIR?=	${PREFIX}/etc/meta1
41
META1CONFDIR?=	${PREFIX}/etc/meta1
42
NOLOGIN_CMD?=	/usr/sbin/nologin
42
NOLOGIN_CMD?=	/usr/sbin/nologin
43
43
44
OPTIONS_DEFINE=	IPV6 BDB PMILTER DKIM MSP SASL2 SASL2AUTHD TLS DOCS
44
OPTIONS_DEFINE=	IPV6 PMILTER DKIM MSP SASL2 SASL2AUTHD TLS DOCS
45
OPTIONS_DEFAULT=	PMILTER DKIM SASL2 TLS
45
OPTIONS_DEFAULT=	PMILTER DKIM SASL2 TLS
46
NO_OPTIONS_SORT=yes
46
NO_OPTIONS_SORT=yes
47
OPTIONS_SUB=	yes
47
OPTIONS_SUB=	yes
48
48
49
BDB_DESC=	External Berkeley DB support
50
PMILTER_DESC=	Adds policy milter support
49
PMILTER_DESC=	Adds policy milter support
51
DKIM_DESC=	Enable DKIM signing support
50
DKIM_DESC=	Enable DKIM signing support
52
MSP_DESC=	Enable mail submision program
51
MSP_DESC=	Enable mail submision program
53
SASL2_DESC=	Adds SASL2 support
52
SASL2_DESC=	Adds SASL2 support
54
SASL2AUTHD_DESC=	Enable plaintext authentication via SASL2
53
SASL2AUTHD_DESC=	Enable plaintext authentication via SASL2
55
54
56
BDB_USES=		bdb
57
PMILTER_USES=		ssl
55
PMILTER_USES=		ssl
58
PMILTER_CONFIGURE_ENABLE=	pmilter
56
PMILTER_CONFIGURE_ENABLE=	pmilter
59
DKIM_CONFIGURE_ENABLE=	DKIM
57
DKIM_CONFIGURE_ENABLE=	DKIM
Lines 74-91 TLS_LDFLAGS= -L${LOCALBASE}/lib Link Here
74
MAKE_ENV+=	MTA_NETINET6=1
72
MAKE_ENV+=	MTA_NETINET6=1
75
.endif
73
.endif
76
74
77
.if ${PORT_OPTIONS:MBDB}
78
BROKEN=		port version of Berkeley DB is not compatible
79
INVALID_BDB_VER=	48 5 6
80
CONFIGURE_ARGS+=	--disable-included-bdb
81
CONFIGURE_ARGS+=	--with-bdb-incdir=${BDB_INCLUDE_DIR}
82
CONFIGURE_ARGS+=	--with-bdb-libdir=${BDB_LIB_DIR}
83
CONFIGURE_ARGS+=	--with-bdb-lib=${BDB_LIB_NAME}
84
PLIST_SUB+=	WITH_BDBINT="@comment "
85
.else
86
PLIST_SUB+=	WITH_BDBINT=""
87
.endif
88
89
.if ${PORT_OPTIONS:MMSP}
75
.if ${PORT_OPTIONS:MMSP}
90
CONFLICTS+=	courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-* sendmail-*
76
CONFLICTS+=	courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-* sendmail-*
91
.endif
77
.endif
(-)b/mail/meta1/pkg-plist (-14 / +13 lines)
Lines 1-16 Link Here
1
%%WITH_BDBINT%%bin/db_archive
1
bin/db_archive
2
%%WITH_BDBINT%%bin/db_checkpoint
2
bin/db_checkpoint
3
%%WITH_BDBINT%%bin/db_deadlock
3
bin/db_deadlock
4
%%WITH_BDBINT%%bin/db_dump
4
bin/db_dump
5
%%WITH_BDBINT%%bin/db_load
5
bin/db_load
6
%%WITH_BDBINT%%bin/db_printlog
6
bin/db_printlog
7
%%WITH_BDBINT%%bin/db_recover
7
bin/db_recover
8
%%WITH_BDBINT%%bin/db_stat
8
bin/db_stat
9
%%WITH_BDBINT%%bin/db_upgrade
9
bin/db_upgrade
10
%%WITH_BDBINT%%bin/db_verify
10
bin/db_verify
11
%%WITH_BDBINT%%include/db.h
11
include/db.h
12
%%WITH_BDBINT%%lib/libdb-4.3.a
12
lib/libdb-4.3.a
13
%%WITH_BDBINT%%lib/libdb.a
13
lib/libdb.a
14
bin/createmap
14
bin/createmap
15
bin/log2time
15
bin/log2time
16
bin/mailq
16
bin/mailq
17
- 

Return to bug 262210