svn commit: r488489 - head/www/squid3

Steve Wills swills at FreeBSD.org
Wed Dec 26 23:12:20 UTC 2018


Author: swills
Date: Wed Dec 26 23:12:19 2018
New Revision: 488489
URL: https://svnweb.freebsd.org/changeset/ports/488489

Log:
  www/squid3: mark broken on FreeBSD 12 and newer
  
  PR:		234143
  Submitted by:	timp87 at gmail.com (maintainer)

Modified:
  head/www/squid3/Makefile   (contents, props changed)

Modified: head/www/squid3/Makefile
==============================================================================
--- head/www/squid3/Makefile	Wed Dec 26 23:05:22 2018	(r488488)
+++ head/www/squid3/Makefile	Wed Dec 26 23:12:19 2018	(r488489)
@@ -280,6 +280,10 @@ WITH_DEBUG?=		yes
 # Finally, add additional user specified configuration options:
 CONFIGURE_ARGS+=	${SQUID_CONFIGURE_ARGS}
 
+.if ${PORT_OPTIONS:MSSL} && ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
+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
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
 		${WRKSRC}/src/cf.data.pre


More information about the svn-ports-all mailing list