svn commit: r494718 - head/security/honeybadger

Antoine Brodin antoine at FreeBSD.org
Tue Mar 5 17:06:07 UTC 2019


Author: antoine
Date: Tue Mar  5 17:06:06 2019
New Revision: 494718
URL: https://svnweb.freebsd.org/changeset/ports/494718

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

Modified:
  head/security/honeybadger/Makefile

Modified: head/security/honeybadger/Makefile
==============================================================================
--- head/security/honeybadger/Makefile	Tue Mar  5 17:05:00 2019	(r494717)
+++ head/security/honeybadger/Makefile	Tue Mar  5 17:06:06 2019	(r494718)
@@ -7,6 +7,8 @@ CATEGORIES=	security
 MAINTAINER=	shawn.webb at hardenedbsd.org
 COMMENT=	Quantum Insert detector and 0-day catcher
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	go:lang/go
 
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list