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

(-)b/security/tor-devel/Makefile (-4 lines)
Lines 112-121 LIB_DEPENDS+= libtcmalloc.so:devel/google-perftools Link Here
112
112
113
PORTSCOUT=		limit:^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+-[a-z].*$$
113
PORTSCOUT=		limit:^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+-[a-z].*$$
114
114
115
.if ${SSL_DEFAULT:Mlibressl*}
116
BROKEN=		Libressl 3.2.1 with compatibility issues to Tor relays: https://gitlab.torproject.org/tpo/core/tor/-/issues/40128
117
.endif
118
119
post-patch:
115
post-patch:
120
	@${REINPLACE_CMD} -E -e "s@(-z) (relro|now)@-Wl,\1,\2@g" \
116
	@${REINPLACE_CMD} -E -e "s@(-z) (relro|now)@-Wl,\1,\2@g" \
121
		${WRKSRC}/configure
117
		${WRKSRC}/configure
(-)b/security/tor/Makefile (-4 lines)
Lines 108-117 LIB_DEPENDS+= libtcmalloc.so:devel/google-perftools Link Here
108
.endif
108
.endif
109
.endif
109
.endif
110
110
111
.if ${SSL_DEFAULT:Mlibressl*}
112
BROKEN=		Libressl 3.2.1 with compatibility issues to Tor relays: https://gitlab.torproject.org/tpo/core/tor/-/issues/40128
113
.endif
114
115
post-patch:
111
post-patch:
116
	@${REINPLACE_CMD} -E -e "s@(-z) (relro|now)@-Wl,\1,\2@g" \
112
	@${REINPLACE_CMD} -E -e "s@(-z) (relro|now)@-Wl,\1,\2@g" \
117
		${WRKSRC}/configure
113
		${WRKSRC}/configure

Return to bug 256186