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

(-)/usr/ports/sysutils/ucspi-tcp/Makefile (-7 / +7 lines)
Lines 21-27 Link Here
21
RBL2SMTPD_DESC=	Don't drop connection, pass envvar to smtpd
21
RBL2SMTPD_DESC=	Don't drop connection, pass envvar to smtpd
22
LIMITS_DESC=	Implement per-connection and other limits
22
LIMITS_DESC=	Implement per-connection and other limits
23
23
24
25
ALL_TARGET=	prog install instcheck
24
ALL_TARGET=	prog install instcheck
26
25
27
SCRIPTS_ENV=	BINOWN="${BINOWN}" \
26
SCRIPTS_ENV=	BINOWN="${BINOWN}" \
Lines 77-83 Link Here
77
PATCHFILES+=	ucspi-rss.diff:rss
76
PATCHFILES+=	ucspi-rss.diff:rss
78
.endif
77
.endif
79
78
80
.if ${PORT_OPTIONS:MSSL}
79
.if ${PORT_OPTIONS:MSSL} && !${PORT_OPTIONS:MIPV6}
81
# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk
80
# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk
82
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
81
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
83
PATCH_SITES+=	http://www.nrg4u.com/qmail/:ssl
82
PATCH_SITES+=	http://www.nrg4u.com/qmail/:ssl
Lines 94-111 Link Here
94
.endif
93
.endif
95
94
96
.if ${PORT_OPTIONS:MIPV6}
95
.if ${PORT_OPTIONS:MIPV6}
97
# Neither can IPv6 and SSL
96
PATCH_SITES+=	http://www.fefe.de/ucspi/:ipv6
97
PATCHFILES+=	ucspi-tcp-0.88-ipv6.diff19.bz2:ipv6
98
98
. if ${PORT_OPTIONS:MSSL}
99
. if ${PORT_OPTIONS:MSSL}
99
BROKEN=	SSL and IPv6 options cannot coexist, please choose one of them
100
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
101
PATCH_SITES+=	http://manuel.mausz.at/coding/patches/ucspi-tcp/gentoo/:ipv6ssl
102
PATCHFILES+=	ucspi-tcp-ipv6-ssl-20061230.patch:ipv6ssl
100
. endif
103
. endif
101
104
102
# Same for IPv6 and LIMITS
105
# Same for IPv6 and LIMITS
103
. if ${PORT_OPTIONS:MLIMITS}
106
. if ${PORT_OPTIONS:MLIMITS}
104
BROKEN=	IPv6 and LIMITS options cannot coexist, please choose one of them
107
BROKEN=	IPv6 and LIMITS options cannot coexist, please choose one of them
105
. endif
108
. endif
106
107
PATCH_SITES+=	http://www.fefe.de/ucspi/:ipv6
108
PATCHFILES+=	ucspi-tcp-0.88-ipv6.diff19.bz2:ipv6
109
.endif
109
.endif
110
110
111
PATCH_SITES+=		${MASTER_SITE_LOCAL:S/$/:rss,ssl,rbl2smtpd/}
111
PATCH_SITES+=		${MASTER_SITE_LOCAL:S/$/:rss,ssl,rbl2smtpd/}
(-)/usr/ports/sysutils/ucspi-tcp/distinfo (+2 lines)
Lines 12-14 Link Here
12
SIZE (tcpserver-limits-2006-01-26.diff) = 15523
12
SIZE (tcpserver-limits-2006-01-26.diff) = 15523
13
SHA256 (ucspi-tcp-0.88-ipv6.diff19.bz2) = 35952cd290d714452c840580126004cbae8db65b1632df67ac9c8fad7d1f9ace
13
SHA256 (ucspi-tcp-0.88-ipv6.diff19.bz2) = 35952cd290d714452c840580126004cbae8db65b1632df67ac9c8fad7d1f9ace
14
SIZE (ucspi-tcp-0.88-ipv6.diff19.bz2) = 22632
14
SIZE (ucspi-tcp-0.88-ipv6.diff19.bz2) = 22632
15
SHA256 (ucspi-tcp-ipv6-ssl-20061230.patch) = e8019f6af54d5a3601097d47d697a78863975c77d061837c37afe4678f805980
16
SIZE (ucspi-tcp-ipv6-ssl-20061230.patch) = 14191

Return to bug 181734