svn commit: r549912 - head/www/squid3

Eugene Grosbein eugen at FreeBSD.org
Thu Sep 24 09:51:03 UTC 2020


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 \


More information about the svn-ports-all mailing list