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

Collapse All | Expand All

(-)b/mail/Makefile (-2 lines)
Lines 469-481 Link Here
469
    SUBDIR += postfix
469
    SUBDIR += postfix
470
    SUBDIR += postfix-current
470
    SUBDIR += postfix-current
471
    SUBDIR += postfix-current-sasl
471
    SUBDIR += postfix-current-sasl
472
    SUBDIR += postfix-ldap-sasl
473
    SUBDIR += postfix-logwatch
472
    SUBDIR += postfix-logwatch
474
    SUBDIR += postfix-policyd-sf
473
    SUBDIR += postfix-policyd-sf
475
    SUBDIR += postfix-policyd-spf-perl
474
    SUBDIR += postfix-policyd-spf-perl
476
    SUBDIR += postfix-policyd-weight
475
    SUBDIR += postfix-policyd-weight
477
    SUBDIR += postfix-postfwd
476
    SUBDIR += postfix-postfwd
478
    SUBDIR += postfix-sasl
479
    SUBDIR += postfix35
477
    SUBDIR += postfix35
480
    SUBDIR += postfixadmin
478
    SUBDIR += postfixadmin
481
    SUBDIR += postgrey
479
    SUBDIR += postgrey
(-)a/mail/postfix-ldap-sasl/Makefile (-12 lines)
Removed Link Here
1
PKGNAMESUFFIX?=	-ldap-sasl
2
3
MAINTAINER=	ohauer@FreeBSD.org
4
COMMENT=	Postfix with OpenLDAP and Cyrus SASL support
5
6
MASTERDIR=	${.CURDIR}/../postfix
7
8
OPTIONS_SLAVE=	LDAP LDAP_SASL SASL
9
10
SASL_SLAVE=	yes
11
12
.include "${MASTERDIR}/Makefile"
(-)a/mail/postfix-sasl/Makefile (-12 lines)
Removed Link Here
1
PKGNAMESUFFIX?=	-sasl
2
3
MAINTAINER=	ohauer@FreeBSD.org
4
COMMENT=	Postfix with Cyrus SASL support
5
6
MASTERDIR=	${.CURDIR}/../postfix
7
8
OPTIONS_SLAVE=	SASL
9
10
SASL_SLAVE=	yes
11
12
.include "${MASTERDIR}/Makefile"
(-)b/mail/postfix/Makefile (-88 / +109 lines)
Lines 15-81 MASTER_SITES:= ${MASTER_SITES:S|$|official/|} Link Here
15
DIST_SUBDIR=	${PORTNAME}
15
DIST_SUBDIR=	${PORTNAME}
16
16
17
MAINTAINER=	ohauer@FreeBSD.org
17
MAINTAINER=	ohauer@FreeBSD.org
18
COMMENT?=	Secure alternative to widely-used Sendmail
18
COMMENT=	Secure alternative to widely-used Sendmail ${COMMENT_${FLAVOR}}
19
19
20
LICENSE=	EPL IPL10
20
LICENSE=	EPL IPL10
21
LICENSE_COMB=	multi
21
LICENSE_COMB=	multi
22
LICENSE_FILE=	${WRKSRC}/LICENSE
23
LICENSE_NAME_IPL10=	IBM PUBLIC LICENSE VERSION 1.0
22
LICENSE_NAME_IPL10=	IBM PUBLIC LICENSE VERSION 1.0
23
LICENSE_FILE=	${WRKSRC}/LICENSE
24
LICENSE_PERMS_IPL10=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
24
LICENSE_PERMS_IPL10=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
25
25
26
PORTSCOUT=	limit:^3\.6\.
26
FLAVORS=			default ldap_sasl sasl
27
27
default_CONFLICTS_INSTALL=	courier-0.* opensmtpd-[0-9]* opensmtpd-devel-* \
28
CONFLICTS_INSTALL?=	courier-0.* opensmtpd-[0-9]* sendmail-8.* sendmail+*-8.* \
28
				postfix-base-ldap-sasl-* postfix-base-sasl-* \
29
		postfix35-* postfix-current-*
