mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
mail/meta1: remove option BDB
PR: 262210
This commit is contained in:
parent
0066fe2abf
commit
6c23436682
@ -41,19 +41,17 @@ USERS= meta1s meta1q meta1c meta1m meta1
|
||||
META1CONFDIR?= ${PREFIX}/etc/meta1
|
||||
NOLOGIN_CMD?= /usr/sbin/nologin
|
||||
|
||||
OPTIONS_DEFINE= IPV6 BDB PMILTER DKIM MSP SASL2 SASL2AUTHD TLS DOCS
|
||||
OPTIONS_DEFINE= IPV6 PMILTER DKIM MSP SASL2 SASL2AUTHD TLS DOCS
|
||||
OPTIONS_DEFAULT= PMILTER DKIM SASL2 TLS
|
||||
NO_OPTIONS_SORT=yes
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
BDB_DESC= External Berkeley DB support
|
||||
PMILTER_DESC= Adds policy milter support
|
||||
DKIM_DESC= Enable DKIM signing support
|
||||
MSP_DESC= Enable mail submision program
|
||||
SASL2_DESC= Adds SASL2 support
|
||||
SASL2AUTHD_DESC= Enable plaintext authentication via SASL2
|
||||
|
||||
BDB_USES= bdb
|
||||
PMILTER_USES= ssl
|
||||
PMILTER_CONFIGURE_ENABLE= pmilter
|
||||
DKIM_CONFIGURE_ENABLE= DKIM
|
||||
@ -74,18 +72,6 @@ TLS_LDFLAGS= -L${LOCALBASE}/lib
|
||||
MAKE_ENV+= MTA_NETINET6=1
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MBDB}
|
||||
BROKEN= port version of Berkeley DB is not compatible
|
||||
INVALID_BDB_VER= 48 5 6
|
||||
CONFIGURE_ARGS+= --disable-included-bdb
|
||||
CONFIGURE_ARGS+= --with-bdb-incdir=${BDB_INCLUDE_DIR}
|
||||
CONFIGURE_ARGS+= --with-bdb-libdir=${BDB_LIB_DIR}
|
||||
CONFIGURE_ARGS+= --with-bdb-lib=${BDB_LIB_NAME}
|
||||
PLIST_SUB+= WITH_BDBINT="@comment "
|
||||
.else
|
||||
PLIST_SUB+= WITH_BDBINT=""
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMSP}
|
||||
CONFLICTS+= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-* sendmail-*
|
||||
.endif
|
||||
|
@ -1,16 +1,16 @@
|
||||
%%WITH_BDBINT%%bin/db_archive
|
||||
%%WITH_BDBINT%%bin/db_checkpoint
|
||||
%%WITH_BDBINT%%bin/db_deadlock
|
||||
%%WITH_BDBINT%%bin/db_dump
|
||||
%%WITH_BDBINT%%bin/db_load
|
||||
%%WITH_BDBINT%%bin/db_printlog
|
||||
%%WITH_BDBINT%%bin/db_recover
|
||||
%%WITH_BDBINT%%bin/db_stat
|
||||
%%WITH_BDBINT%%bin/db_upgrade
|
||||
%%WITH_BDBINT%%bin/db_verify
|
||||
%%WITH_BDBINT%%include/db.h
|
||||
%%WITH_BDBINT%%lib/libdb-4.3.a
|
||||
%%WITH_BDBINT%%lib/libdb.a
|
||||
bin/db_archive
|
||||
bin/db_checkpoint
|
||||
bin/db_deadlock
|
||||
bin/db_dump
|
||||
bin/db_load
|
||||
bin/db_printlog
|
||||
bin/db_recover
|
||||
bin/db_stat
|
||||
bin/db_upgrade
|
||||
bin/db_verify
|
||||
include/db.h
|
||||
lib/libdb-4.3.a
|
||||
lib/libdb.a
|
||||
bin/createmap
|
||||
bin/log2time
|
||||
bin/mailq
|
||||
|
Loading…
Reference in New Issue
Block a user