Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2019 14:15:26 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511967 - head/www/trafficserver
Message-ID:  <201909131415.x8DEFQqq008425@repo.freebsd.org>

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



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