29
				postfix-current-* postfix-ldap-sasl-* \
30
				postfix-sasl-* postfix35-* sendmail-[0-9]* \
31
				sendmail-devel-*
32
ldap_sasl_PKGNAMESUFFIX=	-ldap-sasl
33
ldap_sasl_CONFLICTS_INSTALL=	courier-0.* opensmtpd-[0-9]* opensmtpd-devel-* \
34
				postfix-[0-9]* postfix-base-[0-9]* \
35
				postfix-base-sasl-* postfix-current-* \
36
				postfix-sasl-* postfix35-*sendmail-[0-9]* \
37
				sendmail-devel-*
38
sasl_PKGNAMESUFFIX=		-sasl
39
sasl_CONFLICTS_INSTALL=		courier-0.* opensmtpd-[0-9]* opensmtpd-devel-* \
40
				postfix-[0-9]* postfix-base-[0-9]* \
41
				postfix-base-ldap-sasl-* postfix-current-* \
42
				postfix-ldap-sasl-* sendmail-[0-9]* \
43
				sendmail-devel-*
44
45
COMMENT_ldap-sasl=	(with OpenLDAP and Cyrus SASL support)
46
COMMENT_sasl=		(with Cyrus SASL support)
47
48
USES=		cpe shebangfix
49
USE_RC_SUBR=	postfix
50
USE_SUBMAKE=	yes
30
51
31
USERS=		postfix
32
GROUPS=		mail maildrop postfix
33
USES=		shebangfix cpe ssl
34
SHEBANG_FILES=	auxiliary/qshape/qshape.pl
52
SHEBANG_FILES=	auxiliary/qshape/qshape.pl
35
53
36
USE_RC_SUBR=	postfix
37
USE_SUBMAKE=	yes
38
SCRIPTS_ENV+=	POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}"
54
SCRIPTS_ENV+=	POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}"
39
55
40
OPTIONS_SUB=	yes
56
PORTSCOUT=	limit:^3\.6\.
41
OPTIONS_DEFINE=	BDB BLACKLISTD CDB DOCS EAI INST_BASE LDAP LDAP_SASL \
57
42
		LMDB MYSQL NIS PCRE PGSQL SASL SQLITE TEST TLS
58
USERS=		postfix
59
GROUPS=		mail maildrop postfix
43
60
44
OPTIONS_RADIO=		RG1
61
OPTIONS_DEFINE=		BDB BLACKLISTD CDB DOCS EAI INST_BASE LDAP LDAP_SASL \
45
OPTIONS_RADIO_RG1=	SASLKRB5 SASLKMIT
62
			LMDB MYSQL NIS PCRE PGSQL SASL SQLITE TEST TLS
