Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2019 17:01:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494715 - head/net/goreplay
Message-ID:  <201903051701.x25H17kC095954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Mar  5 17:01:07 2019
New Revision: 494715
URL: https://svnweb.freebsd.org/changeset/ports/494715

Log:
  Mark BROKEN: fails to build
  
  vendor/github.com/google/gopacket/pcap/pcap.go:176:7: identifier "_Ctype_struct_bpf_program" may conflict with identifiers generated by cgo
  vendor/github.com/google/gopacket/pcap/pcap.go:403:13: identifier "_Ctype_struct_pcap_stat" may conflict with identifiers generated by cgo
  
  Reported by:	pkg-fallout

Modified:
  head/net/goreplay/Makefile

Modified: head/net/goreplay/Makefile
==============================================================================
--- head/net/goreplay/Makefile	Tue Mar  5 17:00:25 2019	(r494714)
+++ head/net/goreplay/Makefile	Tue Mar  5 17:01:07 2019	(r494715)
@@ -11,6 +11,8 @@ COMMENT=	Tool for capturing and replaying live HTTP tr
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:lang/go
 
 USE_GITHUB=	yes



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