svn commit: r511967 - head/www/trafficserver

Gerald Pfeifer gerald at FreeBSD.org
Fri Sep 13 14:15:27 UTC 2019


Author: gerald
Date: Fri Sep 13 14:15:26 2019
New Revision: 511967
URL: https://svnweb.freebsd.org/changeset/ports/511967

Log:
  USE_GCC=7 is the oldest version supported, so change that into the
  preferred USE_GCC=yes.
  
  This should not practically affect most systems and builds since, unless
  GCC 7 is the only one installed, we'd go for the default version anyway.
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/trafficserver/Makefile

Modified: head/www/trafficserver/Makefile
==============================================================================
--- head/www/trafficserver/Makefile	Fri Sep 13 14:15:09 2019	(r511966)
+++ head/www/trafficserver/Makefile	Fri Sep 13 14:15:26 2019	(r511967)
@@ -26,7 +26,7 @@ USES=		compiler:c++17-lang cpe gmake libtool ncurses p
 
 CPE_VENDOR=	apache
 CPE_PRODUCT=	traffic_server
-USE_GCC=	7+
+USE_GCC=	yes
 USE_PERL5=	build run
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	${PORTNAME}


More information about the svn-ports-all mailing list