46
OPTIONS_DEFAULT?=	BLACKLISTD EAI PCRE TLS
63
OPTIONS_DEFAULT?=	BLACKLISTD EAI PCRE TLS
64
OPTIONS_RADIO=		RG1
65
OPTIONS_RADIO_RG1=	SASLKMIT SASLKRB5
66
.if ${FLAVOR:U} == ldap_sasl
67
OPTIONS_SLAVE=		LDAP LDAP_SASL SASL
68
.elif ${FLAVOR:U} == sasl
69
OPTIONS_SLAVE=		SASL
70
.endif
71
OPTIONS_SUB=		yes
47
72
48
BDB_USES=		bdb
73
.if !empty(FLAVOR) && ${FLAVOR:U} != default
49
BLACKLISTD_EXTRA_PATCHES=	${FILESDIR}/extra-patch-blacklistd
74
OPTIONS_FILE=	${PORT_DBDIR}/${OPTIONS_NAME}/${FLAVOR}-options
50
CDB_LIB_DEPENDS=	libcdb.so:databases/tinycdb
75
.endif
51
EAI_LIB_DEPENDS=	libicuuc.so:devel/icu
52
LDAP_USE=		OPENLDAP=yes
53
LMDB_LIB_DEPENDS=	liblmdb.so:databases/lmdb
54
MYSQL_USES?=		mysql
55
PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
56
PGSQL_USES=		pgsql
57
SASLKMIT_LIB_DEPENDS=	libkrb5.so:security/krb5
58
SASL_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
59
SQLITE_USES=		sqlite
60
76
61
BLACKLISTD_DESC=	Enable blacklistd support (FreeBSD 11.0 and later only)
77
BLACKLISTD_DESC=	Enable blacklistd support (FreeBSD 11.0 and later only)
62
CDB_DESC=	CDB maps lookups
78
CDB_DESC=		CDB maps lookups
63
EAI_DESC=	Email Address Internationalization (SMTPUTF8) support
79
EAI_DESC=		Email Address Internationalization (SMTPUTF8) support
64
INST_BASE_DESC=	Install into /usr and /etc/postfix
80
INST_BASE_DESC=		Install into /usr and /etc/postfix
65
LDAP_DESC=	LDAP maps (uses WITH_OPENLDAP_VER)
81
LDAP_DESC=		LDAP maps (uses WITH_OPENLDAP_VER)
66
LDAP_SASL_DESC=	LDAP client-to-server SASL auth
82
LDAP_SASL_DESC=		LDAP client-to-server SASL auth
67
LMDB_DESC=	LMDB maps
83
LMDB_DESC=		LMDB maps
68
TEST_DESC=	SMTP/LMTP test server and generator
84
RG1_DESC=		Kerberos network authentication protocol type
69
85
SASLKMIT_DESC=		If your SASL req. MIT Kerberos5, select this
70
SASL_DESC=	Cyrus SASL support (Dovecot SASL is always built in)
86
SASLKRB5_DESC=		If your SASL req. Kerberos5, select this
71
RG1_DESC=	Kerberos network authentication protocol type
87
SASL_DESC=		Cyrus SASL support (Dovecot SASL is always built in)
72
SASLKRB5_DESC=	If your SASL req. Kerberos5, select this
88
TEST_DESC=		SMTP/LMTP test server and generator
73
SASLKMIT_DESC=	If your SASL req. MIT Kerberos5, select this
89
90
BDB_USES=			bdb
91
BLACKLISTD_EXTRA_PATCHES=	${FILESDIR}/extra-patch-blacklistd
92
CDB_LIB_DEPENDS=		libcdb.so:databases/tinycdb
93
EAI_LIB_DEPENDS=		libicuuc.so:devel/icu
94
LDAP_USE=			OPENLDAP=yes
95
LMDB_LIB_DEPENDS=		liblmdb.so:databases/lmdb
96
MYSQL_USES?=			mysql
97
PCRE_LIB_DEPENDS=		libpcre.so:devel/pcre
98
PGSQL_USES=			pgsql
99
SASLKMIT_LIB_DEPENDS=		libkrb5.so:security/krb5
100
SASL_LIB_DEPENDS=		libsasl2.so:security/cyrus-sasl2
101
SQLITE_USES=			sqlite
74
102
75
.include <bsd.port.options.mk>
103
.include <bsd.port.options.mk>
76
104
77
HTML1=	body_checks.5.html bounce.5.html postfix-power.png \
105
HTML1=		body_checks.5.html bounce.5.html postfix-power.png \
78
	scache.8.html tlsmgr.8.html
106
		scache.8.html tlsmgr.8.html
79
107
80
STRIP_LIBEXEC=	anvil bounce cleanup discard dnsblog error flush lmtp local \
108
STRIP_LIBEXEC=	anvil bounce cleanup discard dnsblog error flush lmtp local \
81
		master nqmgr oqmgr pickup pipe postlogd postscreen proxymap \
109
		master nqmgr oqmgr pickup pipe postlogd postscreen proxymap \
