Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 23:12:20 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488489 - head/www/squid3
Message-ID:  <201812262312.wBQNCKnM045894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812262312.wBQNCKnM045894>