Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2019 17:06: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: r494718 - head/security/honeybadger
Message-ID:  <201903051706.x25H678G097387@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@hardenedbsd.org
 COMMENT=	Quantum Insert detector and 0-day catcher
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	go:lang/go
 
 USE_GITHUB=	yes



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