Lines 93-99 BROKEN_FreeBSD_11= error: OpenSSL-1.1.1 is the minimum supported version Link Here
93
.endif
121
.endif
94
122
95
.if ${PORT_OPTIONS:MINST_BASE}
123
.if ${PORT_OPTIONS:MINST_BASE}
96
.if defined(SASL_SLAVE)
124
.if ${FLAVOR:U} == ldap_sasl
125
PKGNAMESUFFIX=	-base-ldap-sasl
126
.elif ${FLAVOR:U} == sasl
97
PKGNAMESUFFIX=	-base-sasl
127
PKGNAMESUFFIX=	-base-sasl
98
.else
128
.else
99
PKGNAMESUFFIX=	-base
129
PKGNAMESUFFIX=	-base
Lines 109-117 PLIST_SUB+= PFETC=${ETCDIR} Link Here
109
139
110
# check if mailwrapper supports $LOCALBASE
140
# check if mailwrapper supports $LOCALBASE
111
.if ${OPSYS} == FreeBSD
141
.if ${OPSYS} == FreeBSD
112
SUB_LIST+=	USE_LOCALBASE_MAILER_CONF="yes" MC_PREFIX="${LOCALBASE}"
142
SUB_LIST+=	MC_PREFIX="${LOCALBASE}" \
143
		USE_LOCALBASE_MAILER_CONF="yes"
113
.else
144
.else
114
SUB_LIST+=	USE_LOCALBASE_MAILER_CONF="no" MC_PREFIX=""
145
SUB_LIST+=	MC_PREFIX="" \
146
		USE_LOCALBASE_MAILER_CONF="no"
115
.endif
147
.endif
116
148
117
.if ${PORT_OPTIONS:MDOCS}
149
.if ${PORT_OPTIONS:MDOCS}
Lines 122-155 READMEDIR= no Link Here
122
.endif
154
.endif
123
155
124
# dynamic direcory location
156
# dynamic direcory location
125
DAEMONDIR=	${PREFIX}/libexec/postfix
157
DAEMONDIR=		${PREFIX}/libexec/postfix
126
SHLIB_DIRECTORY=${PREFIX}/lib/postfix
158
SHLIB_DIRECTORY=	${PREFIX}/lib/postfix
127
# new proposed location is ETCDIR (see README_FILES/INSTALL)
159
# new proposed location is ETCDIR (see README_FILES/INSTALL)
128
# keep compatiblity with Postfix 2.6 .. 2.11 and use DAEMOMDIR
160
# keep compatiblity with Postfix 2.6 .. 2.11 and use DAEMOMDIR
129
META_DIRECTORY=	${DAEMONDIR}
161
META_DIRECTORY=		${DAEMONDIR}
130
162
131
SUB_LIST+=	REQUIRE="${_REQUIRE}" READMEDIR="${READMEDIR}" \
163
SUB_LIST+=	DAEMONDIR="${DAEMONDIR}" \
132
		DAEMONDIR="${DAEMONDIR}" META_DIRECTORY="${META_DIRECTORY}"
164
		META_DIRECTORY="${META_DIRECTORY}" \
133
SUB_FILES+=	pkg-install pkg-message mailer.conf.postfix
165
		READMEDIR="${READMEDIR}" \
134
166
		REQUIRE="${_REQUIRE}"
