Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2020 22:26:08 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539789 - head/net-mgmt/ipv6mon
Message-ID:  <202006212226.05LMQ8Jc084608@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Jun 21 22:26:08 2020
New Revision: 539789
URL: https://svnweb.freebsd.org/changeset/ports/539789

Log:
  net/ipv6mon: switch from USE_GCC=any to USE_GCC=yes
  
  Build-tested on 11.3-i386 and head-amd64
  
  Reported by:	gerald

Modified:
  head/net-mgmt/ipv6mon/Makefile

Modified: head/net-mgmt/ipv6mon/Makefile
==============================================================================
--- head/net-mgmt/ipv6mon/Makefile	Sun Jun 21 22:19:12 2020	(r539788)
+++ head/net-mgmt/ipv6mon/Makefile	Sun Jun 21 22:26:08 2020	(r539789)
@@ -15,7 +15,7 @@ USES=		uidfix
 GH_ACCOUNT=	fgont
 GH_PROJECT=	ipv6mon
 GH_TAGNAME=	454292a393ddd79db7131b6e7a8d005a7f49bd92
-USE_GCC=	any
+USE_GCC=	yes
 USE_GITHUB=	nodefault
 CFLAGS+=	-DIPV6MON_CONF=\\\"${PREFIX}/etc/ipv6mon.conf\\\"
 USERS=		${PORTNAME}



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