svn commit: r494715 - head/net/goreplay

Antoine Brodin antoine at FreeBSD.org
Tue Mar 5 17:01:08 UTC 2019


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


More information about the svn-ports-all mailing list