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

(-)squid3/Makefile (+4 lines)
Lines 280-285 Link Here
280
# Finally, add additional user specified configuration options:
280
# Finally, add additional user specified configuration options:
281
CONFIGURE_ARGS+=	${SQUID_CONFIGURE_ARGS}
281
CONFIGURE_ARGS+=	${SQUID_CONFIGURE_ARGS}
282
282
283
.if ${PORT_OPTIONS:MSSL} && ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
284
BROKEN=		Does not build on FreeBSD 12 with OpenSSL 1.1. You may add DEFAULT_VERSIONS+=ssl=openssl to /etc/make.conf as a workaround
285
.endif
286
283
post-patch:
287
post-patch:
284
	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
288
	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
285
		${WRKSRC}/src/cf.data.pre
289
		${WRKSRC}/src/cf.data.pre

Return to bug 234143