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

Collapse All | Expand All

(-)../../home/pi/myp/mail/opendkim/Makefile (-19 / +1 lines)
Lines 82-87 Link Here
82
OPENDBX_DESC=		Store filter policies via OpenDBX
82
OPENDBX_DESC=		Store filter policies via OpenDBX
83
OPENDBX_CONFIGURE_WITH=	odbx
83
OPENDBX_CONFIGURE_WITH=	odbx
84
OPENDBX_LIB_DEPENDS=	libopendbx.so:databases/opendbx
84
OPENDBX_LIB_DEPENDS=	libopendbx.so:databases/opendbx
85
OPENDBX_IMPLIES=	LUA STATS
85
86
86
OPENLDAP_DESC=		Store filter policies in LDAP
87
OPENLDAP_DESC=		Store filter policies in LDAP
87
OPENLDAP_CONFIGURE_WITH=openldap
88
OPENLDAP_CONFIGURE_WITH=openldap
Lines 117-141 Link Here
117
CONFIGURE_ARGS+=	--with-milter=${MILTERBASE}
118
CONFIGURE_ARGS+=	--with-milter=${MILTERBASE}
118
.endif
119
.endif
119
120
120
.if ${PORT_OPTIONS:MLUA_ONLY_SIGNING} || \
121
    ${PORT_OPTIONS:MRBL}
122
.if !${PORT_OPTIONS:MLUA}
123
IGNORE= options LUA_ONLY_SIGNING and RBL require LUA as well
124
.endif
125
.endif
126
127
.if ${PORT_OPTIONS:MREPUTATION}
128
.if !${PORT_OPTIONS:MCURL} || !${PORT_OPTIONS:MJANSSON}
129
IGNORE= option REPUTATION requires CURL and JANSSON as well
130
.endif
131
.endif
132
133
.if ${PORT_OPTIONS:MSTATSEXT}
134
.if !${PORT_OPTIONS:MSTATS} || !${PORT_OPTIONS:MLUA}
135
IGNORE= option STATSEXT requires STATS and LUA as well
136
.endif
137
.endif
138
139
.if ${PORT_OPTIONS:MPOPAUTH}             \
121
.if ${PORT_OPTIONS:MPOPAUTH}             \
140
	|| ${PORT_OPTIONS:MQUERY_CACHE}  \
122
	|| ${PORT_OPTIONS:MQUERY_CACHE}  \
141
	|| ${PORT_OPTIONS:MLDAP_CACHING} \
123
	|| ${PORT_OPTIONS:MLDAP_CACHING} \
(-)../../home/pi/myp/mail/opendkim/Makefile.options (+4 lines)
Lines 60-65 Link Here
60
60
61
LUA_ONLY_SIGNING=		Message signing by Lua only
61
LUA_ONLY_SIGNING=		Message signing by Lua only
62
LUA_ONLY_SIGNING_CONFIGURE_ENABLE=	lua_only_signing
62
LUA_ONLY_SIGNING_CONFIGURE_ENABLE=	lua_only_signing
63
LUA_ONLY_SIGNING_IMPLIES=	LUA
63
64
64
POSTGRES_RECONNECT_HACK_DESC=	PostgreSQL connection error detection bug hack
65
POSTGRES_RECONNECT_HACK_DESC=	PostgreSQL connection error detection bug hack
65
POSTGRES_RECONNECT_HACK_CONFIGURE_ENABLE=	postgresql_reconnect_hack
66
POSTGRES_RECONNECT_HACK_CONFIGURE_ENABLE=	postgresql_reconnect_hack
Lines 69-74 Link Here
69
70
70
RBL_DESC=			Realtime Blacklist query support
71
RBL_DESC=			Realtime Blacklist query support
71
RBL_CONFIGURE_ENABLE=		rbl
72
RBL_CONFIGURE_ENABLE=		rbl
73
RBL_IMPLIES=			LUA
72
74
73
REPLACE_RULES_DESC=		String substition when signing
75
REPLACE_RULES_DESC=		String substition when signing
74
REPLACE_RULES_CONFIGURE_ENABLE=	replace_rules
76
REPLACE_RULES_CONFIGURE_ENABLE=	replace_rules
Lines 79-84 Link Here
79
81
80
REPUTATION_DESC=		Reputation check (experimental)
82
REPUTATION_DESC=		Reputation check (experimental)
81
REPUTATION_CONFIGURE_ENABLE=	reputation
83
REPUTATION_CONFIGURE_ENABLE=	reputation
84
REPUTATION_IMPLIES=		CURL JANSSON
82
85
83
RESIGN_DESC=			One-step resigning
86
RESIGN_DESC=			One-step resigning
84
RESIGN_CONFIGURE_ENABLE=	resign
87
RESIGN_CONFIGURE_ENABLE=	resign
Lines 94-99 Link Here
94
97
95
STATSEXT_DESC=			Localized stats extensions
98
STATSEXT_DESC=			Localized stats extensions
96
STATSEXT_CONFIGURE_ENABLE=	statsext
99
STATSEXT_CONFIGURE_ENABLE=	statsext
100
STATSEXT_IMPLIES=		STATS LUA
97
101
98
VBR_DESC=			Vouch-By-Reference support
102
VBR_DESC=			Vouch-By-Reference support
99
VBR_CONFIGURE_ENABLE=		vbr
103
VBR_CONFIGURE_ENABLE=		vbr

Return to bug 211723