135
POSTFIX_CCARGS+=	-DDEF_CONFIG_DIR=\\\"${ETCDIR}\\\" \
167
SUB_FILES+=	mailer.conf.postfix pkg-install pkg-message
136
			-DDEF_DAEMON_DIR=\\\"${DAEMONDIR}\\\" \
168
137
			-DDEF_META_DIR=\\\"${META_DIRECTORY}\\\" \
169
POSTFIX_CCARGS+=	-DDEF_CONFIG_DIR=\\\"${ETCDIR}\\\" -DDEF_DAEMON_DIR=\\\"${DAEMONDIR}\\\" -DDEF_META_DIR=\\\"${META_DIRECTORY}\\\" -DDEF_COMMAND_DIR=\\\"${PREFIX}/sbin\\\" -DDEF_SENDMAIL_PATH=\\\"${PREFIX}/sbin/sendmail\\\" -DDEF_NEWALIAS_PATH=\\\"${PREFIX}/bin/newaliases\\\" -DDEF_MAILQ_PATH=\\\"${PREFIX}/bin/mailq\\\" -DDEF_MANPAGE_DIR=\\\"${MANPREFIX}/man\\\" -DDEF_README_DIR=\\\"${READMEDIR}\\\" -DDEF_HTML_DIR=\\\"${READMEDIR}\\\" -DDEF_QUEUE_DIR=\\\"/var/spool/postfix\\\" -DDEF_DATA_DIR=\\\"/var/db/postfix\\\" -DDEF_MAIL_OWNER=\\\"postfix\\\" -DDEF_SGID_GROUP=\\\"maildrop\\\" -Wmissing-prototypes -Wformat -Wno-comment
138
			-DDEF_COMMAND_DIR=\\\"${PREFIX}/sbin\\\" \
139
			-DDEF_SENDMAIL_PATH=\\\"${PREFIX}/sbin/sendmail\\\" \
140
			-DDEF_NEWALIAS_PATH=\\\"${PREFIX}/bin/newaliases\\\" \
141
			-DDEF_MAILQ_PATH=\\\"${PREFIX}/bin/mailq\\\" \
142
			-DDEF_MANPAGE_DIR=\\\"${MANPREFIX}/man\\\" \
143
			-DDEF_README_DIR=\\\"${READMEDIR}\\\" \
144
			-DDEF_HTML_DIR=\\\"${READMEDIR}\\\" \
145
			-DDEF_QUEUE_DIR=\\\"/var/spool/postfix\\\" \
146
			-DDEF_DATA_DIR=\\\"/var/db/postfix\\\" \
147
			-DDEF_MAIL_OWNER=\\\"postfix\\\" \
148
			-DDEF_SGID_GROUP=\\\"maildrop\\\" \
149
			-Wmissing-prototypes -Wformat -Wno-comment
150
170
151
# Default requirement for postfix rc script
171
# Default requirement for postfix rc script
152
_REQUIRE=		LOGIN cleanvar dovecot
172
_REQUIRE=	LOGIN cleanvar dovecot
153
173
154
# always build with Dovecot SASL support, Cyrus is optional
174
# always build with Dovecot SASL support, Cyrus is optional
155
# see Postfix HISTORY 20051222
175
# see Postfix HISTORY 20051222
Lines 172-189 POSTFIX_CCARGS+= -DNO_PCRE Link Here
172
.endif
192
.endif
173
193
174
.if ${PORT_OPTIONS:MSASL}
194
.if ${PORT_OPTIONS:MSASL}
175
POSTFIX_CCARGS+=	-DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
195
POSTFIX_CCARGS+=	-DUSE_CYRUS_SASL -I${LOCALBASE}/include \
196
			-I${LOCALBASE}/include/sasl
176
POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
197
POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
177
.else
198
.else
178
POSTFIX_CCARGS+=	-DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\"
199
POSTFIX_CCARGS+=	-DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\"
179
.endif
200
.endif
180
201
181
.if ${PORT_OPTIONS:MSASLKRB5}
202
.if ${PORT_OPTIONS:MSASLKRB5}
182
POSTFIX_AUXLIBS+=	-lkrb5 -lhx509 -lcrypto -lcrypt -lcom_err -lasn1 -lroken
203
POSTFIX_AUXLIBS+=	-lkrb5 -lhx509 -lcrypto -lcrypt -lcom_err -lasn1 \
204
			-lroken
183
.endif
205
.endif
184
206
185
.if ${PORT_OPTIONS:MSASLKMIT}
207
.if ${PORT_OPTIONS:MSASLKMIT}
186
POSTFIX_AUXLIBS+=	-Wl,--rpath,$${KRB5_HOME:-${LOCALBASE}}/lib -lkrb5 -lcrypto -lcrypt -lcom_err
208
POSTFIX_AUXLIBS+=	-Wl,--rpath,$${KRB5_HOME:-${LOCALBASE}}/lib -lkrb5 \
209
			-lcrypto -lcrypt -lcom_err
