Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 09:51:02 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549912 - head/www/squid3
Message-ID:  <202009240951.08O9p2uw089613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Thu Sep 24 09:51:02 2020
New Revision: 549912
URL: https://svnweb.freebsd.org/changeset/ports/549912

Log:
  www/squid3: unbreak build
  
  This change follows r514623 for www/squid (squid4) to unbreak build,
  so PORTREVISION not bumped.

Modified:
  head/www/squid3/Makefile

Modified: head/www/squid3/Makefile
==============================================================================
--- head/www/squid3/Makefile	Thu Sep 24 09:49:46 2020	(r549911)
+++ head/www/squid3/Makefile	Thu Sep 24 09:51:02 2020	(r549912)
@@ -186,6 +186,8 @@ VIA_DB_DESC=		Forward/Via database
 WCCPV2_DESC=		Web Cache Coordination Protocol v2
 WCCP_DESC=		Web Cache Coordination Protocol
 
+CFLAGS+=		-Wno-error=deprecated-declarations
+
 change_files=	ChangeLog \
 		contrib/nextstep/makepkg \
 		contrib/nextstep/post_install \



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