Date: Sat, 21 Oct 2017 07:19:44 +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: r452572 - head/www/mod_security-devel Message-ID: <201710210719.v9L7JisQ012376@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Oct 21 07:19:44 2017 New Revision: 452572 URL: https://svnweb.freebsd.org/changeset/ports/452572 Log: Now that the default version of GCC in the ports tree is GCC 6, replace USE_GCC=6+ by USE_GCC=yes. Modified: head/www/mod_security-devel/Makefile Modified: head/www/mod_security-devel/Makefile ============================================================================== --- head/www/mod_security-devel/Makefile Sat Oct 21 06:57:23 2017 (r452571) +++ head/www/mod_security-devel/Makefile Sat Oct 21 07:19:44 2017 (r452572) @@ -18,7 +18,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USES= gmake autoreconf libtool pkgconfig:build USE_GNOME= libxml2 # GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411 -USE_GCC= 6+ +USE_GCC= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710210719.v9L7JisQ012376>