187
.endif
210
.endif
188
211
189
.if ${PORT_OPTIONS:MTLS}
212
.if ${PORT_OPTIONS:MTLS}
Lines 203-209 POSTFIX_AUXLIBS+= -L${BDB_LIB_DIR} -l${BDB_LIB_NAME} Link Here
203
. if ${OPSYS} == FreeBSD
226
. if ${OPSYS} == FreeBSD
204
POSTFIX_AUXLIBS+=	-lblacklist
227
POSTFIX_AUXLIBS+=	-lblacklist
205
. else
228
. else
206
IGNORE=	blacklistd is only supported on FreeBSD >= 11.0
229
IGNORE=		blacklistd is only supported on FreeBSD >= 11.0
207
. endif
230
. endif
208
.endif
231
.endif
209
232
Lines 267-286 POSTFIX_DYN_AUXLIBS+= "AUXLIBS_LMDB=-L${LOCALBASE}/lib -llmdb" Link Here
267
.endif
290
.endif
268
291
269
# sed script for files in ${WRKSRC}/README_FILES ${WRKSRC}/conf ${WRKSRC}/man
292
# sed script for files in ${WRKSRC}/README_FILES ${WRKSRC}/conf ${WRKSRC}/man
270
REINPLACE=	s!^PATH=.*!PATH=/bin:/sbin:/usr/bin:/usr/sbin:${PREFIX}/bin:${PREFIX}/sbin!;\
293
REINPLACE=	s!^PATH=.*!PATH=/bin:/sbin:/usr/bin:/usr/sbin:${PREFIX}/bin:${PREFIX}/sbin!; \
271
		s!(_directory = )/usr/!\1${PREFIX}/!g;\
294
		s!(_directory = )/usr/!\1${PREFIX}/!g; s!^(data_directory = \
272
		s!^(data_directory = /var/)lib/!\1db/!g;\
295
		/var/)lib/!\1db/!g; s!^\#(mynetworks_style = host)!\1!g; \
273
		s!^\#(mynetworks_style = host)!\1!g;\
296
		s!^(sendmail_path =)!\1 ${PREFIX}/sbin/sendmail!g; \
274
		s!^(sendmail_path =)!\1 ${PREFIX}/sbin/sendmail!g;\
297
		s!^(newaliases_path =)!\1 ${PREFIX}/bin/newaliases!g; \
275
		s!^(newaliases_path =)!\1 ${PREFIX}/bin/newaliases!g;\
298
		s!^(mailq_path =)!\1 ${PREFIX}/bin/mailq!g; s!^(setgid_group \
276
		s!^(mailq_path =)!\1 ${PREFIX}/bin/mailq!g;\
299
		=)!\1 maildrop!g; s!^(manpage_directory =)!\1 \
277
		s!^(setgid_group =)!\1 maildrop!g;\
300
		${MANPREFIX}/man!g; s!^((html|readme)_directory =)!\1 \
278
		s!^(manpage_directory =)!\1 ${MANPREFIX}/man!g;\
301
		${READMEDIR}!g; \!^\#alias_database = \
279
		s!^((html|readme)_directory =)!\1 ${READMEDIR}!g;\
302
		dbm:/etc/mail/aliases$$!d; s!(:|= \
280
		\!^\#alias_database = dbm:/etc/mail/aliases$$!d;\
303
		)/etc/postfix!\1$$config_directory!g; \
281
		s!(:|= )/etc/postfix!\1$$config_directory!g;\
304
		s!/etc/postfix!${ETCDIR}!g; s!^(sample_directory =)!\1 \
282
		s!/etc/postfix!${ETCDIR}!g;\
305
		${ETCDIR}!g; \
283
		s!^(sample_directory =)!\1 ${ETCDIR}!g;\
284
		s!($config_directory/(access|aliases|canonical|generic|header_checks|relocated|transport|virtual):f:root:-:644:)p1!\1o!;
306
		s!($config_directory/(access|aliases|canonical|generic|header_checks|relocated|transport|virtual):f:root:-:644:)p1!\1o!;
285
307
286
pre-patch:
308
pre-patch:
287
- 

Return to bug 255641